chitrasr / gdata-objectivec-client

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

Library not compatible with LLVM Compiler 4.0 #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
It's not possible to build the library using XCode 4.4.

What version of the product are you using? On what operating system?
I'm using the last gdata version with XCode 4.4 on Mountain Lion

Please provide any additional information below.
I receive a lot of Semantic Issue. 

Original issue reported on code.google.com by p...@archyapp.com on 30 Jul 2012 at 9:22

GoogleCodeExporter commented 9 years ago
There is not enough specific detail in this issue report.

Be sure to update your checkout of the subversion repository to get the latest 
changes in the library.

Original comment by grobb...@google.com on 31 Jul 2012 at 6:20

GoogleCodeExporter commented 9 years ago
The GData Library with last changes is not compatible with XCode 4.4 because of 
new LLVM Compiler 4.0. 
These are some of the semantic error I receive when I try to build the library: 

Source/Clients/Spreadsheets/GDataEntryWorksheet.m:77:52: Format specifies type 
'int' but the argument has type 'NSInteger' (aka 'long')
Source/Clients/Spreadsheets/GDataEntryWorksheet.m:78:52: Format specifies type 
'int' but the argument has type 'NSInteger' (aka 'long')
Source/Clients/Spreadsheets/GDataFeedSpreadsheetCell.m:89:52: Format specifies 
type 'int' but the argument has type 'NSInteger' (aka 'long')
Source/Clients/Spreadsheets/GDataFeedSpreadsheetCell.m:90:52: Format specifies 
type 'int' but the argument has type 'NSInteger' (aka 'long')

Original comment by p...@archyapp.com on 1 Aug 2012 at 11:14

GoogleCodeExporter commented 9 years ago
Changes for these have been submitted to the project.

http://code.google.com/p/gdata-objectivec-client/source/detail?r=728

Thank you for pointing out the issue.

Original comment by grobb...@google.com on 2 Aug 2012 at 12:55