AKASH DEO wrote: > i used the following command to build icecat > > > fink -m --build-as-nobody rebuild icecat > > & got the following error > > sStackWalk.cpp: In function 'nsresult NS_DescribeCodeAddress(void*, > > nsCodeAddressDetails*)': > > nsStackWalk.cpp:1502: error: 'Dl_info' was not declared in this scope > > nsStackWalk.cpp:1502: error: expected `;' before 'info' > > nsStackWalk.cpp:1503: error: 'info' was not declared in this scope > > nsStackWalk.cpp:1503: error: 'dladdr' was not declared in this scope > > make[4]: *** [nsStackWalk.o] Error 1 > > make[4]: Leaving directory > > `/sw/src/fink.build/icecat-3.0.6-1/icecat-3.0.6-g1/xpcom/base'
But what is the compiler command that gives this error? > Actually it is looking for some dlfcn.h but it is not able to include it if nsStackWalk.cpp is not finding dlfcn.h, then you need to look in nsStackWalk.cpp where it would normally include dlfcn.h and determine why the #include <dlfcn.h> directive is not being followed. Hanspeter ------------------------------------------------------------------------------ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
