PCSX2 0.9 dla Linuxa

Problemy z emulatorem PCSX2 i narzędziami dla niego przeznaczonymi.
hub89
Junior
Junior
Posty: 9
Rejestracja: 11 lutego 2006, 19:13

PCSX2 0.9 dla Linuxa

Post autor: hub89 »

Czy wyszła wersja tego emu na linuxa - na gł. stronie projektu nie mogę znaleść gotowej wersji na linuxa
Jedynie co znalazłem to źródła których nie wiem jak skompilować :? :cry: :(

Pomocy :!:
Obrazek
Awatar użytkownika
Gnapek
Junior
Junior
Posty: 12
Rejestracja: 12 lutego 2006, 09:20

Post autor: Gnapek »

Niewiem chyba nie ale jest jeszcze jeden sposob zainstalowac Windows'a :P
Procesor: AMD Athlon 64 X2 5000MHz
Graphic Card: Galaxy GeForce 8600GTS 256MB
Memory: 2GB DDR2 800MHz
Awatar użytkownika
Zardon
Administrator
Administrator
Posty: 510
Rejestracja: 13 stycznia 2005, 18:17
Kontakt:

Post autor: Zardon »

Eeee..... tak sie tylko spytam, sprawdziłeś może download www.psemu.pl ?... Nie? To weź i to zrób. :)
Obrazek
hub89
Junior
Junior
Posty: 9
Rejestracja: 11 lutego 2006, 19:13

Post autor: hub89 »

Tiaa, tylko tam jestw ersja PCSX2 0.8 (której wogle nie mogłem pobrać), a ta wersja 0.9 to jest dla windowsa.

Dlaczego chcę emu na linuxa :?: Wydajność na tym systemie jest wyższa niż w wingrozie :wink: Najlepiej to widzę na ePSXe - gdy ustawię tak samo (czyli rozdz. 1024x768 i najwyższe detale itp.) to na windowsie mo to się wiesza a na linuxie osiąga prędkość 150FPS :twisted:

Da się to zrobić ale nie wiem jak się do tego zabrac :?
Obrazek
Awatar użytkownika
Zardon
Administrator
Administrator
Posty: 510
Rejestracja: 13 stycznia 2005, 18:17
Kontakt:

Post autor: Zardon »

hub89 pisze:Tiaa, tylko tam jestw ersja PCSX2 0.8 (której wogle nie mogłem pobrać), a ta wersja 0.9 to jest dla windowsa.
Mhm.... masz racje, trzeba bedzie to komuś zgłosić. Zacząłem sprawdzać czy w ogóle jest wersja 0.9 na linuxa... i zdaje się, że nie ma. Cytuję z oficjalnej strony:
NOTE: There will be no Linux build for a good few weeks! so apologies to all linux users!
Do tej pory nie ma chyba wydanej tej wersji (w downloadzie nie ma itd...). Sprawdze jeszcze na forum, jak coś znajdę to dam znać.
Obrazek
winter_mute
TROLOŻERCA
TROLOŻERCA
Posty: 5248
Rejestracja: 04 września 2002, 12:21
Kontakt:

Post autor: winter_mute »

hub89 pisze:Czy wyszła wersja tego emu na linuxa - na gł. stronie projektu nie mogę znaleść gotowej wersji na linuxa
Jedynie co znalazłem to źródła których nie wiem jak skompilować
Nie ma binariów dla Linuksa, przynajmniej narazie.

Pozostaje skompilowanie źródeł:
a) pobierz
b) rozpakuj
c) przejdź do katalogu "Linuks" ...
d) ... i wal standardowe
./configure
make
i ew. make install

nie sprawdzałem, ale podejrzewam że powinno zadziałać :]
2BII!2B
hub89
Junior
Junior
Posty: 9
Rejestracja: 11 lutego 2006, 19:13

Post autor: hub89 »

Nie weim co jest grane ale jak pierwszym razem spróbowałem wywołać polecenie make w katalogu Linux to otrzymałem efekt:

Kod: Zaznacz cały

admin@box:~/Desktop/Pcsx2_0.9_Src/Linux$ make
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 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -c -o ../Counters.o ../Counters.c -MD -MF ../Counters.d
In file included from ../Common.h:238,
                 from ../Counters.c:22:
../R5900.h:151: error: syntax error before "g_lockInterrupt"
../R5900.h:151: warning: type defaults to `int' in declaration of `g_lockInterrupt'
../R5900.h:151: warning: data definition has no type or storage class
In file included from ../Common.h:241,
                 from ../Counters.c:22:
../Memory.h:176: error: syntax error before "sizeof"
In file included from ../Counters.c:23:
../PsxCommon.h:21:21: windows.h: Nie ma takiego pliku ani katalogu
../Counters.c:119: error: syntax error before "lfreq"
../Counters.c:119: warning: type defaults to `int' in declaration of `lfreq'
../Counters.c:119: warning: data definition has no type or storage class
../Counters.c: In function `FrameLimiter':
../Counters.c:129: warning: implicit declaration of function `timeGetTime'
../Counters.c:132: warning: implicit declaration of function `Sleep'
../Counters.c: In function `rcntWcount':
../Counters.c:297: warning: left-hand operand of comma expression has no effect
../Counters.c:297: warning: left-hand operand of comma expression has no effect
../Counters.c:297: warning: left-hand operand of comma expression has no effect
../Counters.c: In function `rcntWmode':
../Counters.c:309: warning: left-hand operand of comma expression has no effect
../Counters.c:309: warning: left-hand operand of comma expression has no effect
../Counters.c:309: warning: statement with no effect
../Counters.c: In function `rcntWtarget':
../Counters.c:414: warning: left-hand operand of comma expression has no effect
../Counters.c:414: warning: left-hand operand of comma expression has no effect
../Counters.c:414: warning: left-hand operand of comma expression has no effect
../Counters.c: In function `rcntWcount':
../Counters.c:297: warning: statement with no effect
../Counters.c: In function `rcntWtarget':
../Counters.c:414: warning: statement with no effect
make: *** [../Counters.o] Błąd 1
Będę jeszcze próbował coś z tym zrobić :?
POZDR
Obrazek
ODPOWIEDZ