Issue information

Issue ID
#5347
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 18, 2012 10:02
Last Post
Hercules Elf Bot
Jun 24, 2012 0:47
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Feb 18, 2012 10:02

Originally posted by [b]Lighta[/b]
Leftover of txt instruction create "make all" failure :
/usr/bin/gcc -g3 -gdwarf-2 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -Wno-pointer-sign -Wno-switch -fno-strict-aliasing -DHAVE_SETRLIMIT -DHAVE_STRNLEN -Wno-unused -Wno-parentheses -DHAVE_MONOTONIC_CLOCK -I../common -I/usr/include -L/usr/lib -shared -o ../../plugins/sig.so sig.c ../common/obj_all/showmsg.o ../common/obj_all/utils.o ../common/obj_all/strlib.o ../common/obj_all/minimalloc.o
In file included from sig.c:10:0:
../common/showmsg.h:7:23: fatal error: libconfig.h: No such file or directory
compilation terminated.

How to reproduce :
./configure && make all (default ide build command)


Other leftover in CMakelists.txt regarding r15586 return error on cmake :
CMake Error at src/common/CMakeLists.txt:104 (add_library):
Cannot find source file:
/home/lighta/Myscript/RO/Servs/rathena/src/common/version.h

Hercules Elf Bot - Feb 18, 2012 10:59

Originally posted by [b]Gepard[/b]
CMake support is still experimental and currently no developer is maintaining it.

Configure and Makefiles need updating.

Hercules Elf Bot - Jun 24, 2012 0:47

Originally posted by [b]Ind[/b]
was fixed sometime ago by flaviojs