Oh, I apologize, I should've stated that I'm running Fedora Core 5. None of those will work for me. :\Deathlike2 wrote:Ebuilds? Are you talking about Gentoo? Just check this thread out...
http://board.zsnes.com/phpBB2/viewtopic.php?t=7371
Search found 5 matches
- Thu Jul 20, 2006 6:52 am
- Forum: Bug Reports/Feature Requests
- Topic: Roms not working
- Replies: 19
- Views: 8239
- Thu Jul 20, 2006 5:59 am
- Forum: Bug Reports/Feature Requests
- Topic: Roms not working
- Replies: 19
- Views: 8239
- Thu Jul 20, 2006 5:17 am
- Forum: ZSNES Talk
- Topic: Compiling errors under Fedora Core 5
- Replies: 3
- Views: 1916
make: g++: Command not found Install g++. Thanks, that fixed it right up. Now after compiling, I get this error when trying to run: ZSNES v1.42 (c) 1997-2005, ZSNES Team Be sure to check http://www.zsnes.com/ for the latest version. Please report crashes to zsnes-devel@lists.sourceforge.net. ZSNES ...
- Thu Jul 20, 2006 4:53 am
- Forum: Bug Reports/Feature Requests
- Topic: Roms not working
- Replies: 19
- Views: 8239
Re: RE:
Okay,I had figure out why I can't compile it.My graphic card doesn't support OenGL.Then I do this: ./configure --disable-opengl then,make. then,make install. It goes smoothly.But,when I want to play it.There's an error.Here the error. ZSNES v1.42 (c) 1997-2005, ZSNES Team Be sure to check http://ww...
- Thu Jul 20, 2006 3:08 am
- Forum: ZSNES Talk
- Topic: Compiling errors under Fedora Core 5
- Replies: 3
- Views: 1916
Compiling errors under Fedora Core 5
Hey guys, I'm trying to get ZSNES compiled on FC5 and I can do the ./configure fine but when I go to compile, I run into this error: g++ -pipe -I. -Wall -I/usr/local/include -I/usr/include -D__LINUX__ -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DNO_PNG -O3 -ffast-math -fomit-frame-pointer...