After about 2 hrs into the compile I got this 'no matching function for call to' error -
Making: ../../../unxlngi4.pro/slo/DriverPropertyInfo.obj g++ -fmessage-length=0 -c -I. -I. -I../inc -I../../inc -I../../../inc -I../../../unx/inc -I../../../unxlngi4.pro/inc -I. -I/sources/OOo-build/solver/645/unxlngi4.pro/inc/stl -I/sources/OOo-build/solver/645/unxlngi4.pro/inc/external -I/sources/OOo-build/solver/645/unxlngi4.pro/inc -I/sources/OOo-build/solenv/unxlngi4/inc -I/sources/OOo-build/solenv/inc -I/sources/OOo-build/res -I/sources/OOo-build/solver/645/unxlngi4.pro/inc/stl -I/sources/OOo-build/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. -O1 -pipe -fno-for-scope -fpermissive -fno-rtti -include preinclude.h -fexceptions -fno-enforce-eh-specs -fpic -DLINUX -DUNX -DVCL -DGCC -DC300 -DINTEL -DGXX_INCLUDE_PATH=/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../include/c++/3.4.4 -DCVER=C300 -D_USE_NAMESPACE -DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DSUPD=645 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DSRX645 -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o ../../../unxlngi4.pro/slo/DriverPropertyInfo.o /sources/OOo-build/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx /sources/OOo-build/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx: In member function `com::sun::star::uno::Sequence<rtl::OUString> connectivity::java_sql_DriverPropertyInfo::choices() const': /sources/OOo-build/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx:187: error: no matching function for call to `connectivity::java_lang_String::java_lang_String(connectivity::java_lang_String)' ../../inc/java/lang/String.hxx:71: note: candidates are: connectivity::java_lang_String::java_lang_String(connectivity::java_lang_String&) ../../inc/java/lang/String.hxx:83: note: connectivity::java_lang_String::java_lang_String(const rtl::OUString&) dmake: Error code 1, while making '../../../unxlngi4.pro/slo/DriverPropertyInfo.obj' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /sources/OOo-build/connectivity/source/drivers/jdbc dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- My LFS is svn 20050818. I googled for info on DriverPropertyInfo.obj but did not find anything useful. I am following blfs svn 20050622 for the OpenOffice build. Could anyone give me a clue as to the problem and how I might fix it. Thank you for your time. -- John Burrell -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
