Results 1 to 10 of 278

Thread: PCSX2 0.9.3 Released for Linux!

Threaded View

  1. #11
    Join Date
    Dec 2009
    Beans
    Hidden!

    Re: PCSX2 0.9.3 Released for Linux!

    ... what am I doing wrong?
    Code:
    d3v11@laptop:~/Downloads/pcsx2-0.9.4$ sh build.sh all
    ----------------------------------------
    Building Graphics Synthesizer plugins...
    ----------------------------------------
    ----------------------
    Building ZeroGS OpenGL
    ----------------------
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for gcc... gcc
    checking whether we are using the GNU C++ compiler... yes
    checking whether gcc accepts -g... yes
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for ranlib... ranlib
    checking debug build... no
    checking for _aligned_malloc... no
    checking for _aligned_free... no
    checking for development build...... no
    checking check for sse2...... yes
    checking for a x86-64 CPU... no
    checking gtk2+... checking for pkg-config... pkg-config
    Package gtk+-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gtk+-2.0.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gtk+-2.0' found
    checking OpenGL... checking for GL/gl.h... yes
    checking for GL/glu.h... yes
    checking for GL/glext.h... yes
    checking for main in -lGL... yes
    checking for main in -lGLU... yes
    checking for main in -lGLEW... no
    checking Cg... checking for main in -ljpeg... yes
    checking for main in -lpthread... yes
    checking for main in -lstdc++... yes
    checking for main in -lz... yes
    checking for main in -ldl... yes
    checking for main in -lXxf86vm... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating Linux/Makefile
    config.status: executing depfiles commands
    Configuration:
      Target system type:    
      x86-64 build?           no
      Debug build?           no
      Dev build?               no
      SSE2 enabled?           yes
    Making clean in Linux
    make[1]: Entering directory `/home/d3v11/Downloads/pcsx2-0.9.4/plugins/gs/zerogs/opengl/Linux'
    test -z "libZeroGSLinux.a" || rm -f libZeroGSLinux.a
    rm -f *.o
    make[1]: Leaving directory `/home/d3v11/Downloads/pcsx2-0.9.4/plugins/gs/zerogs/opengl/Linux'
    Making clean in .
    make[1]: Entering directory `/home/d3v11/Downloads/pcsx2-0.9.4/plugins/gs/zerogs/opengl'
    test -z "libZeroGSogl.a" || rm -f libZeroGSogl.a
    test -z "libZeroGSoglr.so.0.96.2" || rm -f libZeroGSoglr.so.0.96.2
    rm -f *.o
    make[1]: Leaving directory `/home/d3v11/Downloads/pcsx2-0.9.4/plugins/gs/zerogs/opengl'
    Making install in Linux
    Package gtk+-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gtk+-2.0.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gtk+-2.0' found
    make[1]: Entering directory `/home/d3v11/Downloads/pcsx2-0.9.4/plugins/gs/zerogs/opengl/Linux'
    if gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I.  -I../ -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer  -fPIC -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer  -MT libZeroGSLinux_a-callbacks.o -MD -MP -MF ".deps/libZeroGSLinux_a-callbacks.Tpo" -c -o libZeroGSLinux_a-callbacks.o `test -f 'callbacks.c' || echo './'`callbacks.c; \
        then mv -f ".deps/libZeroGSLinux_a-callbacks.Tpo" ".deps/libZeroGSLinux_a-callbacks.Po"; else rm -f ".deps/libZeroGSLinux_a-callbacks.Tpo"; exit 1; fi
    callbacks.c:5:21: error: gtk/gtk.h: No such file or directory
    In file included from callbacks.c:7:
    callbacks.h:5: error: expected ‘)’ before ‘*’ token
    callbacks.h:9: error: expected ‘)’ before ‘*’ token
    callbacks.h:13: error: expected ‘)’ before ‘*’ token
    In file included from callbacks.c:8:
    interface.h:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    interface.h:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    In file included from callbacks.c:9:
    support.h:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    support.h:51: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
    support.h:59: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    support.h:63: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    support.h:66: error: expected ‘)’ before ‘*’ token
    callbacks.c:13: error: expected ‘)’ before ‘*’ token
    callbacks.c:21: error: expected ‘)’ before ‘*’ token
    callbacks.c:29: error: expected ‘)’ before ‘*’ token
    make[1]: *** [libZeroGSLinux_a-callbacks.o] Error 1
    make[1]: Leaving directory `/home/d3v11/Downloads/pcsx2-0.9.4/plugins/gs/zerogs/opengl/Linux'
    make: *** [install-recursive] Error 1
    Error with building plugins
    d3v11@laptop:~/Downloads/pcsx2-0.9.4$
    Last edited by d3v1150m471c; July 17th, 2010 at 05:40 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •