Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: wohlstandpenner on October 15, 2009, 07:21:29 AM
-
When i compile.. The xf86-video-nsc driver module for xorg..
exit make with this error..
nsc_msr_asm.S:133:22: error: assyntax.h
make[1]: Entering directory `/home/tc/build/xf86-video-nsc-2.8.3/src'
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -g -O2 -MT nsc_msr_asm.lo -MD -MP -MF .deps/nsc_msr_asm.Tpo -c -o nsc_msr_asm.lo nsc_msr_asm.S
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -g -O2 -MT nsc_msr_asm.lo -MD -MP -MF .deps/nsc_msr_asm.Tpo -c nsc_msr_asm.S -fPIC -DPIC -o .libs/nsc_msr_asm.o
nsc_msr_asm.S:133:22: error: assyntax.h: No such file or directory
Where can i get the assyntax.h file..
-
As per http://www.debian.org/distrib/packages#search_packages (http://www.debian.org/distrib/packages#search_packages)
/usr/include/xorg/assyntax.h
/usr/share/mesa-source/src/mesa/x86/assyntax.h
Since it does not appear to be in Xorg-7.4-dev, I guess it is in the mesa package used to build Xorg-7.4?
-
yes i see.. i have it on Debian.. but i like to build the modul for Tinycore..
And i don`t fond the file assyntax.h in the xorg-devs from tinycore..
Can i put the files form Debian to tc?
or can i compile with the dev files from Debian the Modul for Tc?
*edit* i have found a assyntax.h file, have it put in /usr/local/input/xorg
and it`s compile ready.. *
-
Using the missing header file(s) from debian to compile in tinycore might work.
The other thing to try would be to setup mesa as explained in blfs in tinycore, but the trick would be to get the same version of mesa that curaga used to compile Xorg...
-
it`s work :-)
I have took the lib from net-bsd projekt... Thanks for you help..
Debian.. don`t have the lib in the xserver-xorg-dev package for x86.. or i have it not seen..
I have installed and find doesen`t find assyntax.h..
Now i have xorg.. ;-) ..