Greetings,
I have openoffice OOO320_m12 compiled on a machine with these:
-----------cpu amd64 2cores
-----------o/s linux pure 64-bit cblfs
-----------gcc-4.4.2, kde-4.4.5
I am attempting to build koffice-2.2.1 on top. The latter uses cmake.
The file FindOOoSDK.cmake has the following lines:-
##############################
find_path(OOOSDK_DIR
NAMES sdk/bin/cppumaker program/offapi.rdb
PATHS /opt/openoffice.org/basis3.2
/usr/lib/openoffice/basis3.2
/usr/lib/openoffice/basis3.1
/usr/lib/openoffice/basis3.0
)
if (OOOSDK_DIR)
find_path(CPPUHELPER_INCLUDE_DIR
NAMES cppuhelper/bootstrap.hxx
PATHS ${OOOSDK_DIR}/sdk/include
/usr/include/openoffice
)
if (NOT CPPUHELPER_INCLUDE_DIR)
set(OOOSDK_ERROR
"Could not find cppuhelper/bootstrap.hxx for OOoSDK.")
endif (NOT CPPUHELPER_INCLUDE_DIR)
find_library(OOOSDK_LIBRARIES
NAMES uno_cppuhelpergcc3
PATHS ${OOOSDK_DIR}/sdk/lib
/usr/lib/ure/lib
)
if (NOT OOOSDK_LIBRARIES)
set(OOOSDK_ERROR "Could not find uno_cppuhelpergcc3 for
OOoSDK.")
endif (NOT OOOSDK_LIBRARIES)
else (OOOSDK_DIR)
set(OOOSDK_ERROR "Could not find sdk/bin/cppumaker
or program/offapi.rdb for OOoSDK.")
endif (OOOSDK_DIR)
find_path(OOOSDK_URE_DIR
NAMES share/misc/types.rdb
PATHS /opt/openoffice.org/ure
/usr/lib/ure
###########################################
I cannot find the sdk in the source tree with the compiled stuff I have.
I did './configure --help' in the source directory and I not did see any
options for building the sdk.
The fetchable stuff from
( http://download.openoffice.org/other.html#tested-sdk ) seems to be rpm and
deb
So I would be grateful for some advice on how to get this sdk on the setup I
am using.
yours sincerely
luxInteg
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page