On 11/02/09 14:02, Imre Steer wrote:
3. Run the bootstrap script and set up the environment variables with the
LinuxX86Env.Set.sh and with:
export LOCALINSTALLDIR="/usr/local/ooo"
export PKGFORMAT="installed"
[...]
5. After about three hours the compilation finished, showed no error but I
cannot find the resulting executables in the given directory, only URE has
been put here.

I assume what happens is the following: Per instsetoo_native/util/makefile.mk, three products are built by default, openoffice_en-US, sdkoo_en-US, and ure_en-US. If each builds into $LOCALINSTALLDIR, and presumably removes the directory before installing into it, the net effect would be to have just URE (the product that happens to be built last) afterwards. (Also, if you did a parallel build, you would probably get even more funny results.)

There is logic in that makefile.mk to only build openoffice (and not the other two products) if the BUILD_TYPE env var does not contain a "ODK" token (presumably controlled through some ./configure switch). That would suggest one way solve this for you (another is to simply first make a complete build without LOCALINSTALLDIR and PKGFORMAT, then cd instsetoo_native/util && dmake with the two vars set).

-Stephan

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

Reply via email to