Kai Sterker wrote:
When writing the latest Wiki entry, I got reminded of some of the
problems I encountered with our CMake build (or heard about from
others).
[...]

P.S: If there are more unresolved build issues, please let me know.
Seems I start getting the hang of CMake ...
Hi,

I've tried to compile Adonthell from cvs with cmake. I've got a really small error.

Linking CXX executable gfxtest
/usr/lib/gcc/i486-slackware-linux/4.1.2/../../../../i486-slackware-linux/bin/ld: cannot find -lm-lpthread
collect2: ld returned 1 exit status

It seems that a space misses in the config/PythonExtraLibs.conf in this line

LIST(APPEND PYTHON_EXTRA_LIBRARIES ${PythonLibs_sysextradeps}${PythonLibs_extradeps})

it should be

LIST(APPEND PYTHON_EXTRA_LIBRARIES ${PythonLibs_sysextradeps} ${PythonLibs_extradeps})

By the way, great jobs you've done there ! I hope I could help more in a near future. I just need to understand a little bit the code...

Regards,

Julien Laumonier



_______________________________________________
Adonthell-devel mailing list
Adonthell-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/adonthell-devel

Reply via email to