I set up a shell program:

[EMAIL PROTECTED]:~/Programs/lazarus$ cat ./updatelaz
#!/bin/sh

svn update
export LCL_PLATFORM=gtk2; make clean all idepkg


When I run this from the lazarus directory, I get the following error:

Linking ../lazbuild
984 lines compiled, 6.2 sec
make[2]: Leaving directory `/home/matt/Programs/lazarus/ide'
make[1]: Leaving directory `/home/matt/Programs/lazarus/ide'
make -C ide idepkg
make[1]: Entering directory `/home/matt/Programs/lazarus/ide'
make --assume-new=lazarus.pp lazarus OPT='  @/home/matt/.lazarus/idemake.cfg'
make[2]: Entering directory `/home/matt/Programs/lazarus/ide'
/usr/bin/ppc386 -gl -Fu../lcl/units/i386-linux
-Fu../lcl/units/i386-linux/gtk2
-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../converter
-Fu../packager -Fu../packager/units/i386-linux -Fu../units/i386-linux
-Fu. -Fu/usr/lib/fpc/2.2.0/units/i386-linux/rtl
-Fu/usr/lib/fpc/2.2.0/units/i386-linux/regexpr -Fiinclude
-Fiinclude/linux -Fi../images -FE.. -FU../units/i386-linux
-Fl/usr/lib/gcc/i686-pc-linux-gnu/4.1.2 -Fl/usr/local/lib
-Fl//usr//lib/opengl/nvidia/lib -Fl/usr/i686-pc-linux-gnu/lib
-Fl/usr/lib/gcc/i686-pc-linux-gnu/4.1.2
-Fl/usr/lib/gcc/i686-pc-linux-gnu/4.2.1
-Fl/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6 -Fl/usr/lib/nspr
-Fl/usr/lib/nss -Fl/usr/lib/qt4 -Fl/usr/kde/3.5/lib -Fl/usr/qt/3/lib
-Fl/usr/games/lib -Fl/usr/lib/bibblelabs/bibblepro/libs
-Fl/usr/lib/fltk-1.1 @/home/matt/.lazarus/idemake.cfg -di386
lazarus.pp
Free Pascal Compiler version 2.2.0 [2007/09/20] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Linux for i386
Compiling lazarus.pp
PPU Loading 
/home/matt/Programs/lazarus/components/printers/lib/i386-linux/printersdlgs.ppu
PPU Source: printersdlgs.pp not found
PPU Source: cupsprndialogs.inc not found
PPU Source: printersdlgs.lrs not found
Recompiling PrintersDlgs, checksum changed for Dialogs
PPU Loading 
/home/matt/Programs/lazarus/components/printers/lib/i386-linux/printersdlgs.ppu
main.pp(74,12) Fatal: Can't find unit PrintersDlgs used by Printer4Lazarus
Fatal: Compilation aborted
make[2]: *** [lazarus] Error 1
make[2]: Leaving directory `/home/matt/Programs/lazarus/ide'
make[1]: *** [idepkg] Error 2
make[1]: Leaving directory `/home/matt/Programs/lazarus/ide'
make: *** [idepkg] Error 2

I have a couple of packages installed including Printers4Lazarus and ZeosDBO
Is there something else I need to add?



On Oct 31, 2007 9:08 AM, Marc Weustink <[EMAIL PROTECTED]> wrote:
> Matt Henley wrote:
> > I have one question.  I use the zeoslib package and use lazarus from
> > svn.  When i do an
> > svn update
> > make clean all
> >
> > and then start lazarus, I have to rebuild from inside lazarus to get
> > the zeoslib installed.  Is there a way to do that when i rebuild from
> > the command line?
>
> its in the message below :)
>
>
> > On 10/29/07, Micha Nelissen <[EMAIL PROTECTED]> wrote:
> >> Mattias Gaertner wrote:
> >>> First you can try
> >>> $ export LCL_PLATFORM=gtk2; make clean all idepkg
>                                  ^^^^^^^^^^^^^^^^^^^^^
>
> Marc
>
>
> _________________________________________________________________
>      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

Reply via email to