We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
General

General

How to avoid following error: Error: UDF compiles successfully on Windows. Fails to compile on Linux with follow error message: make[1]: *** No rule to make target `UDF.c’, needed by `udf_names.c’. make[1]: *** No rule to make target `UDF.c’, needed by `udf_names.c’. make[1]: Target `default’ not remade because of errors.

    • FAQFAQ
      Participant

      This error comes due to wrong syntax. Sometimes comments are tagged using //. Switching to /* and */ can resolve the issue.