Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
None
-
RHEL 3 , jdk 1.5.0 as well as 1.4.2_30
Description
When I tried to compile I got
Syntax error befor "*" token .
This refers to the client stub genertaed
axis2_stub_t* axis2_stub_HelloWorld_create( ........ ) ;
I grep and had gone thru axis2_stub.h
there it is defined as
typedef struct axis2_stub axis2_stub_t ;
But i did not get where axis2_stub is defined .
whether i have to set it manually as env parameter ... or I am missing any thing ?
I checkout all codes on 30-july 2007 .
plese help .