Problem compiling

If you're having problems with Snes9x, or think you've found a bug, this is the place to be.
Post Reply
User avatar
kaeza
Snes9x White Belt
Posts: 2
Joined: Sat Dec 10, 2011 8:21 am
Location: Montevideo, Uruguay

Problem compiling

Post by kaeza »

Hello.
I'm new here.
I have downloaded the latest version's source code, and can't get to compile on my computer.
The problem is that gcc takes all the available memory on my machine when compiling hq2x.cpp.
I'd like to know if there is any way to disable compilation of the filters, because some of them can't be compiled on my machine and I don't really use them anyway.
My machine specs are the following:
- Processor: Intel Pentium 3 at 2.8GHz
- Memory: 768MB
- Hard Disk: 40GB
- Running Lucid Puppy Linux 525 (based on Ubuntu Lucid)
"Courage is not the absence of fear, but rather the judgement that something else is more important than fear." -- Ambrose Redmoon

Cactuar: Prettier than a Moogle, deadlier than a Behemoth.
odditude
Snes9x Green Belt
Posts: 445
Joined: Tue May 03, 2011 2:35 pm

Re: Problem compiling

Post by odditude »

kaeza wrote:Hello.
I'm new here.
I have downloaded the latest version's source code, and can't get to compile on my computer.
The problem is that gcc takes all the available memory on my machine when compiling hq2x.cpp.
I'd like to know if there is any way to disable compilation of the filters, because some of them can't be compiled on my machine and I don't really use them anyway.
My machine specs are the following:
- Processor: Intel Pentium 3 at 2.8GHz
- Memory: 768MB
- Hard Disk: 40GB
- Running Lucid Puppy Linux 525 (based on Ubuntu Lucid)
which is the typo - the CPU type or the clockspeed?
User avatar
BearOso
Official GTK/Linux Porter/Dev
Posts: 460
Joined: Tue Oct 02, 2007 12:50 am

Post by BearOso »

If you're compiling the Gtk version, add --without-hq2x to the configure line.
If you're compiling the straight unix version, you have to modify the build scripts and code.
User avatar
kaeza
Snes9x White Belt
Posts: 2
Joined: Sat Dec 10, 2011 8:21 am
Location: Montevideo, Uruguay

Post by kaeza »

BearOso wrote:If you're compiling the Gtk version, add --without-hq2x to the configure line.
If you're compiling the straight unix version, you have to modify the build scripts and code.
I finally got it working!
Thanks a lot!
"Courage is not the absence of fear, but rather the judgement that something else is more important than fear." -- Ambrose Redmoon

Cactuar: Prettier than a Moogle, deadlier than a Behemoth.
Post Reply