Changes between Initial Version and Version 1 of Ticket #23459


Ignore:
Timestamp:
Jan 28, 2010, 5:01:03 PM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23459 – Description

    initial v1  
    11Building qt4-mac 4.6.1 fails on my system.  I receive the error message
    22
     3{{{
    34bindings/js/JSDOMWindowCustom.cpp: In member function 'JSC::JSValue WebCore::JSDOMWindow::atob(JSC::ExecState*, const JSC::ArgList&)':
    45bindings/js/JSDOMWindowCustom.cpp:1015: error: 'base64Decode' was not declared in this scope
     
    910make[1]: *** [debug-all] Error 2
    1011make: *** [sub-webkit-make_default-ordered] Error 2
     12}}}
    1113
    1214I tracked down the problem to the include file Base64.h.  qt4-mac provides this file, but instead a file base64.h (note the different case) installed in /opt/local/include by port xmlprcxx 0.7.0 is used.  The files are incompatible.