[EMAIL PROTECTED] (Marian Eichholz) writes: > Hi! > > See yourself. Any idea (despite switching off LDAP of course :-) ) > > nsLDAPProtocolHandler.cpp > c++ -o nsLDAPProtocolHandler.o -c -DMOZ_LDAP_XPCOM_EXPERIMENTAL > -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI > -I../../../../dist/include/ldap -I../../../../dist/include/xpcom > -I../../../../dist/include/string -I../../../../dist/include/necko > -I../../../../dist/include/mimetype -I../../../../dist/include/mozldap > -I../../../../dist/include -I/packin/mozilla/dist/include/nspr > -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -fno-rtti > -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast > -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy > -pedantic -Wno-long-long -pthread -pipe -DNDEBUG -DTRIMMED > -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../../config-defs.h > -Wp,-MD,.deps/nsLDAPProtocolHandler.pp nsLDAPProtocolHandler.cpp > nsLDAPProtocolHandler.cpp:93: prototype for `nsresult > nsLDAPProtocolHandler::NewURI(const char *, const char *, nsIURI *, > nsIURI **)' does not match any in class `nsLDAPProtocolHandler' > nsLDAPProtocolHandler.h:50: candidate is: nsresult > nsLDAPProtocolHandler::NewURI(const nsACString &, const char *, nsIURI > *, nsIURI **) > nsLDAPProtocolHandler.cpp: In method `nsresult > nsLDAPProtocolHandler::NewURI(const char *, const char *, nsIURI *, > nsIURI **)': > nsLDAPProtocolHandler.cpp:105: no matching function for call to > `nsDerivedSafe<nsILDAPURL>::SetSpec (const char *&)' > ../../../../dist/include/necko/nsIURI.h:89: candidates are: nsresult > nsIURI::SetSpec(const nsACString &)
Some wires got crossed, and a patch that should have been checked in on the 0.9.9 branch didn't make it. Sorry for the inconvenience. The patch at <http://bugzilla.mozilla.org/attachment.cgi?id=73173&action=view> should fix the problem. Dan
