Re: [Cppcms-users] CppCMS 1.1.0 Beta released
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2017-07-22 19:32:24
|
First of all clearly as I suspected there are different iconv libs in the process $ diff -u CMakeCache_1.1.0.txt CMakeCache_1.0.5.txt --- CMakeCache_1.1.0.txt 2017-07-22 22:16:37.166633497 +0300 +++ CMakeCache_1.0.5.txt 2017-07-22 22:16:34.966608893 +0300 [snip] //Path to a file. -ICONV_INCLUDE_DIR:PATH=/usr/include +ICONV_INCLUDE_DIR:PATH=/opt/local/include //Path to a library. -ICONV_LIB:FILEPATH=/usr/lib/libiconv.dylib +ICONV_LIB:FILEPATH=/opt/local/lib/libiconv.dylib What I don't understand is how it was found. Probably when you run the 1.0.5 build you have gave an option to search in /opt/local/(include|lib) while for 1.1.0 you didn't maybe you forget to rebuild the configuration for 1.0.5 or something else. I suggest may 100% clean build for 1.0.5 and 1.1.0 i.e. create new directory test_build and run CMake only to see to which iconv points. The error you see is caused by using incompatible header and dynlib and having more than one iconv header/library installed. I probably need to add some additional tests that validate header/library compatibility. Artyom On Fri, Jul 21, 2017 at 5:44 AM, mawan sugiyanto <ma...@gm...> wrote: > Dear > Artyom > > > please see attached file. > > > > thankyou. > > On Jul 20, 2017 20:32, "Artyom Beilis" <art...@gm...> wrote: >> >> On Thu, Jul 20, 2017 at 2:17 PM, mawan sugiyanto <ma...@gm...> wrote: >> > Dear Artyom >> > >> > for version 1.0.5 can compile normally .. >> > for version 1.1.1 on mac still error libiconv >> > >> > >> > Thankyou >> > >> >> You mean you do two builds one after other on Mac OS X and 1.0.5 ok >> while 1.1.0 fails? Interesting... >> Can you please attach CMakeCache.txt from each of the builds. It is >> really strange. >> >> Artyom >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |