On Wed, Mar 30, 2005 at 08:55:52PM +0200, Andreas Mantke wrote: > (...) > ------------- > /local3/openofficecode/vcl/source/helper > dmake: Error -- > `/local3/openofficecode/solver/680/unxlngi4.pro/inc/com/sun/star/rendering/Endianness.hpp' > > not found, and can't be made > '---* tg_merge.mk *---' > > ERROR: Error 65280 occurred while > making /local3/openofficecode/vcl/source/helper > > Ist das ein bekanntes Problem? Liegt das evtl. auch wieder an der > Version des gcc und l��t sich mit einem Patch l�sen?
Nein zu allen dreien. Das ist ein Abh�ngigkeitsproblem: $ locate Endianness.hpp /home/cl/programming/shadow/offuh/unxlngi4.pro/inc/com/sun/star/rendering/Endianness.hpp /home/cl/programming/shadow/solver/680/unxlngi4.pro/inc/com/sun/star/rendering/Endianness.hpp -> sprich die Datei wird vom Modul "offuh" bereitgestellt. offuh mu� also vor vcl kompiliert werden. Das steht auch so in vcl/prj/build.lst - schau also nach warum offuh nicht gebaut wurde. ciao Christian -- NP: Limp Bizkit - My Way --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
