tianshanxuester / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Could not build gdata-objectivec-client-1.5.0 in 10.4.11 / Xcode 2.5 #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open gdata-objectivec-client-1.5.0 project with Xcode 2.5
2. Change settings in project.
- Target SDK : Mac OS X 10.4 (Universal)
- compiler : gcc-4.0
- Architecture   : i386 ppc
- Deployment Target : Mac OS X 10.4
- Build target : Release
3. Build Project, but caused an error and can not build.

What is the expected output? What do you see instead?
CompileC build/GData.build/Release/GDataFramework.build/Objects-
normal/ppc/GDataAtomPubControl.o "(Project path)/gdata-objectivec-client-
1.5.0/Source/Elements/GDataAtomPubControl.m" normal ppc objective-c 
com.apple.compilers.gcc.4_0
.
.
.
cc1obj: warnings being treated as errors
(Project 
path)/gdata-objectivec-client-1.5.0/Source/Elements/GDataAtomPubControl.m:26: 
warning: incomplete implementation of class 'GDataAtomPubControl1_0'
(Project 
path)/gdata-objectivec-client-1.5.0/Source/Elements/GDataAtomPubControl.m:26: 
warning: method definition for '-copyWithZone:' not found
(Project 
path)/gdata-objectivec-client-1.5.0/Source/Elements/GDataAtomPubControl.m:26: 
warning: class 'GDataAtomPubControl1_0' does not fully implement the 
'NSCopying' protocol

What version of the product are you using? On what operating system?
Mac OS X 10.4.11 
Xcode 2.5 
Xcode IDE: 799.0
Xcode Core: 798.0
ToolSupport: 794.0

Please use labels and text to provide additional information.
I succeeded to  build "gdata-objectivec-client-1.4.0" by same settings.

Original issue reported on code.google.com by mametu...@gmail.com on 28 Nov 2008 at 3:11

GoogleCodeExporter commented 9 years ago
Builds with the 10.4 SDK and Xcode 3 should be supported on current releases. 
Xcode
2.5 is no longer a supported build environment.

Original comment by gregrobbins on 4 Jun 2009 at 2:10