Jump to content

onunezhe

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by onunezhe

  1. Version of Files : 40250 Hi everyone! I was trying to compile source game (also I must tell that was extremelly hard to find one that at least compile something...), after compiling some libraries it seems to stop on external libs that I don't know why it fails. I am using FreeBSD 11.3-RELEASE-p9 After compiling (gmake clean && gmake dep && gmake -j20) returns following error: /usr/bin/ld: cannot find -lIL gmake: *** [Makefile:138: ../game_r40250_lycan] Error 1 I checked on my Makefile and could be related with graphics, because it happens with all libs on following line: # DevIL INCDIR += -I../../libdevil LIBDIR += -L../../libdevil LIBS += -lIL -lpng -ltiff -lmng -llcms -ljpeg I have on that path libdevil dir, but I don't know if there are all files to make it works [Hidden Content] Furthermore it happens also with another lib. If I comment that line of libs IL, png, etc the error changes to another lib, like mysqlclient. But sincerelly I don't know how to depure this kind of errors and what is missing /usr/bin/ld: cannot find -lmysqlclient gmake: *** [Makefile:138: ../game_r40250_lycan] Error 1 If do you want to check the full compile output with the line of #DevIL libs check here> And if do you want to check the Makefile also check here> Thanks in advance!
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.