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.