[Easysoap-developers] RE: compile error
Status: Beta
Brought to you by:
dcrowley
From: mk <ma...@my...> - 2004-08-26 23:12:14
|
Ulrich Staudinger schrieb: > Hi, > EasySoap won"t compile, i see the following error: Please help me! > Many thanks, i need a solution quick ... > Making all in src > make[1]: Entering directory > `/home/us/work/gmx/vssoapapi/EasySoap++-0.6.1/src" > c++ -DHAVE_CONFIG_H -I. -I. -I../include/easysoap -I../include > -Wall -g -O2 -c XMLParser.cpp > XMLParser.cpp: In method `void EasySoap::XMLParser::FreeParser()": > XMLParser.cpp:51: ANSI C++ forbids implicit conversion from `void *" > in argument passing Ran into the same problem. I changed the following in XMLParser.h: - void *m_parser; + struct XML_ParserStruct *m_parser; Now it compiles without errors. I'll assume with the latest expat-1.95.8 some structures changed (compared to expat-1.95.2). Hope that helps. mattes |