gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem compiling corebase


From: Riccardo Mottola
Subject: problem compiling corebase
Date: Sun, 05 Jul 2015 19:22:08 +0200
User-agent: Mozilla/5.0 (Windows NT 6.0; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1

Hi,

I'm trying to compile current corebase on freebsd with clang and I get the following blocking errors:

CFString.c:1839:11: error: unknown type name 'UNormalizationMode'
CF_INLINE UNormalizationMode
          ^
CFString.c:1845:14: error: use of undeclared identifier 'UNORM_NFD'
      return UNORM_NFD;
             ^
CFString.c:1847:14: error: use of undeclared identifier 'UNORM_NFKD'
      return UNORM_NFKD;
             ^
CFString.c:1849:14: error: use of undeclared identifier 'UNORM_NFC'
      return UNORM_NFC;
             ^
CFString.c:1851:14: error: use of undeclared identifier 'UNORM_NFKC'
      return UNORM_NFKC;
             ^
CFString.c:1869:3: error: use of undeclared identifier
      'UNormalizationCheckResult'
  UNormalizationCheckResult checkResult;

Perhaps it is relevant that cofnigure fails to detect most unicode stuff (HAVE_UNICODE_* are all undefined) and thus perhaps that code path should be disabled?

Riccardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]