You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/05/21 23:38:49 UTC

[Bug 122356] SDK broken after 3 layer removal

https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
While setting up the environment somehow works:


 ************************************************************************
 * ... your SDK environment has been prepared.
 * For each time you want to use this configured SDK environment, you
 * have to run the "setsdkenv_unix" script file!
 * Alternatively can you source one of the scripts
 *   "/home/ariel/apacheopenoffice4.0_sdk/localhost/setsdkenv_unix.sh"
 * to get an environment without starting a new shell.
 ************************************************************************


 ************************************************************************
 *
 * SDK environment is prepared for Linux
 *
 * SDK = /opt/openoffice/basis4.0/sdk
 * Office = /opt/openoffice4
 * Office Base = /opt/openoffice/basis4.0
 * URE = 
 * Make = /usr/bin
 * Zip = /usr/bin
 * cat = /usr/bin
 * sed = /usr/bin
 * C++ Compiler = /usr/lib64/ccache
 * Java = /usr/lib/jvm/java-openjdk
 * SDK Output directory = /home/ariel/aoo/onelayer/sdk/apacheopenoffice4.0_sdk
 * Auto deployment = NO
 *
 ************************************************************************

libraries fail to load:


]$ cd $OO_SDK_HOME         
[ariel@localhost sdk]$ cd examples/cpp/complextoolbarcontrols/
[ariel@localhost complextoolbarcontrols]$ make
mkdir -p
/home/ariel/aoo/onelayer/sdk/apacheopenoffice4.0_sdk/LINUXexample.out/misc
rm -f
/home/ariel/aoo/onelayer/sdk/apacheopenoffice4.0_sdk/LINUXexample.out/misc/oosdk_cpp_types.flag
"/opt/openoffice/basis4.0/sdk/bin/cppumaker" -Gc -BUCR
-O/home/ariel/aoo/onelayer/sdk/apacheopenoffice4.0_sdk/LINUXexample.out/inc
"/types.rdb" "/opt/openoffice/basis4.0/program/offapi.rdb"
/opt/openoffice/basis4.0/sdk/bin/cppumaker: error while loading shared
libraries: libuno_sal.so.3: cannot open shared object file: No such file or
directory
make: ***
[/home/ariel/aoo/onelayer/sdk/apacheopenoffice4.0_sdk/LINUXexample.out/misc/oosdk_cpp_types.flag]
Error 127

-- 
You are receiving this mail because:
You are on the CC list for the bug.