Jump to content
  • 0

@CURL_LIBS@ HELP ME ANYBODY PLEASE!


anacondaq

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

in windows all work fine when compile, in linux (debian 6.0 x32) i have trouble when compile:

here is terminal output:

../common/obj_all/random.o ../common/obj_sql/sql.o ../../3rdparty/mt19937ar/mt19937ar.o -lrt -lm -lz  -ldl -lpcre @CURL_LIBS@ -rdynamic -L/usr/lib/mysql -lmysqlclient
gcc: @CURL_LIBS@: No such file or directory
make[1]: *** [map-server_sql] Error 1
make[1]: Leaving directory `/home/ea/src/map'
make: *** [map_sql] Error 2

HELP ME ANYBODY!!! I Thx!

fixed by downloading new configurate & make files from official eathena svn!

Edited by neqste
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

Seem like your makefile/configure failed.

Update your svn and assuming you have some differences for your server take a close look at /configure; /configure.in, /src/map/makefile.in src/common/makefile.in (all src/x/makefile.in).

clean, reconfigure and retry. (here there was probably a failure in configure build last time).

Or you can also try to build the makefile with cmake, I don't think you touch that too much.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

Seem like your makefile/configure failed.

Update your svn and assuming you have some differences for your server take a close look at /configure; /configure.in, /src/map/makefile.in src/common/makefile.in (all src/x/makefile.in).

clean, reconfigure and retry. (here there was probably a failure in configure build last time).

Or you can also try to build the makefile with cmake, I don't think you touch that too much.

can you give any guide for that? (link)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

A guide ? hmm I gave 2 option, so for cmake wiki quite good about this : http://rathena.org/wiki/Compiling

To review you're configure / makefile.in well you'll need a difftool like meld, beyond compare, kdiff3...

Then compare you're current server folder let say myserv with rathena.

It'll show all differences

2jzddg.jpg

Then you synchronise all this (here for exemple I didn't took test folder...), clean, configure, rebuild and you should be fine.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...