Code: Select all
Building target “CEGUIBase” of project “CrazyEddiesGUI” — (3 errors)
cd /Users/wtf/ce/cegui_mk2/makefiles/mac/Xcode2/CrazyEddiesGUI
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks /Users/wtf/ce/cegui_mk2/makefiles/mac/Xcode2/CrazyEddiesGUI/build/Development/CEGUITaharezLook.bundle /Users/wtf/ce/cegui_mk2/makefiles/mac/Xcode2/CrazyEddiesGUI/build/Development/CEGUI.framework/Versions/A/Resources
pbxcp: CEGUITaharezLook.bundle: No such file or directory
pbxcp: CEGUITaharezLook.bundle: No such file or directory
cd /Users/wtf/ce/cegui_mk2/makefiles/mac/Xcode2/CrazyEddiesGUI
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks /Users/wtf/ce/cegui_mk2/makefiles/mac/Xcode2/CrazyEddiesGUI/build/Development/CEGUIWindowsLook.bundle /Users/wtf/ce/cegui_mk2/makefiles/mac/Xcode2/CrazyEddiesGUI/build/Development/CEGUI.framework/Versions/A/Resources
pbxcp: CEGUIWindowsLook.bundle: No such file or directory
pbxcp: CEGUIWindowsLook.bundle: No such file or directory
cd /Users/wtf/ce/cegui_mk2/makefiles/mac/Xcode2/CrazyEddiesGUI
/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks /Users/wtf/ce/cegui_mk2/makefiles/mac/Xcode2/CrazyEddiesGUI/build/Development/CEGUIFalagard.bundle /Users/wtf/ce/cegui_mk2/makefiles/mac/Xcode2/CrazyEddiesGUI/build/Development/CEGUI.framework/Versions/A/Resources
pbxcp: CEGUIFalagard.bundle: No such file or directory
pbxcp: CEGUIFalagard.bundle: No such file or directory
Build failed (3 errors)
It appears to be a problem with pbxcp - I don't have a lot of OS X experience, so does anyone know how to fix this?
Building from cvs head doesn't have this problem - but there are a bunch of linker errors there. I've been able to resolve most of them by adding some files in the source directory to the xcode project - but there are still some linker errors that I can't seem to fix related to TinyXML. Maybe i'll try using xerces if I can't get it to work.