nel-all
[Top][All Lists]
Advanced

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

[Nel] Compiling NeL on debian woody + error during compilation


From: David Mentre
Subject: [Nel] Compiling NeL on debian woody + error during compilation
Date: 05 Jan 2002 14:09:41 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Hello all NeL developers and users,

I'm trying to compile NeL on debian woody/testing 3.0.

First of all, here is the list of needed packages :
 libxml2-dev libttf-dev autoconf automake libtool flex bison
 python1.5-dev xlibmesa-dev

However, both STLport4.5 and OpenAL (from cvs) should be installed
manually.

Here is my configure :
./configure --with-stlport=/usr/local/Installed/STLport4.5/ 
--with-stlport-include=/usr/local/Installed/STLport4.5/include/stlport 
--with-stlport-lib=/usr/local/Installed/STLport4.5/lib/ --enable-sound 
--enable-ai --disable-xmltest --with-openal=/usr/local/Installed/OpenAL-1.0/


Now, the bad news: the compilation in nel/ fails.

c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/include/libxml2/libxml 
-I/usr/include/libxml2 -I/usr/local/Installed/STLport4.5/include/stlport -O3 
-ftemplate-depth-24 -Wno-multichar -D_REENTRANT -I/usr/X11R6/include 
-Wp,-MD,.deps/mutex.pp -c mutex.cpp  -fPIC -DPIC -o .libs/mutex.lo
mutex.cpp: In method `NLMISC::CUnfairMutex::CUnfairMutex(const _STL::string &)':
mutex.cpp:246: `PTHREAD_MUTEX_FAST_NP' undeclared (first use this function)
mutex.cpp:246: (Each undeclared identifier is reported only once
mutex.cpp:246: for each function it appears in.)
make[3]: *** [mutex.lo] Error 1
make[3]: Leaving directory `/home/david/pub/NeL/code/nel/src/misc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/david/pub/NeL/code/nel/src/misc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/david/pub/NeL/code/nel/src'
make: *** [all-recursive] Error 1

I've not found this symbol in .c nor .h. Is it a standard symbol that
should be included (from STLport ?) or is it an forgotten NeL symbol?

Hope I'm not doing something stupid.

Best regards,
d.
-- 
 address@hidden


reply via email to

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