diff options
author | callum_linden <none@none> | 2014-10-21 10:46:18 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-21 10:46:18 -0700 |
commit | b89edc5d164bbb91c5349bf84d82a7b051ac6632 (patch) | |
tree | 69c643ca21f505056df680d89720d54eda7df507 | |
parent | 5bef95e86ddc8fccf824c77d7866ad7d9dea2c26 (diff) |
Update to build on Xcode 6.0: added 2 more items to TO DO list
-rw-r--r-- | XCODE_6_UPGRADES_TODO.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/XCODE_6_UPGRADES_TODO.txt b/XCODE_6_UPGRADES_TODO.txt index ce1803805f..3b35607d70 100644 --- a/XCODE_6_UPGRADES_TODO.txt +++ b/XCODE_6_UPGRADES_TODO.txt @@ -6,4 +6,7 @@ * Nat to look at this please: https://bitbucket.org/callum_linden/viewer-tools-update-callum/commits/3d2fb85943d527e7db9908ff2824bc54afe916f1 -* Remove -Wno-sign-compare from indra/cmake/00-Common.cmake and see if it builds. (Why did this, switched off, still catch code like U32 v; if ( v < 0 ) { }) +Weird folder name "build-darwin-i386/newview/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Second Life.app" - likely causes because those $() should be ${} for CMake? + +libjpeg is placed in lib folder vs lib/release - change it to match others + |