Jason Stephenson wrote:
Anyone else getting this when trying to build DEV300_m20?

ERROR: The following files could not be found:
ERROR: File not found: libjpipe.jnilib

I'll have to try again from a fresh checkout to see if this is consistent or if it is a result of other build problems that I encountered today.

Cheers,
Jason

libjpipe.dylib is built in jurt and deliver copies it to the solver and also creates a libjpipe.jnilib symlink there. What has changed on DEV300m20 (<http://www.openoffice.org/issues/show_bug.cgi?id=89507>) is that libjpipe.jnilib (instead of libjpipe.dylib) is actually included in install sets. If your problems persist, a solution might be to change the fourth line of jurt/prj/d.lst:1.9 from

  ..\%__SRC%\lib\libjpipe*.dylib %_DEST%\lib%_EXT%\libjpipe*.dylib

to

  ..\%__SRC%\lib\libjpipe.jnilib %_DEST%\lib%_EXT%\libjpipe.jnilib

(which would be an improvement, anyway).

-Stephan

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

Reply via email to