|
From: Roger L. <rl...@du...> - 2016-07-24 07:48:26
|
On 24/07/2016 07:18, giorgio wuzza wrote: > fatal error: 'typeinfo' file not found This is something fundementally wrong with either your clang installation, or the options you're using to build ICU, I would suspect. All of the core C++ headers should be present and usable. I've been building ICU with every clang version released with Xcode on MacOS X since they made it the default (3.1 I think) through to 3.8, and I have never had such a problem with it. Maybe double-check the flags which are being used to compile ICU. Can you compile a test program by hand using <typeinfo>? How about <iostream>? If that works, does it still work if you then use the same flags ICU is being built with? Regards, Roger The University of Dundee is a registered Scottish Charity, No: SC015096 |