Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
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.