Jump to content

  •  

stardux

Member Since 09 Jan 2015
Offline Last Active Jan 09 2015 08:58 PM
-----

Topics I've Started

Trouble compiling

09 January 2015 - 05:49 AM

Hi all. I am having some trouble compiling, following the instructions here: http://herc.ws/wiki/Compile

This is the issue that I have during make install:

[ 28%] Built target common_base
[ 29%] Built target common_sql
Linking C executable login-server
../../common/libcommon_base.a(core.c.o): In function `core_defaults':
core.c:(.text+0x183): undefined reference to `sysinfo_defaults'
collect2: error: ld returned 1 exit status
make[2]: *** [src/login/sql/login-server] Error 1
make[1]: *** [src/login/sql/CMakeFiles/login-server.dir/all] Error 2
make: *** [all] Error 2

Any clues?

Also, where do the CMakeLists.txt files come from? I was given a copy of the code by a friend that already had them, but the code in the git doesn't have them.