http://llvm.org/bugs/show_bug.cgi?id=9697
Summary: wchar_t on NetBSD is broken with ObjC++ Product: clang Version: trunk Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P Component: C++ AssignedTo: unassignedclangb...@nondot.org ReportedBy: js-llvm-bugzi...@webkeks.org CC: llvmbugs@cs.uiuc.edu, dgre...@apple.com When using ObjC++ on NetBSD, I get the following error as soon as inttypes.h is included: /usr/include/inttypes.h:40:23: error: cannot combine with previous 'int' declaration specifier typedef _BSD_WCHAR_T_ wchar_t; However, everything works when using just ObjC. webkeks:/tmp$ clang -v clang version 3.0 (trunk 129363) Target: x86_64-unknown-netbsd5.1.0. Thread model: posix -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list LLVMbugs@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs