KLineD
July 11th, 2006, 01:38 AM
First of all, sorry if I posted this in the wrong forum, I wasn't sure if this was the correct place for something like this.
I'm trying to compile PCSX2 0.9.1 which was recently released just to try out some of my PS2 games and see how well (or bad) the emulation is. Basically the post on pcsx2.net main site got me interested:
This release brings a significant speed increase to the majority of games, this is due to a complete rewrite of the EE and VU recompilers. Various other improvements have increased compatibility with games, you will be able to check your game against the included compatibility list, which lists nearly 1000 titles (Please note at time of release list is not guaranteed 100% accurate).
So I downloaded the sources from pcsx2.net (http://www.pcsx2.net) and tried to compile it. In the package there's a "Linux" folder so I cd into it and there isn't any configure file, the nearest thing is a configure.in file but I don't know what to do with it. I tried to skip configure and do make as there's a Makefile there but it doesn't work, here's the output:
make: gtk-config: Command not found
gcc -Wall -O2 -fomit-frame-pointer -finline-functions -ffast-math -fno-strict-aliasing -m128bit-long-double -I. -I.. -I../IPU -I../DebugTools -D__LINUX__ -DENABLE_NLS -DPACKAGE=\"pcsx2\" -I../ix86-32 -I../x86 -c -o ../Counters.o ../Counters.c -MD -MF ../Counters.d
In file included from ../Counters.c:23:
../PsxCommon.h:21:21: error: windows.h: No such file or directory
../Counters.c:132: error: syntax error before ‘lfreq’
../Counters.c:132: warning: type defaults to ‘int’ in declaration of ‘lfreq’
And then a bunch of errors in different files. I don't know what the gtk-config command is, or how do I install it so make finds it. Another thing that got my attention is that PsxCommon.h is trying to include windows.h I believe this header file is part of Windows API am I right? I tried to #ifndef __linux__ and the error went away but still the other errors remained.
Anyone got any clue of this? or better yet, can make a deb out of this so us with no compiling skills can try it out?
Thanks a lot.
I'm trying to compile PCSX2 0.9.1 which was recently released just to try out some of my PS2 games and see how well (or bad) the emulation is. Basically the post on pcsx2.net main site got me interested:
This release brings a significant speed increase to the majority of games, this is due to a complete rewrite of the EE and VU recompilers. Various other improvements have increased compatibility with games, you will be able to check your game against the included compatibility list, which lists nearly 1000 titles (Please note at time of release list is not guaranteed 100% accurate).
So I downloaded the sources from pcsx2.net (http://www.pcsx2.net) and tried to compile it. In the package there's a "Linux" folder so I cd into it and there isn't any configure file, the nearest thing is a configure.in file but I don't know what to do with it. I tried to skip configure and do make as there's a Makefile there but it doesn't work, here's the output:
make: gtk-config: Command not found
gcc -Wall -O2 -fomit-frame-pointer -finline-functions -ffast-math -fno-strict-aliasing -m128bit-long-double -I. -I.. -I../IPU -I../DebugTools -D__LINUX__ -DENABLE_NLS -DPACKAGE=\"pcsx2\" -I../ix86-32 -I../x86 -c -o ../Counters.o ../Counters.c -MD -MF ../Counters.d
In file included from ../Counters.c:23:
../PsxCommon.h:21:21: error: windows.h: No such file or directory
../Counters.c:132: error: syntax error before ‘lfreq’
../Counters.c:132: warning: type defaults to ‘int’ in declaration of ‘lfreq’
And then a bunch of errors in different files. I don't know what the gtk-config command is, or how do I install it so make finds it. Another thing that got my attention is that PsxCommon.h is trying to include windows.h I believe this header file is part of Windows API am I right? I tried to #ifndef __linux__ and the error went away but still the other errors remained.
Anyone got any clue of this? or better yet, can make a deb out of this so us with no compiling skills can try it out?
Thanks a lot.