Treviņo
October 24th, 2006, 06:15 PM
Hello I'm trying to build firefox 2.0 both using ubuntu (edgy) repositories patched sources and the official sources...
nsStackFrameUnix.cpp: In function 'void DumpStackToFile(FILE*)':
nsStackFrameUnix.cpp:110: error: 'Dl_info' was not declared in this scope
nsStackFrameUnix.cpp:110: error: expected `;' before 'info'
nsStackFrameUnix.cpp:111: error: 'info' was not declared in this scope
nsStackFrameUnix.cpp:111: error: 'dladdr' was not declared in this scopeThe file with problems is ./xpcom/base/nsStackFrameUnix.cpp, anyway also adding to it the instruction #include <dlfcn.h> (the Dl_info struct is definied there...) then, I get a linking error...
Anyone has/had this problem?
I had tried to do this also some time ago, but it didn't work anyway! :(
Any fix?
Thanks!
nsStackFrameUnix.cpp: In function 'void DumpStackToFile(FILE*)':
nsStackFrameUnix.cpp:110: error: 'Dl_info' was not declared in this scope
nsStackFrameUnix.cpp:110: error: expected `;' before 'info'
nsStackFrameUnix.cpp:111: error: 'info' was not declared in this scope
nsStackFrameUnix.cpp:111: error: 'dladdr' was not declared in this scopeThe file with problems is ./xpcom/base/nsStackFrameUnix.cpp, anyway also adding to it the instruction #include <dlfcn.h> (the Dl_info struct is definied there...) then, I get a linking error...
Anyone has/had this problem?
I had tried to do this also some time ago, but it didn't work anyway! :(
Any fix?
Thanks!