| View previous topic :: View next topic |
| Author |
Message |
orochi Tux's lil' helper


Joined: 02 Aug 2002 Posts: 76
|
Posted: Sun Sep 29, 2002 7:17 am Post subject: zsnes/snes9x and xmame compile problems |
|
|
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 |
|
 |
thegazer Tux's lil' helper

Joined: 15 Jun 2002 Posts: 76 Location: Melbourne
|
Posted: Thu Oct 17, 2002 2:43 pm Post subject: |
|
|
| just wondering... did you got zsnes compiled using gcc 3.2?? |
|
| Back to top |
|
 |
orochi Tux's lil' helper


Joined: 02 Aug 2002 Posts: 76
|
Posted: Thu Oct 17, 2002 10:42 pm Post subject: . |
|
|
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 |
|
 |
ssbilly5 n00b

Joined: 01 Sep 2002 Posts: 46 Location: USA
|
Posted: Sat Oct 19, 2002 2:27 am Post subject: wow |
|
|
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 |
|
 |
thegazer Tux's lil' helper

Joined: 15 Jun 2002 Posts: 76 Location: Melbourne
|
Posted: Sun Oct 20, 2002 3:47 pm Post subject: Re: wow |
|
|
| 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 |
|
 |
kraylus l33t


Joined: 07 Jun 2002 Posts: 648 Location: ft.worth.tx
|
Posted: Wed Oct 23, 2002 1:15 pm Post subject: |
|
|
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 |
|
 |
BearOso n00b


Joined: 24 Oct 2002 Posts: 23
|
Posted: Thu Oct 24, 2002 4:10 am Post subject: |
|
|
| 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 |
|
 |
BearOso n00b


Joined: 24 Oct 2002 Posts: 23
|
Posted: Thu Oct 24, 2002 6:04 pm Post subject: |
|
|
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 |
|
 |
thegazer Tux's lil' helper

Joined: 15 Jun 2002 Posts: 76 Location: Melbourne
|
Posted: Fri Oct 25, 2002 12:52 pm Post subject: |
|
|
ah!
thanks for the tip
re-emerging zlib and re-link the files does work for me..
cheers |
|
| Back to top |
|
 |
orochi Tux's lil' helper


Joined: 02 Aug 2002 Posts: 76
|
Posted: Sun Oct 27, 2002 12:41 am Post subject: great |
|
|
| awesome tip, finally works now |
|
| Back to top |
|
 |
|