WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: xorg compiling trouble..  (Read 3004 times)

Offline wohlstandpenner

  • Newbie
  • *
  • Posts: 24
xorg compiling trouble..
« on: October 15, 2009, 04: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..

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14619
Re: xorg compiling trouble..
« Reply #1 on: October 15, 2009, 05:26:49 AM »
As per 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?

Offline wohlstandpenner

  • Newbie
  • *
  • Posts: 24
Re: xorg compiling trouble..
« Reply #2 on: October 15, 2009, 06:12:47 AM »
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.. *
« Last Edit: October 15, 2009, 06:42:43 AM by wohlstandpenner »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14619
Re: xorg compiling trouble..
« Reply #3 on: October 15, 2009, 06:46:29 AM »
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...

Offline wohlstandpenner

  • Newbie
  • *
  • Posts: 24
Re: xorg compiling trouble..
« Reply #4 on: October 15, 2009, 09:31:18 AM »
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.. ;-) ..