On Thursday 25 November 2010 23:11:03 Andre Keller wrote:
> Hi
> 
> was anyone able to build OpenOffice 3.2.1 on x86_64?
> 
> My problem is seamonkey-1.1.14 wont build (same error as in
> http://wiki.linuxfromscratch.org/blfs/ticket/3168)
> I tried to fix the makefile, and the build actually continues and a
> little later it complains about not having a target to build
> libmsgbsutl_s.a...
> 
> I also tried replacing with seamonkey-1.1.19, which means you have to
> adjust all the patches they provide too... I tried just to build without
> their patches (as there is now way I can find out how to alter the
> patches) but then the build complains about some undefined referneces to
> sqlite3 function calls while building libstorage_s.a
> 
> 
> 
> I would really appreciate some help on this...
> 
> 
this worked for me:-
############################
cp -vfR ~/seamonkey-1.1.14.source.tar.bz2   moz/download/

export QT4DIR=/opt/qt4  
sh  configure \
CC="gcc $BUILD64" \
CXX="g++ $BUILD64" \
CPPFLAGS="-I/opt/qt4/include -I/opt/kde4/include" \
LDFLAGS="-L/opt/qt4/lib  -L/opt/kde4/lib"  \
--prefix=/opt/openoffice-3.2.1 \
--sysconfdir=/etc  \
--mandir=/usr/share/man  \
--x-includes=$XORG_PREFIX/include  \
--x-libraries=$XORG_PREFIX/lib  \
--enable-lockdown  \
--enable-vba  \
--disable-odk  \
--disable-fontooo \
--disable-directx  \
--disable-activex   \
--disable-atl  \
--enable-cairo   \
--enable-opengl \
--enable-dbus  \
--disable-gnome-vfs  \
--enable-xrender-link \
--enable-minimizer \
--enable-presenter-console  \
--enable-pdfimport  \
--enable-wiki-publisher  \
--enable-ogltrans  \
--enable-report-builder \
--disable-Xaw    \
--with-PACKAGE=$PKG_CONFIG_PATH \
--with-lang="en-US en-GB"  \
--with-dict=ALL   \
--with-package-format=native \
--with-system-stdlibs \
--without-system-jars  \
--with-system-cairo  \
--with-system-zlib \
--with-system-openssl  \
--with-system-jpeg    \
--with-system-expat \
--with-system-libxml  \
--with-system-python \
--with-system-icu \
--with-system-db  \
--with-system-libxslt \
--with-system-odbc-headers \
--with-system-sane-header \
--with-system-xrender-headers  \
--with-system-curl \
--with-system-neon  \
--with-perl-home=/usr/  \
--with-unix-wrapper=oofice \
--with-zip-home=/usr/bin/zip \
--with-use-shell=bash  \
--with-build-version=BVL  \
--with-java  \
--with-jdk-home=$JAVA_HOME   \
--with-ant-home=$ANT_HOME \
--with-alloc=system   \
--with-x  \
--with-system-libwpd  \
--without-system-altlinuxhyph  \
--without-system-lpsolve  \
--enable-cups  \
--without-ppds  \
--without-system-hunspell \
--with-system-poppler \
--with-agg \
--disable-gconf  \
--with-junit=/usr/share/junit-4.8.1/junit-4.8.1.jar \
--with-system-boost \
--with-system-cppunit \
--with-lucene-core-jar=/usr/share/lucene-3.0.2/lucene-core-3.0.2.jar 


###then
 (2) cd ~/OOO320_m12   "
 (3)   sh bootstrap  "
 (4)  source LinuxX86-64Env.Set.sh    "
 (5) cd  ~/instsetoo_native  &&   build  --all 
#####################

It takes ~ 4 hours on   dual-ccore sempron 

ps
I did not get the kde4 stuff to build.  so the settings for qt4/kde4  is 
probably unnecessary
-- 
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