06-27-2011, 08:40 PM
Greetings programs!
While trying to launch binary pcsx2-0.9.8 on fedora 15 i get the following error:
[root@miki pcsx2-0.9.8-r4594-linux]# ./launch_pcsx2_linux.sh
./pcsx2: Symbol `_ZTV10wxClientDC' has different size in shared object, consider re-linking
./pcsx2: Symbol `_ZTV10wxMemoryDC' has different size in shared object, consider re-linking
./pcsx2: Symbol `_ZTV9wxPaintDC' has different size in shared object, consider re-linking
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
./launch_pcsx2_linux.sh: line 27: 2124 Aborted (core dumped) ./pcsx2
[root@miki pcsx2-0.9.8-r4594-linux]#
my system is:
[root@miki pcsx2-0.9.8-r4594-linux]# uname -a
Linux miki 2.6.38.7-30.fc15.i686.PAE #1 SMP Fri May 27 05:44:56 UTC 2011 i686 i686 i386 GNU/Linux
I was trying to compile from pcsx2-0.9.8-r4600-sources but i have got the following:
[root@miki my_build]# cmake ../CMakeLists.txt "-DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_STRIP=FALSE"
-- Disable the stripping by default in Release -DCMAKE_BUILD_STRIP=FALSE build !!!
-- Use internal version of Soundtouch by default.
Note: There have been issues in the past with sound quality depending on the version of Soundtouch
Use -DFORCE_INTERNAL_SOUNDTOUCH=FALSE at your own risk
-- Install localization file in bin/Langs by default
-- Could NOT find GLEW (missing: GLEW_LIBRARY GLEW_INCLUDE_DIR)
-- Use internal pcsx2 SoundTouch library
-- Skip build of GSdx: miss some dependencies
-- check these libraries -> opengl, X11, pcsx2 SDL
-- Skip build of zerogs: miss some dependencies
-- check these libraries -> glew (>=1.5), opengl, X11, nvidia-cg-toolkit (>=2.1)
-- Skip build of zzogl: miss some dependencies
-- check these libraries -> glew (>=1.5), jpeg (>=6.2), opengl, X11, nvidia-cg-toolkit (>=2.1), pcsx2 common libs
CMake Error at CMakeLists.txt:57 (TARGET_LINK_LIBRARIES):
Cannot specify link libraries for target "x86emitter" which is not built by
this project.
-- Configuring incomplete, errors occurred!
Please help!
While trying to launch binary pcsx2-0.9.8 on fedora 15 i get the following error:
[root@miki pcsx2-0.9.8-r4594-linux]# ./launch_pcsx2_linux.sh
./pcsx2: Symbol `_ZTV10wxClientDC' has different size in shared object, consider re-linking
./pcsx2: Symbol `_ZTV10wxMemoryDC' has different size in shared object, consider re-linking
./pcsx2: Symbol `_ZTV9wxPaintDC' has different size in shared object, consider re-linking
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
./launch_pcsx2_linux.sh: line 27: 2124 Aborted (core dumped) ./pcsx2
[root@miki pcsx2-0.9.8-r4594-linux]#
my system is:
[root@miki pcsx2-0.9.8-r4594-linux]# uname -a
Linux miki 2.6.38.7-30.fc15.i686.PAE #1 SMP Fri May 27 05:44:56 UTC 2011 i686 i686 i386 GNU/Linux
I was trying to compile from pcsx2-0.9.8-r4600-sources but i have got the following:
[root@miki my_build]# cmake ../CMakeLists.txt "-DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_STRIP=FALSE"
-- Disable the stripping by default in Release -DCMAKE_BUILD_STRIP=FALSE build !!!
-- Use internal version of Soundtouch by default.
Note: There have been issues in the past with sound quality depending on the version of Soundtouch
Use -DFORCE_INTERNAL_SOUNDTOUCH=FALSE at your own risk
-- Install localization file in bin/Langs by default
-- Could NOT find GLEW (missing: GLEW_LIBRARY GLEW_INCLUDE_DIR)
-- Use internal pcsx2 SoundTouch library
-- Skip build of GSdx: miss some dependencies
-- check these libraries -> opengl, X11, pcsx2 SDL
-- Skip build of zerogs: miss some dependencies
-- check these libraries -> glew (>=1.5), opengl, X11, nvidia-cg-toolkit (>=2.1)
-- Skip build of zzogl: miss some dependencies
-- check these libraries -> glew (>=1.5), jpeg (>=6.2), opengl, X11, nvidia-cg-toolkit (>=2.1), pcsx2 common libs
CMake Error at CMakeLists.txt:57 (TARGET_LINK_LIBRARIES):
Cannot specify link libraries for target "x86emitter" which is not built by
this project.
-- Configuring incomplete, errors occurred!
Please help!