Hi Eric,

Great ! Wich tool did you use ? I'm interested to understand hat you have made. It is surely interessant !

To track down the problem I did kind of a manual stack trace: I went through the source, each time adding debug output and going deeper into the source.

After writing a simple
test app I found out that the real problem is the DYLD_LIBRARY_PATH

Because didn't even work ?

environment variable (which NSAddImage uses to look for the library to be loaded).

But if you mean the tool I wrote, it can be found at
http://florian-heckl.de/ooo/libtest.c
Just play around with the DYLD_LIBRARY_PATH and the lib names supplied in the source. After failing even with absolute paths I figured out that the environment variable was the place to go for...

I'm searching... I have doubt about sfx2, or just before : a lot of warnings like "no_symbols", because of not correctly linked appears in binfilter build, because of this.


I saw those warnings, too. But I hope they don't mean too much. That's what tests are for if the build succeeds.
Be carefull : the build way is not unique. I was working on a modules dependency diagram for SRC680, but it's not finished yet. I have thought do this, just to better understand the build process.

We sometimes seem to have the same ideas. If you haven't yet, you might have a look at
http://florian-heckl.de/ooo/OOODependencies.graffle (to be opened with OmniGraffle 3, available at www.omnigroup.com; I wanted to export it as a jpeg but aborted after a few minutes without success)
Since the sourcing of MacosxEnv.Set(.sh) discards the previously set $DYLD_LIBRARY_PATH and regcomp is called from the directory containing the libraries to be registered just add "." to the variable, e.g. by issuing "export DYLD_LIBRARY_PATH=.:$DYLD_LIBRARY_PATH" in the bash shell.

I use tcsh ( yes ;-) ) so I just adapt to it the export in binfilter/util/makefile.mk and the build ended !



This following patch works fine for me, and I now have a *complete* build (excepted hieroplyphs in qadevOOo as described in <http://www.openoffice.org/issues/show_bug.cgi?id=39937> :-) )


The patch, to apply to binfilter/util/makefile.mk file
(exactly the same as the one already submitted*** on <http://qa.openoffice.org/issues/show_bug.cgi?id=39952> )
Thanks. Already checked the issue about half an hour ago.

Florian


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to