Le jeudi 24 Novembre 2005 22:12, Vincent Snijders a écrit : > jean-marc levecque wrote: > > Before the "make", there is the normal messages from the script: start, > > moving old backup, update lazarus, copying files, all without error, and > > files look to be there > > Errors are only on commands "make > /dev/null" and "make idepkg > > > /dev/null" > > That makes things clear, you write the make output to /dev/nul. Then it > is no surprise you don't get more error messages. ;-)
Well, I am really bad using command line, I should have remove this /dev/null Ok, now I get all messages, everything seem to be fine, up to : make -C ide idepkg make[1]: Entering directory `/usr/lib/lazarus/ide' make --assume-new=../lazarus.pp lazarus OPT=' @/root/.lazarus/idemake.cfg' make[2]: Entering directory `/usr/lib/lazarus/ide' /usr/bin/ppc386 -gl -Fu../lcl/units/i386-linux -Fu../lcl/units/i386-linux/gtk -Fu../components/codetools/units/i386-linux -Fu../components/synedit/units/i386-linux -Fu../components/custom -Fu../components/mpaslex -Fu../ideintf/units/i386-linux -Fu../designer -Fu../designer/jitform/units/i386-linux -Fu../debugger -Fu../packager -Fu../packager/units/i386-linux -Fu. -Fu/usr/lib/fpc/2.0.1/units/i386-linux/rtl -Fu/usr/lib/fpc/2.0.1/units/i386-linux/paszlib -Fu/usr/lib/fpc/2.0.1/units/i386-linux/netdb -Fu/usr/lib/fpc/2.0.1/units/i386-linux/libasync -Fu/usr/lib/fpc/2.0.1/units/i386-linux/pthreads -Fu/usr/lib/fpc/2.0.1/units/i386-linux/fcl -Fu/usr/lib/fpc/2.0.1/units/i386-linux/regexpr -Fu/usr/lib/fpc/2.0.1/units/i386-linux/pasjpeg -Fu/usr/lib/fpc/2.0.1/units/i386-linux/ibase -Fu/usr/lib/fpc/2.0.1/units/i386-linux/postgres -Fu/usr/lib/fpc/2.0.1/units/i386-linux/mysql -Fu/usr/lib/fpc/2.0.1/units/i386-linux/sqlite -Fiinclude -Fiinclude/linux -Fi../images -FE.. -FU../units/i386-linux -Fl/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1 -Flinclude -Flld.so.conf.d/*.conf -Fl/usr/X11R6/lib -Fl/usr/lib/qt3/lib @/root/.lazarus/idemake.cfg -di386 lazarus.pp Fatal: Unable to open file /root/.lazarus/idemake.cfg Fatal: Compilation aborted make[2]: *** [lazarus] Erreur 1 make[2]: Leaving directory `/usr/lib/lazarus/ide' make[1]: *** [idepkg] Erreur 2 make[1]: Leaving directory `/usr/lib/lazarus/ide' make: *** [idepkg] Erreur 2 22:54:58 Finished I think the problem comes from this @/root/--- the file idemake.cfg should probably be in /home/myname/.lazarus/ Don't understand what happen, I only installed 0.9.10 from rpm and then used few times svn, with the same error !! Should I redo it from scratch ? > > After that, I have tryed to build lazarus from the ide, but I cannot, I > > got errors in ~/lazarus/ide/translations.pas "Identifier not found > > "rsLanguageDeutsch", and also rsLanguageRussianUTF, rsLanguageSpanishUTF, > > rsFinnishWin, which probably mean something is not there due to the > > previous errors > > > > Any idea of what goes wrong ? > > I think you have two translations.pas in your lazarus tree. Remove the > lazarus/ide/translations.pas. > > Also delete all existing translations.ppu from your lazarus directory tree. > > HTH, > Vincent. > Very nice, removing these files, I can build again from ide. Thanks a lot > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
