Re: [Cppcms-users] Linking trouble when trying to build on OSX (Snow Leopard)
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-04-06 14:39:16
|
Hello, This is known issue on Mac OS X. You have two versions of libiconv installed - one from latest OS and other from GNU. You have two libiconv.dylib and/or two iconv.h Try to find the correct one and using CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH cmake parameter provide the path to the correct location of the library/header, or make sure only one is installed. Happy Passover, Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: doug livesey <bi...@gm...> >To: cpp...@li... >Sent: Friday, April 6, 2012 2:07 PM >Subject: [Cppcms-users] Linking trouble when trying to build on OSX (Snow Leopard) > > >Hi -- I'm trying to build cppcms, but am getting this error when I run make: https://gist.github.com/2318842 >I tried explicitly setting the CC and CXX variables at the start of the make file to use GCC 4.7, but that didn't fix it. >Could anyone advise on how I could resolve this error? >Thanks, > Doug. >------------------------------------------------------------------------------ >For Developers, A Lot Can Happen In A Second. >Boundary is the first to Know...and Tell You. >Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! >http://p.sf.net/sfu/Boundary-d2dvs2 >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |