Page 27 of 28 FirstFirst ... 1725262728 LastLast
Results 261 to 270 of 278

Thread: PCSX2 0.9.3 Released for Linux!

  1. #261
    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.

  2. #262
    Join Date
    May 2009
    Location
    Australia
    Beans
    19
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: PCSX2 0.9.3 Released for Linux!

    I get in compiled on Ubuntu 10.04 by installing following libs:
    libglew1.5-dev libxxf86vm-dev libasound2-dev libportaudio0 portaudio19-dev joystick libsdl1.2-dev

    so her are the steps:

    Code:
    sudo apt-get install subversion libjpeg62-dev build-essential libgtk2.0-dev libxxf86vm-dev x11proto-xf86vidmode-dev automake1.9 libbz2-dev
    Code:
    sudo apt-get install libglu1-mesa-dev
    Code:
    sudo apt-get install libglew1.5-dev libxxf86vm-dev libasound2-dev libportaudio0 portaudio19-dev joystick libsdl1.2-dev
    I could not find two nvidia-cg-toolkit and lib-portaudio-dev that mentioned here. but anyhow I get it compiled and run.

    by the end of the day I could not run any game! I get "Error Opening GS Plugin"
    any idea on how to fix this annoying prompt?

  3. #263
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: PCSX2 0.9.3 Released for Linux!

    sudo apt-get install nvidia-cg-toolkit portaudio19-dev


    If they are not there check if your sourcelist is correctly set. It may be the stuff that gives you the errors if they are not enabled into the app.
    Do also check the output of the configure script if anything is missing.

  4. #264
    Join Date
    Jul 2006
    Location
    Calgary, Alberta
    Beans
    1,123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: PCSX2 0.9.3 Released for Linux!

    I haven't checked back on thie progress of this in a while, are we still responsible for dumping our own ROM from the Playstation or has that been simplified? I have 2 Playstation 2, I just don't understand the process.
    Quote Originally Posted by Tristam Green View Post
    I can tell you something about a turntable.
    I have two of them.
    And a microphone.
    Where it's at.

  5. #265
    Join Date
    May 2009
    Location
    Australia
    Beans
    19
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: PCSX2 0.9.3 Released for Linux!

    I already got those two nvidia-cg-toolkit portaudio19-dev.
    Installed latest version from "http://ppa.launchpad.net/gregory-hainaut/pcsx2.official.ppa/ubuntu" (added to repositories)
    Same error. However, when I choose (libzzogl) I get some bad quality output and slow.

    Just give it up for a while see what would be next option for Ps2 on ubuntu

  6. #266
    Join Date
    Jun 2007
    Location
    Rio de Janeiro - Brasil
    Beans
    319
    Distro
    Kubuntu Development Release

    Re: PCSX2 0.9.3 Released for Linux!

    The latest beta was released at http://pcsx2.net/ and it's really good! =)

  7. #267
    Join Date
    Oct 2010
    Beans
    27

    Re: PCSX2 0.9.3 Released for Linux!

    need help installing the pcsx2 0.9.7 i am running 10.10 64 and ./pcsx2 gives me ./pcsx2: error while loading shared libraries: libwx_baseu-2.8.so.0: cannot open shared object file: No such file or directory so wat should i do

  8. #268
    Join Date
    Aug 2009
    Beans
    1,419

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by ahmed shabayek View Post
    need help installing the pcsx2 0.9.7 i am running 10.10 64 and ./pcsx2 gives me ./pcsx2: error while loading shared libraries: libwx_baseu-2.8.so.0: cannot open shared object file: No such file or directory so wat should i do
    My advice would be to install the official pcsx2 repository, which is available here. Then you can just install pcsx2 from synaptic.

    Scratch that. I just noticed you're running 64-bit. Get the following ppa, instead: https://launchpad.net/~micove/+archive/experimental. He includes a 64-bit pcsx2.
    Last edited by thatguruguy; December 2nd, 2010 at 11:30 PM.

  9. #269
    Join Date
    Oct 2010
    Beans
    27

    Re: PCSX2 0.9.3 Released for Linux!

    thnx a lot guru guy that worked i didnt imagine it would be tht simple, i was begining to try the chroot thing thnx again u saved me alot of time

  10. #270
    Join Date
    Oct 2010
    Beans
    27

    Re: PCSX2 0.9.3 Released for Linux!

    i have a problem when trying to run an iso file it gives this error:
    Attached Images Attached Images

Page 27 of 28 FirstFirst ... 1725262728 LastLast

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
  •