Re: [Cppcms-users] installation guide for MacOS
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2017-01-13 19:47:12
|
AFAIR there was once a report regarding it and it was related to the ICU compiled with the different compiler than CppCMS. At some point Mac OS X switched from gcc/libstdc++ to clang/libc++ and if cmake finds accidentally the library that was build using gcc/libstdc++ and you use clang/libc++ you will most likely to get linking problems. Also there was an ABI change in latests gcc-5.x so if you have ICU compiled with older version of gcc it may fail to link with newer. 1. I suggest - make sure you use correct version of ICU for your compiler. 2. Disable ICU at add during the build (it is mostly needed for advanced localization features) Artyom On Fri, Jan 13, 2017 at 12:47 PM, Mohd Helmi Mohd Shariff <hel...@ya...> wrote: > mawan sugiyanto, did you successfully installed on Mac? What your MacOS ver? > > On Friday, January 13, 2017 6:36 PM, Shiv Shankar Dayal > <shi...@gm...> wrote: > > > It wont compile on Mac OS. I tried many times and it never works because it > can never find some symbols. It might work but it would be not worth the > effort. > > On Fri, Jan 13, 2017 at 3:51 PM, mawan sugiyanto <ma...@gm...> wrote: > > i use macport to install more library for cppcms > > On Jan 13, 2017 5:07 PM, "Paolo Bolzoni" <pao...@gm... > > wrote: > > Did you try to install cmake? > > On Fri, Jan 13, 2017 at 10:52 AM, Mohd Helmi Mohd Shariff > <hel...@ya...> wrote: >> Hello, I'm successfully installed cppcms on my OpenSUSE vm. But no success >> on Mac OS. It seems problem with cmake not found icu. Thanks. >> >> ------------------------------ ------------------------------ >> ------------------ >> Developer Access Program for Intel Xeon Phi Processors >> Access to Intel Xeon Phi processor-based developer platforms. >> With one year of Intel Parallel Studio XE. >> Training and support from Colfax. >> Order your platform today. http://sdm.link/xeonphi >> ______________________________ _________________ >> Cppcms-users mailing list >> Cpp...@li...urceforge .net >> https://lists.sourceforge.net/ lists/listinfo/cppcms-users > >> > > ------------------------------ ------------------------------ > ------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. > http://sdm.link/xeonphi > ______________________________ _________________ > Cppcms-users mailing list > Cpp...@li...urceforge .net > https://lists.sourceforge.net/ lists/listinfo/cppcms-users > > > ------------------------------ ------------------------------ > ------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > ______________________________ _________________ > Cppcms-users mailing list > Cppcms-users@lists. sourceforge.net > https://lists.sourceforge.net/ lists/listinfo/cppcms-users > > > > > > -- > Respect, > Shiv Shankar Dayal > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |