adonthell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-devel] CMake build improvements


From: Julien Laumonier
Subject: Re: [Adonthell-devel] CMake build improvements
Date: Tue, 24 Jun 2008 16:42:29 -0400
User-agent: Thunderbird 2.0.0.14 (X11/20080421)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]