Jeremy Byron wrote:
<snip>
I don't have any more time to look into this tonight, and I'm going to be pretty busy over the next few days with classes/assignments.. I'll keep an eye on the mailing list though, and help out as much as I can.

Ok, I lied.. decided to stay up late, but I'll probably pay for it later.

A couple more things to note if they affect you:

- I had ldap issues later on in the build solved by making links:
  ln -s /opt/thunderbird/lib/thunderbird-1.0.6/libldap50.so /usr/lib
  ln -s /opt/thunderbird/include/thunderbird-1.0.6/ldap /usr/include

- OOo-2.0beta2/filter/source/config/fragments needs modification

.IF "$(JDK)" == "gcj"
PACKLANG := $(JAVA) $(JAVACPS) $(SOLARBINDIR)/xalan.jar .org.apache.xalan.xslt.Process -XSL langfilter.xsl
.ELSE
PACKLANG := $(JAVA) $(JAVACPS) $(SOLARBINDIR)/xalan.jar org.apache.xalan.xslt.Process -XSL langfilter.xsl
.ENDIF

  - we don't have "gcj" but we need the same fix since
    JDK 1.5 killed *.xslt.Process

I tried ages to get this to work with xsltproc if it was enabled in the configure, but OOo2 has a bug in the languageFilter.xsl template file (using a variable in a match). I don't know how to fix this:
  - <xsl:template match="*[.//[EMAIL PROTECTED]:lang=$lang]] | @*">


- Finally, my build just died with the following:

[code]
Making: ../../unxlngi6.pro/slo/sdpage_animations.obj
g++ -Wreturn-type -fmessage-length=0 -c -I. -I/usr/src/OOo_2.0-cvs-0926/solver/680/unxlngi6.pro/inc/offuh -I../inc -I../../inc -I../../unx/inc -I../../unxlngi6.pro/inc -I. -I/usr/src/OOo_2.0-cvs-0926/solver/680/unxlngi6.pro/inc/stl -I/usr/src/OOo_2.0-cvs-0926/solver/680/unxlngi6.pro/inc/external -I/usr/src/OOo_2.0-cvs-0926/solver/680/unxlngi6.pro/inc -I/usr/src/OOo_2.0-cvs-0926/solenv/unxlngi6/inc -I/usr/src/OOo_2.0-cvs-0926/solenv/inc -I/usr/src/OOo_2.0-cvs-0926/res -I/usr/src/OOo_2.0-cvs-0926/solver/680/unxlngi6.pro/inc/stl -I/usr/src/OOo_2.0-cvs-0926/solenv/inc/Xp31 -I/opt/jdk/jdk/include -I/opt/jdk/jdk/include/linux -I/opt/jdk/jdk/include/native_threads/include -I/usr/X11R6/include -I. -I../../res -I. -Os -fno-strict-aliasing -Wuninitialized -fvisibility=hidden -pipe -Wno-ctor-dtor-privacy -fvisibility-inlines-hidden -fexceptions -fno-enforce-eh-specs -fpic -DLINUX -DUNX -DVCL -DGCC -DC341 -DINTEL -DGXX_INCLUDE_PATH=/usr/lib/gcc/i686-pc-linux-gnu/4.0.1/../../../../include/c++/4.0.1 -DCVER=C341 -D_USE_NAMESPACE -DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DSRC680 -DSD_DLLIMPLEMENTATION -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o ../../unxlngi6.pro/slo/sdpage_animations.o /usr/src/OOo_2.0-cvs-0926/sd/source/core/sdpage_animations.cxx In file included from /usr/src/OOo_2.0-cvs-0926/solver/680/unxlngi6.pro/inc/boost/config.hpp:35, from /usr/src/OOo_2.0-cvs-0926/solver/680/unxlngi6.pro/inc/boost/shared_ptr.hpp:18,
                 from ../../inc/sdpage.hxx:40,
                 from ../../inc/drawdoc.hxx:93,
from /usr/src/OOo_2.0-cvs-0926/sd/source/core/sdpage_animations.cxx:63: /usr/src/OOo_2.0-cvs-0926/solver/680/unxlngi6.pro/inc/boost/config/compiler/gcc.hpp:67:7: warning: #warning "Unknown compiler version - please run the configure tests and report the results" /usr/src/OOo_2.0-cvs-0926/sd/source/core/sdpage_animations.cxx: In member function 'void SdPage::cloneAnimations(SdPage&) const': /usr/src/OOo_2.0-cvs-0926/sd/source/core/sdpage_animations.cxx:219: error: cannot convert 'const com::sun::star::uno::Reference<com::sun::star::animations::XAnimationNode>' to 'int (*)(void*)' for argument '1' to 'int clone(int (*)(void*), void*, int, void*)' dmake: Error code 1, while making '../../unxlngi6.pro/slo/sdpage_animations.obj'

'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /usr/src/OOo_2.0-cvs-0926/sd/source/core
dmake:  Error code 1, while making 'build_instsetoo_native'
'---* tg_merge.mk *---'
[/code]

Anyhow, I'm off to bed; I'll try to continue tomorrow evening.

Regards,
Jeremy.
--
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