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 latte 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 would be grateful if someone could guide me  on:- 

a) Either how to install the sdk if I have it  OR
b) how to compile openoffice OOO320_m12 to   have  the sdk to be able to 
install it, 

yours sincerely

luxInteg 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to