Posts: 6.069
Threads: 68
Joined: May 2010
Reputation:
167
Location: Grenoble, France
actually IB and haswell. Older won t work anyway.
Posts: 6.069
Threads: 68
Joined: May 2010
Reputation:
167
Location: Grenoble, France
Thanks, in this case I will disable geometry shader for everyone for the moment.
Posts: 19
Threads: 2
Joined: Jun 2013
Reputation:
0
I never succeeded in compiling PCSX 2 on my 64 bits Ubuntu. I have 3570k IB . I found many guide that where involving chroot but last time I tried, I couldn't get anything but a black screen...
OS : Windows 8 64bits / Ubuntu 13.04 64 bits / Arch Linux
CPU : Intel Core i5 3570k @ Stock 3.40 Ghz
Motherboard : GA-Z77-DS3H
GPU : Nvidia GTX 660Ti
RAM : 16 Go DDR3 @ 1600 mhz
Posts: 19
Threads: 2
Joined: Jun 2013
Reputation:
0
(12-20-2013, 01:13 PM)gregory Wrote: Did you check those 2 wiki:
http://code.google.com/p/pcsx2/wiki/Comp...deForLinux
http://code.google.com/p/pcsx2/wiki/Chro...tatusLinux
With recent ubuntu you don't need a chroot normally. Unfortunately it still a bit tricky because multiarch isn't complete (at least not on dev package).
You mean that I could try compilation normally without chroot on Ubuntu ?
OS : Windows 8 64bits / Ubuntu 13.04 64 bits / Arch Linux
CPU : Intel Core i5 3570k @ Stock 3.40 Ghz
Motherboard : GA-Z77-DS3H
GPU : Nvidia GTX 660Ti
RAM : 16 Go DDR3 @ 1600 mhz
Posts: 6.069
Threads: 68
Joined: May 2010
Reputation:
167
Location: Grenoble, France
In short yes. You need to install *-dev:i386 package with g++-multilib
Posts: 19
Threads: 2
Joined: Jun 2013
Reputation:
0
12-22-2013, 02:19 PM
(This post was last modified: 12-22-2013, 02:26 PM by DarkeoX.)
I tried the following :
"sudo apt-get install libaio-dev:i386 libasound2-dev:i386 libbz2-dev:i386 libcg:i386 libcggl:i386 libegl1-mesa-dev:i386 libgl1-mesa-dev:i386 libglew-dev:i386 libglu1-mesa-dev:i386 libgtk2.0-dev:i386 libjpeg-dev:i386 libsdl1.2-dev:i386 libsoundtouch-dev:i386 libsparsehash-dev libwxbase2.8-dev:i386 libwxgtk2.8-dev:i386 libx11-dev:i386 nvidia-cg-dev:i386 nvidia-cg-toolkit portaudio19-dev:i386 zlib1g-dev:i386"
but it returns :
Quote:Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libjpeg-turbo8-dev:i386' instead of 'libjpeg-dev:i386'
libsparsehash-dev is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgtk2.0-dev:i386 : Depends: gir1.2-gtk-2.0:i386 (= 2.24.17-0ubuntu2) but it is not going to be installed
Depends: libgdk-pixbuf2.0-dev:i386 (>= 2.21.0) but it is not going to be installed
Depends: libpango1.0-dev:i386 (>= 1.20) but it is not going to be installed
Depends: libatk1.0-dev:i386 (>= 1.29.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
EDIT : Oops, didn't install compiler multilib packages.
EDIT 2 : Didn't solve it :/
OS : Windows 8 64bits / Ubuntu 13.04 64 bits / Arch Linux
CPU : Intel Core i5 3570k @ Stock 3.40 Ghz
Motherboard : GA-Z77-DS3H
GPU : Nvidia GTX 660Ti
RAM : 16 Go DDR3 @ 1600 mhz