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 > > Thank You > > Akash Are you making a Fink package, or building against Fink-provided libraries?
If not, then I don't see how this is a Fink-related issue. Dl_info hasn't been provided by anything that Fink installs since OS 10.3. Many of the items in our FAQ are related to how files from outside Fink can cause problems within, but it's beyond our scope to help with general builds on OS X. -- Alexander Hansen Fink User Liaison ------------------------------------------------------------------------------ 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
