Rolling back to a specfic build.
#11
remove wx3.0. Someone already report some conflict when trying to build pcsx2.
Reply

Sponsored links

#12
Okay. I only added it because I thought you suggested that I needed something other than the 2.8 I have. Is wxgtk2.8 okay or do I need another?
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply
#13
(03-23-2014, 09:05 PM)nstgc Wrote: Okay. I only added it because I thought you suggested that I needed something other than the 2.8 I have. Is wxgtk2.8 okay or do I need another?

Can you post the output of "ls /usr/bin/*gcc*" here please?? Smile
Reply
#14
The bug is not gcc!

What give you this:
/usr/bin/wx-config --libs --cflags
Reply
#15
(03-23-2014, 09:22 PM)gregory Wrote: The bug is not gcc!

What give you this:
/usr/bin/wx-config --libs --cflags

I wanted to check what i486 or i586 etc compiler he had to use that on a custom cmake call, but you know more than me about PCSX2 build, just suspicious he is building with a 64bit target
Reply
#16
Code:
$ /usr/bin/wx-config --libs --cflags
bash: /usr/bin/wx-config: No such file or directory

That doesn't look good.

Code:
$ ls /usr/bin/*gcc*
/usr/bin/gcc         /usr/bin/x86_64-unknown-linux-gnu-gcc
/usr/bin/gcc-ar      /usr/bin/x86_64-unknown-linux-gnu-gcc-4.8.2
/usr/bin/gcc-nm      /usr/bin/x86_64-unknown-linux-gnu-gcc-ar
/usr/bin/gcc-ranlib  /usr/bin/x86_64-unknown-linux-gnu-gcc-nm
/usr/bin/winegcc     /usr/bin/x86_64-unknown-linux-gnu-gcc-ranlib

I too have trouble believing it is gcc. I don't think you'll find what you are looking for there as I beleive my distro has a different folder for the 32bit libs.

[edit] wx-config is in wxgtk, which you, Gregory, seemed to want me to remove.

Code:
$ pkgfile wx-config
extra/wxgtk
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply
#17
Well wx-config can be installed anywhere. Mine is actually this one /usr/lib/i386-linux-gnu/wx/config/gtk2-unicode-release-2.8

Edit: maybe it take the wrong wx-config (ascii for example)
Reply
#18
Code:
$ /usr/bin/wx-config-2.8 --libs --cflags
-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
-pthread -Wl,-O1,--sort-common,--as-needed,-z,relro  -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8

I just needed to look for a different version.
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply
#19
/usr/lib/wx/include/gtk2-unicode-release-2.8

Is it the 32bits version or the 64 bits version?

Code:
grep -r SIZEOF_VOID_P /usr/lib/wx/include/gtk2-unicode-release-2.8
Reply
#20
(03-23-2014, 10:10 PM)gregory Wrote: /usr/lib/wx/include/gtk2-unicode-release-2.8

Is it the 32bits version or the 64 bits version?

Ah, yes, thats the 64b version. The 32b version is below.

Code:
$ wx-config32-2.8 --libs --cflags-I/usr/lib32/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
-L/usr/lib32 -pthread -Wl,-O1,--sort-common,--as-needed,-z,relro  -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply




Users browsing this thread: 1 Guest(s)