Rolling back to a specfic build.
#21
well the 1$ question, are you sure that cmake use the good file Smile

Can you post this file build/pcsx2/CMakeFiles/pcsx2-dbg.dir/flags.make please. Adapt the path to your system.
Reply

Sponsored links

#22
Code:
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8

# compile CXX with /usr/bin/c++
CXX_FLAGS = -m32 -msse -msse2 -march=i686 -pthread -Wno-write-strings -Wno-format -Wno-unused-parameter -Wno-unused-value -Wstrict-aliasing -Wno-unused-function -Wno-attributes -Wno-unused-result -Wno-missing-field-initializers -Wno-unused-local-typedefs -Wno-parentheses -Wno-invalid-offsetof -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib32/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/SDL -isystem /usr/local/lib/wx/include/gtk2-unicode-3.0 -isystem /usr/local/include/wx-3.0 -I"/home/briggs3/build/svn/pcsx2 -r5745 (5th copy)/common/include" -I"/home/briggs3/build/svn/pcsx2 -r5745 (5th copy)/common/include/Utilities" -I"/home/briggs3/build/svn/pcsx2 -r5745 (5th copy)/common/include/x86emitter" -I"/home/briggs3/build/svn/pcsx2 -r5745 (5th copy)/build/common/include" -I/usr/include/i386-linux-gnu -I"/home/briggs3/build/svn/pcsx2 -r5745 (5th copy)/pcsx2/." -I"/home/briggs3/build/svn/pcsx2 -r5745 (5th copy)/pcsx2/gui" -I"/home/briggs3/build/svn/pcsx2 -r5745 (5th copy)/pcsx2/x86" -I"/home/briggs3/build/svn/pcsx2 -r5745 (5th copy)/build/pcsx2/gui"    -fno-omit-frame-pointer -pthread -fvisibility=hidden -fno-guess-branch-probability -fno-dse -fno-tree-dse -fno-strict-aliasing -Wstrict-aliasing -pipe -DSPARSEHASH_NEW_INCLUDE_DIR  -falign-functions -falign-jumps -falign-labels -falign-loops -fcaller-saves -fcprop-registers -fcrossjumping -fcse-follow-jumps -fcse-skip-blocks -fdefer-pop -fdelete-null-pointer-checks -fgcse -fgcse-lm -fif-conversion -fif-conversion2 -fmerge-constants -foptimize-sibling-calls -fpeephole2 -fregmove -freorder-blocks -freorder-functions -frerun-cse-after-loop -fsched-interblock -fsched-spec -fstrict-overflow -fthread-jumps -ftree-ccp -ftree-ch -ftree-copyrename -ftree-dce -ftree-dominator-opts -ftree-fre -ftree-lrs -ftree-pre -ftree-sra -ftree-ter -ftree-vrp -funit-at-a-time

CXX_DEFINES = -DNDEBUG -DWXUSINGDLL -DWX_PRECOMP -D_FILE_OFFSET_BITS=64 -D__WXGTK__
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply
#23
As I said before wx3 conflict everythings

-isystem /usr/local/lib/wx/include/gtk2-unicode-3.0
-isystem /usr/local/include/wx-3.0
Reply
#24
(03-23-2014, 10:55 PM)gregory Wrote: As I said before wx3 conflict everythings

-isystem /usr/local/lib/wx/include/gtk2-unicode-3.0
-isystem /usr/local/include/wx-3.0

Huh, I thought i deleted all of that.

I tried building again after removing the last of the wx 3.0 packages, however now I don't even have a flags.make file to post. Not only that, but the directory that I had found it in is gone!

Code:
CMakeFiles]$ ls
2.8.12.2                         CMakeRuleHashes.txt  Progress
cmake.check_cache                CMakeTmp             progress.marks
CMakeDirectoryInformation.cmake  Makefile2            TargetDirectories.txt
CMakeOutput.log

I should see "pcsx2.dir" in there which would contain the file.
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply
#25
maybe cmake didn't find any wx so it skip wx. You still 2.8 dev package
Reply
#26
When it successfully build (via yaourt -S pcsx2-svn) I also don't get a "pcsx2/flags.make".
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply
#27
Don't know, check cmake initial log. It will tell you if it skip somethings. (note migth worth to clean all tmp cmake file)
Reply
#28
Where would I find the "cmake initial log"? Also, I start with a clean directory. I have a "master directory" that I keep making copies of. I then run "sh build.sh --release" in those directories so that each time its as if its a freshly downloaded copy.
i7 4930k @4.3, 4x4 GB RAM @2133 (15-15-15-27, quad channel), EVGA 570 @stock, Arch 64b.
Reply
#29
I mean all the first message printed by cmake (all before the make). Note you can use the --clean option too.
Reply
#30
Ah, I see.

Code:
-- Looking for pthread_create - found
-- Found Threads: TRUE  
-- Found SDL: /usr/lib32/libSDL.so (found version "1.2.15")
-- Found Subversion: /usr/bin/svn (found version "1.8.8")
-- Could NOT find wxWidgets (missing:  wxWidgets_FOUND)
-- Found ZLIB: /usr/lib32/libz.so (found version "1.2.8")
-- Found AIO: /usr/lib32/libaio.so  
-- Found Cg: /usr/lib32/libCg.so;/usr/lib32/libCgGL.so  
-- Found EGL: /usr/lib32/libEGL.so  
-- Found GLESV2: /usr/lib32/libGLESv2.so  
-- Found GLEW: /usr/lib32/libGLEW.so  
-- Found Libc: /usr/lib32/librt.so;/usr/lib32/libdl.so;/usr/lib32/libm.so  
-- Found PortAudio: /usr/lib32/libportaudio.so  
-- Found SoundTouch: /usr/lib32/libSoundTouch.so  
-- Found SparseHash: /usr/include  
-- Found SparseHash_new: /usr/include  
-- Skip build of common libraries: miss some dependencies
-- check these libraries -> wxWidgets (>=2.8.10), sparsehash (>=1.5), aio
-- Skip build of pcsx2 core: miss some dependencies
-- check these libraries -> wxWidgets (>=2.8.10), gtk2 (>=2.16), zlib (>=1.2.4), pcsx2 common libs
-- Skip build of zzogl: miss some dependencies
-- check these libraries -> glew (>=1.6), jpeg (>=6.2), opengl, X11, nvidia-cg-toolkit (>=2.1), pcsx2 common libs
-- Skip build of spu2-x: miss some dependencies
-- check these libraries -> soundtouch (>=1.5), alsa, portaudio (>=1.9), sdl (==1.2) pcsx2 common libs
-- Don't build zerospu2. It is super-seeded by spu2x
-- Configuring done
-- Generating done
-- Build files have been written to: /home/{redacted}/build/svn/pcsx2 -r5745 (another copy)/build

Its as you suspect, some dependencies are missing.

[edit] With this help do you think: https://aur.archlinux.org/packages/cmake...ets-patch/

I don't want to randomly install things from the AUR, as they can be system breaking, but the title makes me hopeful.
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)