From b89edc5d164bbb91c5349bf84d82a7b051ac6632 Mon Sep 17 00:00:00 2001 From: callum_linden <none@none> Date: Tue, 21 Oct 2014 10:46:18 -0700 Subject: [PATCH] Update to build on Xcode 6.0: added 2 more items to TO DO list --- XCODE_6_UPGRADES_TODO.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/XCODE_6_UPGRADES_TODO.txt b/XCODE_6_UPGRADES_TODO.txt index ce1803805fc..3b35607d70b 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 + -- GitLab