|
From: Steven R. L. <sr...@ic...> - 2016-07-25 18:27:43
|
How are you configuring Icu? Can you try just "./configure && make" ? Enviado desde nuestro iPhone. > El jul 24, 2016, a las 12:18 AM, giorgio wuzza <gi...@gm...> escribió: > > > This is the version information I get: > > Macpro:~ lars$ clang --version > clang version 3.7.0 (trunk 238096) > Target: x86_64-apple-darwin15.5.0 > Thread model: posix > Macpro:~ lars$ clang++ --version > clang version 3.7.0 (trunk 238096) > Target: x86_64-apple-darwin15.5.0 > Thread model: posix > Macpro:~ lars$ llvm-g++ --version > Apple LLVM version 7.3.0 (clang-703.0.31) > Target: x86_64-apple-darwin15.5.0 > Thread model: posix > InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin > Macpro:~ lars$ llvm-gcc --version > Apple LLVM version 7.3.0 (clang-703.0.31) > Target: x86_64-apple-darwin15.5.0 > Thread model: posix > InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin > > Thank you for any help. > >> On Sat, Jul 23, 2016 at 8:17 PM, Steven R. Loomis <sr...@ic...> wrote: >> What version of clang? >> >> C++ rtti is required. >> >> Enviado desde nuestro iPhone. >> >>> El jul 23, 2016, a las 2:54 AM, giorgio wuzza <gi...@gm...> escribió: >>> >>> I have managed to compile on Linux and Windows without any problems. I also compiled ICU 49.1 on MacOSX without any problems. >>> >>> Building 57.1 gives me the following error. What am I missing? >>> >>> Applications/Xcode.app/Contents/Developer/usr/bin/gnumake[3]: Making `all' in `common' >>> clang++ ... ustrenum.cpp >>> In file included from ustrenum.cpp:11: >>> ./utypeinfo.h:28:10: fatal error: 'typeinfo' file not found >>> #include <typeinfo> // for 'typeid' to work >>> ^ >>> 1 error generated. >>> *** Failed compilation command follows: ---------------------------------------------------------- >>> clang++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -DU_HAVE_STD_STRING=0 -DU_HAVE_ATOMIC=0 -I. -DDEFAULT_ICU_PLUGINS="/Users/george/projects/cmakeicu/build/lib/icu" -O3 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long --std=c++0x -Qunused-arguments -Wno-parentheses-equality -fvisibility=hidden -fno-common -c -MMD -MT ustrenum.d ustrenum.o ustrenum.ao -o ustrenum.ao ustrenum.cpp >>> ------------------------------------------------------------------------------ >>> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic >>> patterns at an interface-level. Reveals which users, apps, and protocols are >>> consuming the most bandwidth. Provides multi-vendor support for NetFlow, >>> J-Flow, sFlow and other flows. Make informed decisions using capacity planning >>> reports.http://sdm.link/zohodev2dev >>> _______________________________________________ >>> icu-support mailing list - icu...@li... >>> To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support >>> Archives/Project Info: http://site.icu-project.org/contacts >> >> ------------------------------------------------------------------------------ >> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic >> patterns at an interface-level. Reveals which users, apps, and protocols are >> consuming the most bandwidth. Provides multi-vendor support for NetFlow, >> J-Flow, sFlow and other flows. Make informed decisions using capacity planning >> reports.http://sdm.link/zohodev2dev >> _______________________________________________ >> icu-support mailing list - icu...@li... >> To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support >> Archives/Project Info: http://site.icu-project.org/contacts > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > icu-support mailing list - icu...@li... > To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support > Archives/Project Info: http://site.icu-project.org/contacts |