Changes between Initial Version and Version 5 of Ticket #20490


Ignore:
Timestamp:
Jul 31, 2009, 4:08:35 AM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20490

    • Property Cc snc@… added
    • Property Summary changed from xerces3-3.0.1 Compiler error - build failure to xercesc3-3.0.1 Compiler error - build failure
    • Property Port xercesc3 added; xerces3 removed
  • Ticket #20490 – Description

    initial v5  
    11There's apparently a bug being created in the Xerces build process by the latest ICU code, 4.2. One of their tools apparently changed command line behavior, and breaks the Xerces makefile.
    22
     3{{{
    34/opt/local/bin/pkgdata --name xercesc_messages_3_0 --mode dll -d . -M '"CC=/usr/bin/gcc-4.0" "CXX=/usr/bin/g++-4.0" "AR=ar" "RANLIB=ranlib" "CPPFLAGS=-I/opt/local/include" "CFLAGS=-O2" "CXXFLAGS=-O2 -D_THREAD_SAFE " "LDFLAGS=-L/opt/local/lib"' ./res-file-list.txt
    45/opt/local/bin/pkgdata: error in command line argument "-M"
     6}}}
    57
    68It's not specific to Mac. One of the bugs I found filed on this is here:
    79
    8 http://bugs.gentoo.org/show_bug.cgi?id=269659
     10[http://bugs.gentoo.org/show_bug.cgi?id=269659]
    911
    1012I don't know what the fix is at this time, but if I find something I'll record it. If there's a way to forcibly downgrade the port build of icu, that would work around it, but that's not good.