[Libreoffice] ICU Build breakage in master on OSX
Alexander Thurgood
alex.thurgood at gmail.com
Tue Mar 15 10:29:53 PDT 2011
Hi all,
I'm trying to build from master on OSX and keep getting the following
build breakage in icu (icuinfo) :
ccache g++-4.0 -I../../common -I./../toolutil -I../../tools/ctestfw
-I../../i18n -DU_PLATFORM=\"U_DARWIN\"
-DU_BUILD=\"i386-apple-darwin10.6.0\"
-DU_HOST=\"i386-apple-darwin10.6.0\" -DU_CC=\"ccache gcc-4.0\"
-DU_CXX=\"ccache g++-4.0\" -O -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long
-fno-common -c -o icuinfo.o icuinfo.cpp
i686-apple-darwin10-g++-4.0.1: gcc-4.0": No such file or directory
i686-apple-darwin10-g++-4.0.1: g++-4.0": No such file or directory
icuinfo.cpp:107: error: missing terminating " character
icuinfo.cpp:110: error: missing terminating " character
icuinfo.cpp: In function 'void cmd_version(UBool)':
icuinfo.cpp:107: error: expected primary-expression before ')' token
icuinfo.cpp:110: error: expected primary-expression before ')' token
icuinfo.cpp:84: warning: unused variable 'status'
Looking at icuinfo.cpp, it doesn't look like there is a problem with the
double quoting around the printf statements, but perhaps I'm missing
something ?
Alex
More information about the LibreOffice
mailing list