Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
zsnes/snes9x and xmame compile problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
orochi
Tux's lil' helper
Tux's lil' helper


Joined: 02 Aug 2002
Posts: 76

PostPosted: Sun Sep 29, 2002 7:17 am    Post subject: zsnes/snes9x and xmame compile problems Reply with quote

im using gcc3.2

both zsnes and snes9x fail to compile when tries to compile zzip.h
the reason given is a parse error
anyone had this problem?

also xmame fails when its compiling the pacman module saying
pacman.o is not found or somehting like that

any ideas? fixes? similar problems?
Back to top
View user's profile Send private message
thegazer
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2002
Posts: 76
Location: Melbourne

PostPosted: Thu Oct 17, 2002 2:43 pm    Post subject: Reply with quote

just wondering... did you got zsnes compiled using gcc 3.2??
Back to top
View user's profile Send private message
orochi
Tux's lil' helper
Tux's lil' helper


Joined: 02 Aug 2002
Posts: 76

PostPosted: Thu Oct 17, 2002 10:42 pm    Post subject: . Reply with quote

wow a reply!

anyway, no i never did get it t o work and jsut gave up oh well, i can live without yoshis island and final fantasy 3 =P
Back to top
View user's profile Send private message
ssbilly5
n00b
n00b


Joined: 01 Sep 2002
Posts: 46
Location: USA

PostPosted: Sat Oct 19, 2002 2:27 am    Post subject: wow Reply with quote

just tried emerge zsnes tonight...and it worked!

so i guess update everything and give it a try

hope this helps :)

john
Back to top
View user's profile Send private message
thegazer
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2002
Posts: 76
Location: Melbourne

PostPosted: Sun Oct 20, 2002 3:47 pm    Post subject: Re: wow Reply with quote

ssbilly5 wrote:
just tried emerge zsnes tonight...and it worked!

so i guess update everything and give it a try

hope this helps :)

john

which version of gcc are you using there?
Back to top
View user's profile Send private message
kraylus
l33t
l33t


Joined: 07 Jun 2002
Posts: 648
Location: ft.worth.tx

PostPosted: Wed Oct 23, 2002 1:15 pm    Post subject: Reply with quote

works perfect for me too. im also using gcc 3.2. havent tried xmame though. what i really want is to play that neogeo game "metal slug 2". that game is the shit! anyone know how to do this in linux?

thanks!

ryan
_________________
I used gentoo BEFORE it was cool.
Back to top
View user's profile Send private message
BearOso
n00b
n00b


Joined: 24 Oct 2002
Posts: 23

PostPosted: Thu Oct 24, 2002 4:10 am    Post subject: Reply with quote

I can't get zsnes to compile either... it stops at the zzip.c for me, too. In fact, I have never gotten zsnes to compile under linux, period. Even with Slackware I had the exact same problem at the exact same location. I've tried to look at the files and see what is wrong, but I can't figure out where the problem is. I know the files include zlib.h, and zsnes has had problems with nasm. Can somebody list the versions of zlib and nasm they're using?
Back to top
View user's profile Send private message
BearOso
n00b
n00b


Joined: 24 Oct 2002
Posts: 23

PostPosted: Thu Oct 24, 2002 6:04 pm    Post subject: Reply with quote

I solved the problem. In /usr/X11R6/include there are old versions of zlib.h and zconf.h (version 1.0.8) I removed them and linked them to the new (1.1.4) ones in /usr/include and everything compiles flawlessly.
Here's what I did
Code:

rm -f /usr/X11R6/include/zlib.h
rm -f /usr/X11R6/include/zconf.h
ln -s /usr/include/zlib.h /usr/X11R6/include/zlib.h
ln -s /usr/include/zconf.h /usr/X11R6/include/zconf.h

That will remove the old files and link them to the new ones.
Back to top
View user's profile Send private message
thegazer
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2002
Posts: 76
Location: Melbourne

PostPosted: Fri Oct 25, 2002 12:52 pm    Post subject: Reply with quote

ah!
thanks for the tip
re-emerging zlib and re-link the files does work for me..

cheers
Back to top
View user's profile Send private message
orochi
Tux's lil' helper
Tux's lil' helper


Joined: 02 Aug 2002
Posts: 76

PostPosted: Sun Oct 27, 2002 12:41 am    Post subject: great Reply with quote

awesome tip, finally works now
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum