jzhone / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

error: syntax error before 'delegate' #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Parse attached soap.wsdl (WSDL2ObjC-0.6.app)
2. Build in Xcode

What is the expected output?

A successful build in XCode.s

What do you see instead?

XCode generates two different errors,

~/sugarsoapSvc.h:1114: error: syntax error before 'delegate'
~/sugarsoapSvc.h:1114: warning: type defaults to 'int' in declaration of 
'delegate'

and

~/sugarsoapSvc.m:4201: error: 'responseDelegate' undeclared (first use in this 
function)
~/sugarsoapSvc.m:4201: error: (Each undeclared identifier is reported only once
~/sugarsoapSvc.m:4201: error: for each function it appears in.)
~/sugarsoapSvc.m: In function '-[sugarsoapBinding get_server_timeAsyncUsing]':

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

WSDL2ObjC-0.6.app, Mac OS X Version 10.5.8 and XCode 3.1.4.

Please provide any additional information below.
Overall, thanks for making wsdl2objc available, amazing!

Original issue reported on code.google.com by mikael.s...@gmail.com on 20 Feb 2010 at 12:25

Attachments:

GoogleCodeExporter commented 9 years ago
After some additional tests I realized that this issue confirms accepted issue 
39, the build runs fine with the 
errors commented out.

Original comment by mikael.s...@gmail.com on 22 Feb 2010 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by pmilosev on 4 Oct 2011 at 12:21