Maho NAKATA wrote:
Hi Juergen,
Basically it seems to be fine.
1. SDK file names are not correct.
ok, a minor issue.
2. make GraphicsInserter.run didn't work for me.
i have currently no idea why it doesn't work for you because the other
Java examples seem to work. It works for me. I will check it.
3. examples/DevelopersGuide/ProfUNO/SimpleBootstrtap_cpp didn't work
for me.
i see, the configuration is not correct. There is something missing. I
will send you an adapted configure script asap. I am currently working
on a show stopper in the help.
Thanks
Juergen
following is the details what I did.
thanks!
From: Juergen Schmidt <[EMAIL PROTECTED]>
Subject: Re: [mac] SDK testing on PPC
Date: Thu, 17 Jul 2008 09:47:58 +0200
install it, open a shell, run setsdkenc_unix, follow the configuration
steps. you will get a new shell with a prepared SDK env. Move for
example in the directory examples/java/Text and run make. If everything
goes well you willan output where you can choose fro several example run
targets. These targets run different examples. You should also check a
C++ exmaple (i would suggest
examples/DevelopersGuide/ProfUNO/SimpleBootstrtap_cpp) and at least one
extension example (examples/java/MinimalComponent).
I expect that the configuration needs to be tweaked a little bit.
Tested on the newest Tiger/PowerPC.
0. download it.
http://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/Dev_DEV300_m25/OOo-SDK_3.0_macosxp_install_en-US.dmg
http://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/Dev_DEV300_m25/OOo_Dev_DEV300_m25_MacOSXPowerPC_install.dmg
PPC/Intel Issues:
Name of the file should be something different.
OOo-SDK_3.0_macosxi_install_en-US.dmg
OOo-SDK_3.0_macosxp_install_en-US.dmg
->
OOo-SDK_3.0_MacOSXIntel_install_en-US.dmg
OOo-SDK_3.0_MacOSXPowerPC_install_en-US.dmg
1. install it.
Mount it and move OpenOffice.org3.0_SDK to Desktop.
2. open a shell and run setsdkenc_unix
$ cd /Users/maho/Desktop/OpenOffice.org3.0_SDK
$ ./setsdkenv_unix
************************************************************************
*
* You have to configure your SDK environment first before you can
* can use it! The configuration has to be done only once.
*
************************************************************************
Used SDK = /Users/maho/Desktop/OpenOffice.org3.0_SDK
Enter the Office installation directory [/Applications/OpenOffice.org.app]:
Enter GNU make (3.79.1 or higher) tools directory [/usr/bin]:
Enter zip (2.3 or higher) tool directory [/usr/bin]:
C++ compilers where for example a language binding exist:
- Solaris, Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 or higher
- Linux, GNU C++ compiler, gcc version 3.0.1 or higher
- MacOS, GNU C++ compiler, gcc version 4.0.1 or higher
Enter the directory of the C++ compiler, the directory
where the compiler is located (optional) [/usr/bin]:
Enter Java SDK (1.4.1_01 or higher) installation directory (optional) [/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0]:
Default output directory is in your HOME directory.
Enter an existent directory if you prefer a different output directory (optional) [/Users/maho]:
Automatic deployment of UNO components (YES/NO) [YES]:
************************************************************************
* ... 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
* "/Users/maho/OpenOffice.org3.0_SDK/setsdkenv_unix.sh"
* "/Users/maho/OpenOffice.org3.0_SDK/setsdkenv_unix.csh"
* to get an environment without starting a new shell.
************************************************************************
************************************************************************
*
* SDK environment is prepared for MacOSX
*
* SDK = /Users/maho/Desktop/OpenOffice.org3.0_SDK
* Office = /Applications/OpenOffice.org.app
* Office Base = /Applications/OpenOffice.org.app/Contents/basis-link
* URE = /Applications/OpenOffice.org.app/Contents/basis-link/ure-link
* Make = /usr/bin
* Zip = /usr/bin
* C++ Compiler = /usr/bin
* Java = /System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0
* SDK Output directory = /Users/maho/OpenOffice.org3.0_SDK
* Auto deployment = YES
*
************************************************************************
$ ls
$ cd examples/java/Text
$ make
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
BookmarkInsertion.java
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples HardFormatting.java
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples StyleCreation.java
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
StyleInitialization.java
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples SWriter.java
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
TextDocumentStructure.java
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples TextReplace.java
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples WriterSelector.java
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples GraphicsInserter.java
--------------------------------------------------------------------------------
The GraphicsInserter example loads the graphic "./oo_smiley.gif" into a
new document.
-
Please use one of the following commands to execute the examples!
------
make BookmarkInsertion.run
make HardFormatting.run
make StyleCreation.run
make StyleInitialization.run
make SWriter.run
make TextDocumentStructure.run
make TextReplace.run
make WriterSelector.run
make GraphicsInserter.run
--------
The GraphicsInserter needs parameters. Please use the following command to
start the demo if you do not want the default parameters specified in the
this makefile. Starting without parameters print a command line help:
--- GraphicsInserter ---
java -jar GraphicsInserter.jar "graphic Url|path"
--------------------------------------------------------------------------------
$ make BookmarkInsertion.run
...
$ make GraphicsInserter.run
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples
cd /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples &&
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/jar" cvfm
GraphicsInserter.jar GraphicsInserter.mf GraphicsInserter.class
added manifest
adding: GraphicsInserter.class(in = 3878) (out= 2024)(deflated 47%)
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/jar" uvf
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples/GraphicsInserter.jar
-C ../../../classes 'com/sun/star/lib/loader/Loader.class' -C ../../../classes
'com/sun/star/lib/loader/Loader$Drain.class' -C ../../../classes
'com/sun/star/lib/loader/Loader$CustomURLClassLoader.class' -C ../../../classes
'com/sun/star/lib/loader/Loader$Drain.class' -C ../../../classes
'com/sun/star/lib/loader/InstallationFinder.class' -C ../../../classes
'com/sun/star/lib/loader/InstallationFinder$StreamGobbler.class' -C ../../../classes
'com/sun/star/lib/loader/WinRegKey.class' -C ../../../classes
'com/sun/star/lib/loader/WinRegKeyException.class' -C ../../../classes 'win/unowinreg.dll'
adding: com/sun/star/lib/loader/Loader.class(in = 7523) (out= 3702)(deflated
50%)
adding: com/sun/star/lib/loader/Loader$Drain.class(in = 586) (out=
386)(deflated 34%)
adding: com/sun/star/lib/loader/Loader$CustomURLClassLoader.class(in = 876)
(out= 508)(deflated 42%)
adding: com/sun/star/lib/loader/InstallationFinder.class(in = 6637) (out=
3839)(deflated 42%)
adding: com/sun/star/lib/loader/InstallationFinder$StreamGobbler.class(in =
735) (out= 466)(deflated 36%)
adding: com/sun/star/lib/loader/WinRegKey.class(in = 4368) (out= 2223)(deflated
49%)
adding: com/sun/star/lib/loader/WinRegKeyException.class(in = 323) (out=
236)(deflated 26%)
adding: win/unowinreg.dll(in = 6144) (out= 1574)(deflated 74%)
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/java"
-Dcom.sun.star.lib.loader.unopath="/Applications/OpenOffice.org.app/Contents/MacOS" -jar
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/JavaTextExamples/GraphicsInserter.jar
oo_smiley.gif
CE> 2008-07-20 21:43:38.077 soffice[11041] CFLog (0): CFMessagePort:
bootstrap_register(): failed 1103 (0x44f), port = 0x3f03, name =
'org.openoffice.script.ServiceProvider'
CE> See /usr/include/servers/bootstrap_defs.h for the error codes.
CE> 2008-07-20 21:43:38.078 soffice[11041] CFLog (99):
CFMessagePortCreateLocal(): failed to name Mach port
(org.openoffice.script.ServiceProvider)
Connected to a running office ...
com.sun.star.lang.DisposedException: java.io.EOFException
at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.run(java_remote_bridge.java:171)
examples/DevelopersGuide/ProfUNO/SimpleBootstrtap_cpp) and at least one
% cd DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/
% ls
Makefile SimpleBootstrap_cpp.cxx
nakata-makotoshuu-no-power-mac-g5:[21]% make
mkdir -p /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc
rm -f
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/oosdk_cpp_types.flag
"/Users/maho/Desktop/OpenOffice.org3.0_SDK/bin/cppumaker" -Gc -BUCR
-O/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/inc
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/misc/types.rdb"
"/Applications/OpenOffice.org.app/Contents/basis-link/program/offapi.rdb"
echo flagged >
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/oosdk_cpp_types.flag
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/obj/SimpleBootstrap_cpp
gcc -malign-natural -c -O -fPIC -fno-common -I.
-I/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/inc
-I/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/inc/examples
-I../../../../include
-I/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/inc/SimpleBootstrap_cpp
-DUNX -DGCC -DMACOSX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/include/c++/4.0.0
-o/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/obj/SimpleBootstrap_cpp/SimpleBootstrap_cpp.o
SimpleBootstrap_cpp.cxx
mkdir -p /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/bin
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/SimpleBootstrap_cpp
g++ -L/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/lib
-L/Users/maho/OpenOffice.org3.0_SDK/macosx/lib
-L"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib" -o
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/bin/_SimpleBootstrap_cpp
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/obj/SimpleBootstrap_cpp/SimpleBootstrap_cpp.o
\
-luno_cppuhelpergcc3 -luno_cppu -luno_salhelpergcc3 -luno_sal
-Wl,-dylib_file,@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/libuno_cppuhelpergcc3.dylib
-Wl,-dylib_file,@__________________________________________________URELIB/libuno_cppu.dylib.3:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/libuno_cppu.dylib
-Wl,-dylib_file,@__________________________________________________URELIB/libuno_salhelpergcc3.dylib.3:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/libuno_salhelpergcc3.dylib
-Wl,-dylib_file,@__________________________________________________URELIB/libuno_sal.dylib.3:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/libuno_sal.dylib
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: warning -L: directory name
(/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/lib) does not exist
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: warning can't open dynamic
library: @loader_path/libuno_sal.dylib.3 referenced from:
/Users/maho/OpenOffice.org3.0_SDK/macosx/lib/libuno_cppuhelpergcc3.dylib
(checking for undefined symbols may be affected) (No such file or directory,
errno = 2)
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: warning can't open dynamic
library: @loader_path/libuno_salhelpergcc3.dylib.3 referenced from:
/Users/maho/OpenOffice.org3.0_SDK/macosx/lib/libuno_cppuhelpergcc3.dylib
(checking for undefined symbols may be affected) (No such file or directory,
errno = 2)
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: warning can't open dynamic
library: @loader_path/libuno_cppu.dylib.3 referenced from:
/Users/maho/OpenOffice.org3.0_SDK/macosx/lib/libuno_cppuhelpergcc3.dylib
(checking for undefined symbols may be affected) (No such file or directory,
errno = 2)
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
_osl_acquireMutex referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_getGlobalMutex referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_incrementInterlockedCount referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_releaseMutex referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_allocateMemory referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_createUuid referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_freeMemory referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_typelib_static_sequence_type_init referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_static_type_getByTypeClass referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescriptionreference_assign referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_type_destructData referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_type_sequence_construct referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_type_sequence_reference2One referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_rtl_string2UString referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_acquire referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_new referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_release referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_typelib_typedescription_new referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescription_newInterfaceMethod referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescription_newMIInterface referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescription_register referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescription_release referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescriptionreference_equals referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescriptionreference_getDescription referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescriptionreference_new referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescriptionreference_release referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_any_construct referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_any_destruct referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_getCurrentEnvironment referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_getEnvironment referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_getMapping referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_type_any_construct referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_type_any_constructAndConvert referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_osl_getAbsoluteFileURL referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_getProcessWorkingDir referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_bootstrap_args_close referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_bootstrap_get_from_handle referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_assign referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_newFromStr_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_new_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uStringbuffer_insert referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uStringbuffer_insert_ascii referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_ascii_shortenedCompare_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_asciil_reverseEquals_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_toInt32 referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_typelib_typedescription_newEnum referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescription_newExtendedInterfaceAttribute referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescription_newStruct referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_type_any_assign referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_type_assignData referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_cppu_unsatisfied_iquery_msg referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_osl_executeProcess referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_freeProcessHandle referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_freeSecurityHandle referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_getCurrentSecurity referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_getFileURLFromSystemPath referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_getModuleURLFromFunctionAddress referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_getThreadTextEncoding referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_waitThread referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_bootstrap_args_open referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_bootstrap_encode referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_bootstrap_get referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_bootstrap_get_iniName_from_handle referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_bootstrap_set referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_convertStringToUString referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_random_createPool referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_random_destroyPool referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_random_getBytes referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_newConcat referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_newFromAscii referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_newToAsciiLowerCase referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_newToAsciiUpperCase referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uriDecode referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_indexOfChar_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_lastIndexOfChar_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_valueOfInt32 referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_createMutex referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_decrementInterlockedCount referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_destroyMutex referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_compare referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_typelib_typedescriptionreference_acquire referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_rtl_byte_sequence_constructFromArray referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_reverseCompare_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_compare_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_uno_type_sequence_realloc referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_uno_type_sequence_assign referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_rtl_string_release referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString2String referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_getToken referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_newFromStr referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_ascii_compare_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_indexOfStr_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_uno_any_clear referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_rtl_ustr_hashCode_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_uno_Environment_invoke_v referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_osl_getFunctionSymbol referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_loadModule referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_unloadModule referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_registerModuleForUnloading referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_string_getToken referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_string_newFromStr referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_compareIgnoreAsciiCase_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_typelib_typedescription_newInterfaceAttribute referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescription_newUnion referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescription_registerCallback referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_typelib_typedescription_revokeCallback referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_rtl_bootstrap_expandMacros_from_handle referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
salhelper::SimpleReferenceObject::~SimpleReferenceObject()referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_salhelpergcc3.dylib.3
salhelper::SimpleReferenceObject::operator delete(void*)referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_salhelpergcc3.dylib.3
salhelper::SimpleReferenceObject::operator new(unsigned long)referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_salhelpergcc3.dylib.3
typeinfo for salhelper::SimpleReferenceObjectreferenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_salhelpergcc3.dylib.3
_uno_type_isAssignableFromData referenced from
@__________________________________________________URELIB/libuno_cppuhelpergcc3.dylib.3
expected to be defined in @loader_path/libuno_cppu.dylib.3
_rtl_copyMemory referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_str_getLength referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uStringbuffer_newFromStr_WithLength referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_hashCode referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_lastIndexOfStr_WithLength referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_zeroMemory referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_compareMemory referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_reallocateMemory referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_getProcessInfo referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_getGlobalProcessId referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_ustr_valueOfInt64 referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_getThreadIdentifier referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_uString_getLength referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_str_indexOfChar_WithLength referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_string_acquire referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_string_newConcat referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_string_newFromStr_WithLength referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_loadModuleRelative referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_createCondition referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_destroyCondition referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_setCondition referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_waitCondition referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_byte_sequence_acquire referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_byte_sequence_assign referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_byte_sequence_equals referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_byte_sequence_release referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_resetCondition referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_createSuspendedThread referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_destroyThread referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_joinWithThread referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_resumeThread referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_rtl_byte_sequence_constructNoDefault referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_createThreadKey referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_destroyThreadKey referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_getThreadKeyData referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
_osl_setThreadKeyData referenced from
@__________________________________________________URELIB/libuno_cppu.dylib.3
expected to be defined in @loader_path/libuno_sal.dylib.3
collect2: ld returned 1 exit status
make: ***
[/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/bin/_SimpleBootstrap_cpp]
Error 1
extension example (examples/java/MinimalComponent).
% cd ../java/MinimalComponent/
% ls
BuildMinimalComponent.xml Makefile MinimalComponent.idl
MinimalComponent.java TestMinimalComponent.java
% make
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent
"/Users/maho/Desktop/OpenOffice.org3.0_SDK/bin/idlc" -C -I. -I../../../idl
-O/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent
MinimalComponent.idl
/Users/maho/Desktop/OpenOffice.org3.0_SDK/bin/idlc: compile 'MinimalComponent.idl' ...
/Users/maho/Desktop/OpenOffice.org3.0_SDK/bin/idlc: returned successful
Sun Microsystems (R) /Users/maho/Desktop/OpenOffice.org3.0_SDK/bin/idlc Version
1.1
rm -f
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent/MinimalComponent.uno.rdb
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/bin/regmerge"
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent/MinimalComponent.uno.rdb
/UCR
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent.urd
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/org/openoffice
"/Users/maho/Desktop/OpenOffice.org3.0_SDK/bin/javamaker" -BUCR -nD
-Torg.openoffice.MinimalComponent
-O/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent/MinimalComponent.uno.rdb
-X"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/misc/types.rdb"
-X"/Applications/OpenOffice.org.app/Contents/basis-link/program/offapi.rdb"
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/MinimalComponent
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent:/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/MinimalComponent:/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/TestMinimalComponent"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/MinimalComponent
MinimalComponent.java
rm -f
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/MinimalComponent.uno.jar
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/jar" cvfm
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/MinimalComponent.uno.jar
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent/MinimalComponent.uno.Manifest
-C
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/MinimalComponent
.
added manifest
adding: MinimalComponent$_MinimalComponent.class(in = 1504) (out= 778)(deflated
48%)
adding: MinimalComponent.class(in = 1048) (out= 533)(deflated 49%)
cd /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent &&
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/jar" uvf
MinimalComponent.uno.jar org/openoffice/MinimalComponent.class
adding: org/openoffice/MinimalComponent.class(in = 1827) (out= 724)(deflated
60%)
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent/META-INF
rm -f
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/bin/MinimalComponent.oxt
mkdir -p /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/bin
cd /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent
&& "/usr/bin/zip" ../../../bin/MinimalComponent.oxt MinimalComponent.uno.rdb
adding: MinimalComponent.uno.rdb (deflated 93%)
cd /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent &&
"/usr/bin/zip" -u ../../bin/MinimalComponent.oxt MinimalComponent.uno.jar
adding: MinimalComponent.uno.jar (deflated 14%)
cd /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent
&& "/usr/bin/zip" -u ../../../bin/MinimalComponent.oxt META-INF/manifest.xml
adding: META-INF/manifest.xml (deflated 54%)
rm -f
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent/java_MinimalComponent_register_component.flag
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/MinimalComponent
"/Applications/OpenOffice.org.app/Contents/MacOS/unopkg" add -f
"/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/bin/MinimalComponent.oxt"
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/TestMinimalComponent
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/TestMinimalComponent
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/javac" -classpath
"/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/juh.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/jurt.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/ridl.jar:/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java/unoloader.jar:/Applications/OpenOffice.org.app/Contents/basis-link/program/classes/unoil.jar::/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent:/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/MinimalComponent:/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/TestMinimalComponent"
-d /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/TestMinimalComponent
TestMinimalComponent.java
rm -f
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/TestMinimalComponent.jar
mkdir -p
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/jar" cvfm
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/TestMinimalComponent.jar
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/MinimalComponent/TestMinimalComponent/TestMinimalComponent.mf
-C
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/TestMinimalComponent
.
added manifest
adding: TestMinimalComponent.class(in = 1242) (out= 725)(deflated 41%)
cd /Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent &&
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/jar" uvf
TestMinimalComponent.jar org/openoffice/MinimalComponent.class
adding: org/openoffice/MinimalComponent.class(in = 1827) (out= 724)(deflated
60%)
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/jar" uvf
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/TestMinimalComponent.jar
-C ../../../classes 'com/sun/star/lib/loader/Loader.class' -C ../../../classes
'com/sun/star/lib/loader/Loader$Drain.class' -C ../../../classes
'com/sun/star/lib/loader/Loader$CustomURLClassLoader.class' -C ../../../classes
'com/sun/star/lib/loader/Loader$Drain.class' -C ../../../classes
'com/sun/star/lib/loader/InstallationFinder.class' -C ../../../classes
'com/sun/star/lib/loader/InstallationFinder$StreamGobbler.class' -C ../../../classes
'com/sun/star/lib/loader/WinRegKey.class' -C ../../../classes
'com/sun/star/lib/loader/WinRegKeyException.class' -C ../../../classes 'win/unowinreg.dll'
adding: com/sun/star/lib/loader/Loader.class(in = 7523) (out= 3702)(deflated
50%)
adding: com/sun/star/lib/loader/Loader$Drain.class(in = 586) (out=
386)(deflated 34%)
adding: com/sun/star/lib/loader/Loader$CustomURLClassLoader.class(in = 876)
(out= 508)(deflated 42%)
adding: com/sun/star/lib/loader/InstallationFinder.class(in = 6637) (out=
3839)(deflated 42%)
adding: com/sun/star/lib/loader/InstallationFinder$StreamGobbler.class(in =
735) (out= 466)(deflated 36%)
adding: com/sun/star/lib/loader/WinRegKey.class(in = 4368) (out= 2223)(deflated
49%)
adding: com/sun/star/lib/loader/WinRegKeyException.class(in = 323) (out=
236)(deflated 26%)
adding: win/unowinreg.dll(in = 6144) (out= 1574)(deflated 74%)
--------------------------------------------------------------------------------
Please use the following command to execute the example!
-
make TestMinimalComponent.run
------
The MinimalComponent component was installed if SDK_AUTO_DEPLOYMENT = YES.
You can use this component inside your office installation, see the example
description.
--------------------------------------------------------------------------------
nakata-makotoshuu-no-power-mac-g5:[31]% make TestMinimalComponent.run
"/System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Commands/java"
-Dcom.sun.star.lib.loader.unopath="/Applications/OpenOffice.org.app/Contents/MacOS" -jar
/Users/maho/OpenOffice.org3.0_SDK/MACOSXexample.out/class/MinimalComponent/TestMinimalComponent.jar
Connected to a running office ...
XServiceInfo is used to get the implementation name:
MinimalComponent$_MinimalComponent
Ok
-- Nakata Maho http://accc.riken.jp/maho/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]