Jump to content

Libs problem - Source Ira


Recommended Posts

  • Management

Hello

I'm trying to use the source by Ira, but I can't compile it.

I'm using FreeBSD 10.4 amd64 with clang38.

According to the creator this source is supposed to be able to build under x64 environment:

++ You can compile source under amd64 system.

The errors only appear when is linking:

/usr/bin/ld: skipping incompatible ../../../extern/mysql/lib/libmysqlclient.a when searching for -lmysqlclient
/usr/bin/ld: cannot find -lmysqlclient

This also happens with llua, lboost_system, lminilzo and all devil related.

Anyone can help me please?

Thanks

raw

raw

Link to comment
Share on other sites

  • Management
Solved:

-lmysqlclient
-lboost_system
-devil related

Unsolved:

-llua
-lminilzo (not popped up yet)

How I solved?

For mysql I just used the includes and the libs installed on FreeBSD 10.4 x64 (/usr/local/include/mysql and /usr/local/lib/mysql)

For boost, same thing, installed boost_all and linked to the respective folders

For devil, this was the trick one, besides installing devil, I also had to link to -ljasper and build -lnvtt from here: 

This is the hidden content, please
 , for this to work I also had to remove -static from CFLAGS, otherwise I couldn't build using -lnvtt

 

I just can't solve lua (and minilzo hasn't popped up yet, I don't know if it is going to be a headache)

  • Metin2 Dev 1
  • Confused 1
  • Good 1
  • Love 1

raw

raw

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.