Posts: 1.821
Threads: 13
Joined: Mar 2011
Reputation:
55
Location: Florida, USA
Well, you don't need to worry about sparsehash at all. The other 2 are best installed via your repositories. Libc should be common easy lib to find. Not too sure what "threads" is though.
OS: Linux Mint 17.2 64 bit (occasional Antergos/Arch user)
(I am no longer a Windows user)
CPU: Intel Pentium G3258
GPU: Nvidia GTX 650 Ti
Posts: 1.821
Threads: 13
Joined: Mar 2011
Reputation:
55
Location: Florida, USA
Hmmm, I use an Ubuntu-based distro and I never have to worry about "threads." Perhaps it comes in by default. Anyway, here is my Ubuntu package search for threads. Perhaps check your repos for some similar named libs. Hopefully Gregory can clarify when he gets a chance.
OS: Linux Mint 17.2 64 bit (occasional Antergos/Arch user)
(I am no longer a Windows user)
CPU: Intel Pentium G3258
GPU: Nvidia GTX 650 Ti
Posts: 11
Threads: 0
Joined: Jul 2013
Reputation:
0
07-27-2013, 03:57 AM
(This post was last modified: 07-27-2013, 04:13 AM by Relsig.)
"Could not find threads" means you are missing required libraries. The file you show seems to indicate you are missing: GTK2_ATK_LIBRARY GTK2_PANGO_LIBRARY GTK2_GDK_PIXBUF_LIBRARY
Please note 2 issues:
I'm fairly certain that those are not the actual names of the files you need to download. I think you need the libgtk-dev package (there will be a version number after libgtk but before -dev and i'm not sure which one PCSX2 requires).
If you are on an amd64 computer make sure you have the i386 libraries (e.g. libgtk3.0-dev:i386)
Posts: 4
Threads: 1
Joined: Jul 2013
Reputation:
0
07-27-2013, 11:12 AM
(This post was last modified: 07-27-2013, 11:15 AM by KBNN.)
Thank you! I didn't know how to read that output. Now I have installed all of these packages and started make.