trinhdunh / update-engine

Automatically exported from code.google.com/p/update-engine
Apache License 2.0
0 stars 0 forks source link

Cannot build update-engine on Xcode 2.4.1 as-is. #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout the google update engine sources
2. Try to build them on Tiger using Xcode 2.4.1

What is the expected output? What do you see instead?

It can't find the SDK because DEVELOPER_SDK_DIR is not defined (so probably 
need an equivalent 
TigerOrLater.xcconfig for XCode 2.4.1).

When I fixed that, then I got errors in GTMLogger.h

__attribute__ is undefined because MAC_OS_X_VERSION_10_5 is undefined in 
GTMLogger.h; first 
GTMDataDefines.h needs to be included, but that needs GTMLogger.  Looks like a 
circular 
reference.

What version of the product are you using? On what operating system?

Building google update engine but don't know what version; I checked out the 
sources on 
03/13/2009.  MacOS X 10.

Please provide any additional information below.

Original issue reported on code.google.com by rshe...@adobe.com on 13 Mar 2009 at 9:07

GoogleCodeExporter commented 8 years ago
We've changed the Xcode project setting to be Xcode 3.1 and beyond (there's 
some settings used in the config 
files that give warnings on Xcode 2.x).  You can change back the setting by 
doing a top-level Get Info and 
changing the Xcode project compatibility.

Original comment by borkwareLLC on 14 Mar 2009 at 3:42