Search found 5 matches

by HyperHamster
Wed Apr 08, 2015 10:53 pm
Forum: ZSNES Talk
Topic: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
Replies: 9
Views: 11294

Re: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca

I don't know the etiquette for double-posting on this forum but I think it's a significant enough development to merit one. I took kode54's advice and looked more into compiling 32-bit programs on 64-bit machines. Most if not all of my errors were probably due to trying to compile ZSNES as 64-bit, w...
by HyperHamster
Tue Apr 07, 2015 11:09 am
Forum: ZSNES Talk
Topic: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
Replies: 9
Views: 11294

Re: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca

That's not the correct section. Please look for a line containing %.psr, and post it and the segment below it. Hopefully this is the right segment, and sorry for the delay. %.o %.h: %.psr $(PSR) ./$(PSR) -D__UNIXSDL__ -D__OPENGL__ -gcc gcc -compile -flags " -pipe -I. -I/usr/local/include -I/us...
by HyperHamster
Fri Apr 03, 2015 12:12 pm
Forum: ZSNES Talk
Topic: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
Replies: 9
Views: 11294

Re: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca

The error you're receiving at the end is that parsegen could not compile the psr files. Please post the output of what happens when trying to compile those files, as well as the PSR section in your Makefile. I do not know how to selectively compile just the PSR files as unfortunately I don't even k...
by HyperHamster
Fri Apr 03, 2015 4:38 am
Forum: ZSNES Talk
Topic: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
Replies: 9
Views: 11294

Re: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca

Actually, ensure that depbuild.cpp contains a line: #include <unistd.h> Near the top of it. We have this fixed in SVN, but is missing in 1.51b. I've amended depbuild.cpp in the way that you said and it has created a much longer error this time that I'll have to edit a bit since it's so long even th...
by HyperHamster
Thu Apr 02, 2015 6:15 am
Forum: ZSNES Talk
Topic: ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca
Replies: 9
Views: 11294

ZSNES 1.51b compiling error on Linux Mint 17.1 Rebecca

I'm new to linux so I apologize if I'm simply being ignorant but I'll try to walk you through what I do and document the problem to the best of my ability. I download and extract the tarball using the following command tar -jxvf zsnes151bsrc.tar.bz2 I then navigate to the src directory in the now un...