After reading the request for testing of the SDK on PPC, I thought that
I'd try working with the SDK on 3.0 Beta 2 on Intel.
However, after running setsdkenv_unix none of the examples build. It
seems that the environment is not properly configured by this script.
In fact, my output from running the script doesn't look much like what
Maho posted in the other thread:
bash-3.2$ ./setsdkenv_unix --force-configure
************************************************************************
*
* You have to configure your SDK environment first before you can
* can use it! The configuration has to be done only once.
*
************************************************************************
Enter the Office Software Development Kit directory
[/Users/jason/Applications/OOo-SDK_3.0]:
Use an installed Office or an installed UNO Runtime Environment
(Office/URE) [Office]:
Enter the Office installation directory []:
/Applications/OpenOffice.org.app/Contents
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
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/Home
Default output directory is in your HOME directory.
Enter an existent directory if you prefer a different output directory
(optional) [/Users/jason]: /Users/jason/Applications/OOo-SDK_3.0
Automatic deployment of UNO components (YES/NO) [YES]: NO
************************************************************************
* ... 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/jason/OOo-SDK_3.0/setsdkenv_unix.sh"
* "/Users/jason/OOo-SDK_3.0/setsdkenv_unix.csh"
* to get an environment without starting a new shell.
************************************************************************
************************************************************************
*
* SDK environment is prepared for MacOSX
*
* SDK = /Users/jason/Applications/OOo-SDK_3.0
* Office = /Applications/OpenOffice.org.app/Contents
* URE =
* Make = /usr/bin
* Zip = /usr/bin
* C++ Compiler = /usr/bin
* Java = /System/Library/Frameworks/JavaVM.framework/Home
* Special Output directory = /Users/jason/Applications/OOo-SDK_3.0
* Auto deployment = NO
*
************************************************************************
When I try to build the examples, Java complains that is can't find the
com.sun.star.* packages. Obviously because they're missing from the
classpath.
Is the SDK supposed to be working on Mac OS for 3.0, or not?
I'll try manually configuring everything like I did on my Windows box at
work today.
I also hope that there is not some problem with building on Leopard that
I've missed.
Cheers,
Jason
P.S. Sorry for the disjointedness of this email. We just had some family
drama over my daughter's laptop privileges while I was working on this.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]