Portál AbcLinuxu, 10. května 2025 14:43
martin@debian:~/tovarna/pcsx/src/src_plugin$ ./configure
bash: ./configure: není souborem ani adresářem
martin@debian:~/tovarna/pcsx/src/src_plugin$ make
gcc -fPIC -c -Wall -m32 -mcpu=pentium -O3 -ffast-math -fomit-frame-pointer gpu.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
In file included from /usr/include/features.h:354,
from /usr/include/stdio.h:28,
from stdafx.h:45,
from gpu.c:27:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: není souborem ani adresářem
In file included from gpu.c:27:
stdafx.h:59:20: error: gl_ext.h: není souborem ani adresářem
In file included from gpu.c:39:
externals.h:258: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glBlendEquationEXTEx’
externals.h:259: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glColorTableEXTEx’
gpu.c: In function ‘GetConfigInfos’:
gpu.c:317: error: ‘glBlendEquationEXTEx’ undeclared (first use in this function)
gpu.c:317: error: (Each undeclared identifier is reported only once
gpu.c:317: error: for each function it appears in.)
In file included from /usr/include/X11/extensions/xf86vmode.h:39,
from gpu.c:709:
/usr/include/X11/Xmd.h: At top level:
/usr/include/X11/Xmd.h:165: error: two or more data types in declaration specifiers
/usr/include/X11/Xmd.h:165: error: two or more data types in declaration specifiers
gpu.c: In function ‘sysdep_create_display’:
gpu.c:873: warning: pointer targets in passing argument 6 of ‘XCreateImage’ differ in signedness
gpu.c: In function ‘SetScanLines’:
gpu.c:1191: error: ‘COMBINE_EXT’ undeclared (first use in this function)
gpu.c: In function ‘BlurBackBuffer’:
gpu.c:1289: error: ‘COMBINE_EXT’ undeclared (first use in this function)
gpu.c: In function ‘UnBlurBackBuffer’:
gpu.c:1349: error: ‘COMBINE_EXT’ undeclared (first use in this function)
make: *** [gpu.o] Error 1
#include <X11/extensions/xf86vmode.h>
musíš to presunúť pred riadok #include "externals.h"
(pretože sa v súbore Xmd.h definuje typ BOOL a ten sa nadefinuje už external.h a robí to problémy).
Potom treba v Makefile odstrániť z OBJ /usr/X11R6/lib/libXxf86vm.a (a možno budeš musieť k LIBS pridať -lXxf86vm).
Potom by sa to už skompilovať mohlo dať (mne sa to dalo, ale ja mám 32b Linux), ale je otázne, či to bude fungovať, pretože ten plugin je už strašne starý.
martin@debian:~/tovarna/pcsx/src/src_linux_cfg/gpucfg$ ls
acconfig.h AUTHORS config.h config.status COPYING ChangeLog Makefile missing NEWS src
aclocal.m4 autogen.sh config.h.in configure gpucfg.glade INSTALL Makefile.am mkinstalldirs readme stamp-h
authors config.cache config.log configure.in gpucfg.glade.bak install-sh Makefile.in news README stamp-h.in
martin@debian:~/tovarna/pcsx/src/src_linux_cfg/gpucfg$ ./configure
: command not found37:
configure: error: cannot find install-sh or install.sh in . ./.. ./../..
martin@debian:~/tovarna/pcsx/src/src_linux_cfg/gpucfg$ make
/bin/sh ./config.status --recheck
: command not foundne 11:
'/config.status: line 14: syntax error near unexpected token `do
'/config.status: line 14: `do
make: *** [config.status] Error 2
martin@debian:~/tovarna/pcsx/src/src_linux_cfg/gpucfg$
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.