Page 1 of 1

Problem compiling

Posted: Sat Dec 10, 2011 8:34 am
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)

Re: Problem compiling

Posted: Sat Dec 10, 2011 3:48 pm
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?

Posted: Wed Dec 14, 2011 9:08 am
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.

Posted: Fri Dec 16, 2011 5:21 am
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!