I forgot to tell, I'm using mandriva 2007 and I'm trying to build firefox 2.0.0.3
Hello,
I've got this error while trying to compile zap against firefox :
(I copied the zap/ directory to extensions/ of firefox , the only changes I made are the DEPTH in makefile.in 's)
zapNetUtilsModule.cpp:46: error: expected constructor, destructor, or type conversion before 'static'
zapNetUtilsModule.cpp:60: error: 'gComponents' was not declared in this scope
zapNetUtilsModule.cpp:60: error: 'gComponents' was not declared in this scope
zapNetUtilsModule.cpp:60: error: 'gComponents' was not declared in this scope
zapNetUtilsModule.cpp:42: warning: 'nsresult zapNetUtilsConstructor(nsISupports*, const nsIID&, void**)' defined but not used
gmake[6]: *** [zapNetUtilsModule.o] Error 1
gmake[6]: Leaving directory « /home/nabirh/Desktop/ff/mozilla/extensions/zap/netutils/src »
gmake[5]: *** [libs] Error 2
thanks for your help.