AKASH DEO wrote: > hi,i am porting Icecat while building it i am getting following problem > > nsStackWalk.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[3]: *** [libs] Error 2 > make[2]: *** [libs_tier_xpcom] Error 2 > make[1]: *** [tier_xpcom] Error 2 > make: *** [default] Error 2 > ### execution of make failed, exit code 2 > ### execution of /var/tmp/tmp.2.TGxdt0 failed, exit code 2 > this problem may be due to dlfcn.h > > i tried solution recomended in FAQ > > but it didn't work
You probably need to look into what sort of DEFINES are being used to load/not load dlfcn.h then. Hanspeter -- Hanspeter Niederstrasser hanspeter at snaggledworks.com ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
