You are not logged in.

#1 2005-06-01 17:17:24

cuallito
Member
Registered: 2005-03-26
Posts: 21

I need help compiling svga lib

I'm trying to get FCEUltra to work, and before I can compile that, I need to compile SVGA lib. So I unzip the SVGA lib package to a folder and run 'make instal', which is what the README says to do and then I get all these error messages during compile.

/svgalib-1.4.3/src/vga.c:3919:1: pasting "." and "HDisplay" does not give a valid preprocessing token
/svgalib-1.4.3/src/vga.c:3920:1: pasting "." and "HSyncStart" does not give a valid preprocessing token
/svgalib-1.4.3/src/vga.c:3921:1: pasting "." and "HSyncEnd" does not give a valid preprocessing token
/svgalib-1.4.3/src/vga.c:3922:1: pasting "." and "HTotal" does not give a valid preprocessing token
/svgalib-1.4.3/src/vga.c:3923:1: pasting "." and "VDisplay" does not give a valid preprocessing token
/svgalib-1.4.3/src/vga.c:3924:1: pasting "." and "VSyncStart" does not give a valid preprocessing token
/svgalib-1.4.3/src/vga.c:3925:1: pasting "." and "VSyncEnd" does not give a valid preprocessing token
/svgalib-1.4.3/src/vga.c:3926:1: pasting "." and "VTotal" does not give a valid preprocessing token
/svgalib-1.4.3/src/vga.c:318: warning: 'release_acquire' defined but not used
make[1]: *** [vga.o] Error 1
make[1]: Leaving directory `/svgalib-1.4.3/sharedlib'
make: *** [sharedlib/libvga.so.1.4.3] Error 2

Please tell me how to get this to compile[/code]

Offline

#2 2005-06-01 19:22:31

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: I need help compiling svga lib

There is a package in the TUR. Add:

[punkrockguy318]
Server = ftp://ftp.archlinux.org/tur/punkrockguy318

to your pacman.conf
Then

pacman -Sy fceu

Offline

#3 2005-06-01 19:48:56

cuallito
Member
Registered: 2005-03-26
Posts: 21

Re: I need help compiling svga lib

thanks!

Offline

Board footer

Powered by FluxBB