[
https://issues.apache.org/jira/browse/AXIS2C-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen moved AXIS2-4431 to AXIS2C-1513:
------------------------------------------------
Fix Version/s: (was: 1.6)
Affects Version/s: (was: 1.6)
1.6.0
Key: AXIS2C-1513 (was: AXIS2-4431)
Project: Axis2-C (was: Axis2)
> C-language using unwrapped code does not compile
> ------------------------------------------------
>
> Key: AXIS2C-1513
> URL: https://issues.apache.org/jira/browse/AXIS2C-1513
> Project: Axis2-C
> Issue Type: Bug
> Affects Versions: 1.6.0
> Environment: Linux
> Reporter: Allan Schrum
> Priority: Minor
>
> Using the "-uw" option unwrapped code is generated. The WSDL-generated types
> (e.g. adb_GenericValue_t) are used in functions returning or using pointers
> (e.g. adb_GenericValue_t*). If the WSDL includes an allowable range, then the
> generated code creates a type by appending "[]" to the previous type (e.g.
> adb_GenericValue_t*[]). Unfortunately, gcc 4.2.2 dislikes that syntax and
> prefers "*" (e.g. adb_GenericValue_t**). Changing the generated code to
> replace the "[]" with "*" fixes the problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]