lxnm missing headers into svn

Discussion on LXDE releases and Development. This forum is not the best way to contact the developers, please use the Development mailing list and Sourceforge to interact with them.
Locked
anubisg1
Posts: 12
Joined: Sun May 24, 2009 3:58 pm

lxnm missing headers into svn

Post by anubisg1 »

here we go:

Code: Select all

gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DPACKAGE_BIN_DIR=\""/usr/local/bin"\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include       -g -O2 -MT tdb.o -MD -MP -MF .deps/tdb.Tpo -c -o tdb.o tdb.c
tdb.c:60:22: error: spinlock.h: No such file or directory
make[2]: *** [tdb.o] Error 1
make[2]: Leaving directory `/home/anubis/Desktop/lxde/lxnm/utils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anubis/Desktop/lxde/lxnm'
make: *** [all] Error 2
is actually spinlock.h missing or am i supposed to install a devel package?
Locked