On 4/2/14, 5:38 pm, Daniel Macks wrote:
> But "one on the previous tools" is new information. Anyone with ideas is
> welcome to contribute, anyone who wants to fix it is welcome to assist.

Below my sig I've appended a copy of the email I sent to fink-users on
March 16. This is on the 5.0 tools (Xcode 5.0.2, command-line tools
5.0.1), without the March 10 update--I have avoided installing the
update because of all the clang issues that cropped up almost
immediately. So my error messages are a little different from the others
that were posted.

Back in November, there had been an build issue with
webkit-1.0.2-1.2.7-4 (posted to fink-users on Nov 10 by Kevin Horton,
and to fink-beginners by myself). The error was different, but I
couldn't explain what the difference is. That one was fixed by a patch
submitted by Martin Costabel, who I've cc'ed here in the hopes that he
might have an idea of how to proceed on this.

I'd love to be able to help fix it, but I'm still a major newbie in this
level of coding, so I don't have any idea where to begin trying to fix
it. I'm more than happy to test things, though.

Mark D. McKean
qpa...@quantumpanda.com



[First attempt to submit this was rejected as too large, so I've trimmed
the install text to just the portion relating to JavaScriptCore, which
is where the error occurred. Let me know if there are any other portions
of the text that would be helpful.]

After several days of no package updates coming through (because of the
lack of rsync update propagation), I finally got wise and switched my
updates to cvs. And now, I'm getting a compile failure on
webkit-1.0.2-1.2.7-5.

This initially happened after a selfupdate and update-all, after several
other packages had been updated. I ran selfupdate and update-all again,
and failed with the same error, again after several other packages were
successfully updated. I will probably run update-all again overnight to
clean up the packages that have not fully installed, but in the meantime
I'm submitting this report now.

I will point out up front that I am on OS X 10.9.2 and have *not*
installed the March 10 updates to Xcode and the command-line developer
tools.

Relevant install text:

  CXX    JavaScriptCore/interpreter/libJavaScriptCore_la-Interpreter.lo
In file included from JavaScriptCore/interpreter/Interpreter.cpp:33:
./JavaScriptCore/runtime/Arguments.h:105:22: warning: 'JSC::Arguments::put'
      hides overloaded virtual function [-Woverloaded-virtual]
        virtual void put(ExecState*, unsigned propertyName, JSValue, Put...
                     ^
./JavaScriptCore/runtime/JSObject.h:106:22: note: hidden overloaded virtual
      function 'JSC::JSObject::put' declared here
        virtual void put(ExecState*, unsigned propertyName, JSValue value);
                     ^
JavaScriptCore/interpreter/Interpreter.cpp:2045:28: warning: unused variable
      'end' [-Wunused-variable]
        ScopeChainIterator end = scopeChain->end();
                           ^
JavaScriptCore/interpreter/Interpreter.cpp:2068:28: warning: unused variable
      'end' [-Wunused-variable]
        ScopeChainIterator end = scopeChain->end();
                           ^
3 warnings generated.
  CXX    JavaScriptCore/bytecode/libJavaScriptCore_la-Opcode.lo
  CXX    JavaScriptCore/bytecode/libJavaScriptCore_la-SamplingTool.lo
  CXX    JavaScriptCore/debugger/libJavaScriptCore_la-DebuggerActivation.lo
  CXX    JavaScriptCore/debugger/libJavaScriptCore_la-DebuggerCallFrame.lo
  CXX    JavaScriptCore/assembler/libJavaScriptCore_la-ARMAssembler.lo
  CXX    JavaScriptCore/assembler/libJavaScriptCore_la-MacroAssemblerARM.lo
  CXX    JavaScriptCore/pcre/libJavaScriptCore_la-pcre_compile.lo
  CXX    JavaScriptCore/pcre/libJavaScriptCore_la-pcre_exec.lo
  CXX    JavaScriptCore/pcre/libJavaScriptCore_la-pcre_tables.lo
  CXX    JavaScriptCore/pcre/libJavaScriptCore_la-pcre_ucp_searchfuncs.lo
  CXX    JavaScriptCore/pcre/libJavaScriptCore_la-pcre_xclass.lo
  CXX    JavaScriptCore/profiler/libJavaScriptCore_la-Profile.lo
  CXX    JavaScriptCore/profiler/libJavaScriptCore_la-ProfileGenerator.lo
  CXX    JavaScriptCore/profiler/libJavaScriptCore_la-ProfileNode.lo
  CXX    JavaScriptCore/profiler/libJavaScriptCore_la-Profiler.lo
  CXX    JavaScriptCore/interpreter/libJavaScriptCore_la-CallFrame.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-ExceptionHelpers.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-Executable.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-InitializeThreading.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-JSActivation.lo
In file included from JavaScriptCore/runtime/JSActivation.cpp:32:
./JavaScriptCore/runtime/Arguments.h:105:22: warning: 'JSC::Arguments::put'
      hides overloaded virtual function [-Woverloaded-virtual]
        virtual void put(ExecState*, unsigned propertyName, JSValue, Put...
                     ^
./JavaScriptCore/runtime/JSObject.h:106:22: note: hidden overloaded virtual
      function 'JSC::JSObject::put' declared here
        virtual void put(ExecState*, unsigned propertyName, JSValue value);
                     ^
1 warning generated.
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-JSByteArray.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-JSGlobalData.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-JSNotAnObject.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-JSONObject.lo
  CXX
JavaScriptCore/runtime/libJavaScriptCore_la-JSPropertyNameIterator.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-LiteralParser.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-MarkStack.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-PropertyDescriptor.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-SmallStrings.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-Structure.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-StructureChain.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-TimeoutChecker.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-Assertions.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-ByteArray.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-CurrentTime.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-DateMath.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-HashTable.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-MainThread.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-RandomNumber.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-RefCountedLeakCounter.lo
  CXX
JavaScriptCore/wtf/libJavaScriptCore_la-ThreadIdentifierDataPthreads.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-Threading.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-ThreadingPthreads.lo
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-TypeTraits.lo
  CXX    JavaScriptCore/wtf/gobject/libJavaScriptCore_la-GOwnPtr.lo
  CXX    JavaScriptCore/wtf/gobject/libJavaScriptCore_la-GRefPtr.lo
  CXX    JavaScriptCore/wtf/gtk/libJavaScriptCore_la-MainThreadGtk.lo
  CXX    JavaScriptCore/wtf/gtk/libJavaScriptCore_la-ThreadingGtk.lo
  CXX    JavaScriptCore/wtf/unicode/libJavaScriptCore_la-CollatorDefault.lo
  CXX    JavaScriptCore/wtf/unicode/libJavaScriptCore_la-UTF8.lo
  CXX    JavaScriptCore/jit/libJavaScriptCore_la-ExecutableAllocatorPosix.lo
  CXX    JavaScriptCore/runtime/libJavaScriptCore_la-MarkStackPosix.lo
  CXX    JavaScriptCore/wtf/unicode/icu/libJavaScriptCore_la-CollatorICU.lo
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:50:72:
error:
      use of undeclared identifier

'isalnum_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isalnum(int __c) {return
isalnum(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:57:17: note: expanded from macro
'isalnum'
#define isalnum isalnum_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:58:72:
error:
      use of undeclared identifier

'isalpha_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isalpha(int __c) {return
isalpha(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:58:17: note: expanded from macro
'isalpha'
#define isalpha isalpha_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:66:72:
error:
      use of undeclared identifier

'isblank_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isblank(int __c) {return
isblank(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:60:17: note: expanded from macro
'isblank'
#define isblank isblank_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:74:72:
error:
      use of undeclared identifier

'iscntrl_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iscntrl(int __c) {return
iscntrl(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:61:17: note: expanded from macro
'iscntrl'
#define iscntrl iscntrl_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:82:72:
error:
      use of undeclared identifier

'isdigit_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isdigit(int __c) {return
isdigit(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:62:17: note: expanded from macro
'isdigit'
#define isdigit isdigit_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:90:72:
error:
      use of undeclared identifier

'isgraph_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isgraph(int __c) {return
isgraph(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:63:17: note: expanded from macro
'isgraph'
#define isgraph isgraph_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:98:72:
error:
      use of undeclared identifier

'islower_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_islower(int __c) {return
islower(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:64:17: note: expanded from macro
'islower'
#define islower islower_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:106:72:
error:
      use of undeclared identifier

'isprint_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isprint(int __c) {return
isprint(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:65:17: note: expanded from macro
'isprint'
#define isprint isprint_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:114:72:
error:
      use of undeclared identifier

'ispunct_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_ispunct(int __c) {return
ispunct(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:66:17: note: expanded from macro
'ispunct'
#define ispunct ispunct_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:122:72:
error:
      use of undeclared identifier

'isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isspace(int __c) {return
isspace(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:67:17: note: expanded from macro
'isspace'
#define isspace isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:130:72:
error:
      use of undeclared identifier

'isupper_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isupper(int __c) {return
isupper(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:68:17: note: expanded from macro
'isupper'
#define isupper isupper_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:138:73:
error:
      use of undeclared identifier

'isxdigit_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isxdigit(int __c) {return
isxdigi...
                                                                        ^
./JavaScriptCore/wtf/DisallowCType.h:69:18: note: expanded from macro
'isxdigit'
#define isxdigit isxdigit_WTF_Please_use_ASCIICType_instead_of_ctype_see...
                 ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:146:72:
error:
      use of undeclared identifier

'tolower_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_tolower(int __c) {return
tolower(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:71:17: note: expanded from macro
'tolower'
#define tolower tolower_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
In file included from JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp:36:
In file included from /sw/include/unicode/ucol.h:18:
In file included from /sw/include/unicode/uloc.h:25:
In file included from /sw/include/unicode/uenum.h:24:
In file included from /sw/include/unicode/strenum.h:14:
In file included from /sw/include/unicode/unistr.h:31:
In file included from /sw/include/unicode/std_string.h:39:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:433:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwchar:107:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cwctype:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cctype:154:72:
error:
      use of undeclared identifier

'toupper_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h'
inline _LIBCPP_INLINE_VISIBILITY int __libcpp_toupper(int __c) {return
toupper(...
                                                                       ^
./JavaScriptCore/wtf/DisallowCType.h:72:17: note: expanded from macro
'toupper'
#define toupper toupper_WTF_Please_use_ASCIICType_instead_of_ctype_see_c...
                ^
14 errors generated.
make[1]: ***
[JavaScriptCore/wtf/unicode/icu/libJavaScriptCore_la-CollatorICU.lo] Error 1
make[1]: Leaving directory
`/sw/src/fink.build/webkit-1.0.2-1.2.7-5/webkit-1.2.7'
make: *** [all] Error 2
make: Leaving directory
`/sw/src/fink.build/webkit-1.0.2-1.2.7-5/webkit-1.2.7'
### execution of /tmp/fink.nxrAK failed, exit code 2
### execution of /tmp/fink.MmYaW failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-webkit-1.0.2-1.2.7-5
(Reading database ... 209401 files and directories currently installed.)
Removing fink-buildlock-webkit-1.0.2-1.2.7-5 ...
Failed: phase compiling: webkit-1.0.2-1.2.7-5 failed

Package manager version: 0.36.3.1
Distribution version: selfupdate-cvs Sat Mar 15 21:15:52 2014, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.0.2
Xcode command-line tools: 5.0.1.0.1.1382131676
webkit-1.0.2-1.2.7-5 is set to build with only one job.

Mark D. McKean
qpa...@quantumpanda.com

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users



------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to