Skip to content

(Mac) Problem in compiling

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1798
    dav.dap83
    Member

    Hi everyone,rnrnI recently updated Xcode to Version Version 7.0 (7A220).rnAfter the updating, I am not able to compile the codes in the examples folder anymore. The make command does not create the .o and .d files and as a result I get the error (for instance in the cylinder2d folder):rnrnclang: error: no such file or directory: ‘cylinder2d.o’rnmake: *** [cylinder2d] Error 1rnrnThank you in advance.

    #2251
    henn
    Member

    Hi, rnrnI’m using the same version of Xcode and can compile without errors. Did you try to rn$ make cleanbuildrn$ make cleanrn$ makernrnCheersrnThomas

    #2252
    dav.dap83
    Member

    Hi Thomas,rnrnThank you for your answer. I understood where the problem is. The command line tools were not installed. I manually downloaded them from developer.apple.com and now it compiles correctly.rnrnThank you very much anyway.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.