Hi,
it's my first compilation after upnp changes:
I installed libupnp 1.6.6 (from MacPorts, changing the Portfile)
amule configure is ok, but during make I got several warning and then:
...
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -I../../../src -I../../../src/libs -I../../../src/include -no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH -DUSE_WX_EXTENSIONS -DWITH_LIBPNG -I/Users/gtoso/mulo/wxMac-2.8.8/osx-build/lib/wx/include/mac-unicode-release-static-2.8 -I/Users/gtoso/mulo/wxMac-2.8.8/include -I/Users/gtoso/mulo/wxMac-2.8.8/contrib/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -DwxUSE_GUI=0 -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -I/opt/local/include/upnp -DENABLE_UPNP=1 -I/opt/local/include -W -Wall -Wshadow -Wundef -O2 -I/Users/gtoso/mulo/wxMac-2.8.8/osx-build/lib/wx/include/mac-unicode-release-static-2.8 -I/Users/gtoso/mulo/wxMac-2.8.8/include -I/Users/gtoso/mulo/wxMac-2.8.8/contrib/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -I/opt/local/include/libpng12 -D_THREAD_SAFE -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2 -c -o amuleweb-UPnPCompatibility.o `test -f 'UPnPCompatibility.cpp' || echo './'`UPnPCompatibility.cpp
../../upnp.h:115: error: expected ',' or '...' before 'errorString'
../../upnp.h:116: error: ISO C++ forbids declaration of 'DOMString' with no type
../../upnp.h:120: error: 'IXML_Document' has not been declared
../../upnp.h:124: error: ISO C++ forbids declaration of 'IXML_Element' with no type
../../upnp.h:124: error: expected ';' before '*' token
../../upnp.h:126: error: ISO C++ forbids declaration of 'IXML_Element' with no type
../../upnp.h:126: error: expected ';' before '*' token
../../upnp.h:128: error: ISO C++ forbids declaration of 'IXML_Element' with no type
../../upnp.h:128: error: expected ';' before '*' token
../../upnp.h:130: error: 'DOMString' does not name a type
../../upnp.h:133: error: 'IXML_Element' has not been declared
../../upnp.h:135: error: 'IXML_Element' has not been declared
../../upnp.h:136: error: expected ',' or '...' before 'tag'
../../upnp.h:136: error: ISO C++ forbids declaration of 'DOMString' with no type
../../upnp.h:137: error: ISO C++ forbids declaration of 'IXML_Element' with no type
../../upnp.h:137: error: expected ';' before '*' token
../../upnp.h:140: error: ISO C++ forbids declaration of 'IXML_Element' with no type
../../upnp.h:140: error: expected ';' before '*' token
../../upnp.h:144: error: 'IXML_Element' has not been declared
../../upnp.h:145: error: expected ',' or '...' before 'tag'
../../upnp.h:145: error: ISO C++ forbids declaration of 'DOMString' with no type
../../upnp.h:166: error: 'IXML_Element' has not been declared
../../upnp.h:176: error: 'IXML_Element' has not been declared
...
I attach config.log and the output of configure and make.