I thought I was home free after I solved the compilation problem.  Hah!

Now building OpenOffice-1.1.5 failed with:

./unicode/locid.h:731: error: using typedef-name `icu_2_2::Locale::LocaleProxy' after `struct'

This line originally read:

'friend struct LocaleProxy

Just as a reference for anyone who may want to help here's the path to locid.h

<path to your build directory>/icu/unxlngi4.pro/misc/build/icu/source/common/unicode

Remembering a situation in which another application failed to build with a similar error I removed 'struct' from the offending line. The build failed again, but I got rid of the log. It complained about something missing in that line so I changed it to read:

'friend Locale LocaleProxy;'

Now I get the error:

./unicode/locid.h:731: error: field `LocaleProxy' has incomplete type

I'm way out of my league on this one. I'd like for someone to tell me how to fix this line.

I will appreciate any help.

Dan

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to