Issue Details (XML | Word | Printable)

Key: AXISCPP-381
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Samisa Abeysinghe
Reporter: Samisa Abeysinghe
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Axis-C++

SimpleAxisServer fails to link with the latest changes

Created: 17/Jan/05 12:50 PM   Updated: 17/Jan/05 01:10 PM
Return to search
Component/s: None
Affects Version/s: current (nightly)
Fix Version/s: current (nightly)

Time Tracking:
Not Specified

Environment: Linux platform

Resolution Date: 17/Jan/05 01:10 PM


 Description  « Hide
SimpleAxisServer fails to link with the following error:

g++ -g -O2 -o .libs/simple_axis_server SimpleAxisTransport.o SimpleAxisServer.o -lstdc++ -L/home/samisa/autoCVS/cvsAutoBuild/src/engine/server ../../common/.libs/libcommon.a /home/samisa/autoCVS/cvsAutoBuild/src/engine/server/.libs/libserver_engine.so -ldl -lpthread
/home/samisa/autoCVS/cvsAutoBuild/src/engine/server/.libs/libserver_engine.so: undefined reference to `axiscpp::Integer::serialize(void const*)'
/home/samisa/autoCVS/cvsAutoBuild/src/engine/server/.libs/libserver_engine.so: undefined reference to `axiscpp::Long::deserializeLong(char const*)'
/home/samisa/autoCVS/cvsAutoBuild/src/engine/server/.libs/libserver_engine.so: undefined reference to `axiscpp::Integer::deserializeInteger(char const*)'
/home/samisa/autoCVS/cvsAutoBuild/src/engine/server/.libs/libserver_engine.so: undefined reference to `vtable for axiscpp::Integer'
/home/samisa/autoCVS/cvsAutoBuild/src/engine/server/.libs/libserver_engine.so: undefined reference to `axiscpp::Integer::deserialize(char const*)'
/home/samisa/autoCVS/cvsAutoBuild/src/engine/server/.libs/libserver_engine.so: undefined reference to `typeinfo for axiscpp::Integer'
collect2: ld returned 1 exit status
make[5]: *** [simple_axis_server] Error 1
m

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Samisa Abeysinghe added a comment - 17/Jan/05 01:10 PM
Fixed by adding xsd/Integer.cpp and xsd/Long.cpp to src/soap/Makefile.am