Koenraad Lelong schreef:
Vincent Snijders schreef:
Koenraad Lelong schreef:
Hi,
I'm trying to use some extra components with Lazarus on i386-linux to
compile for arm-linux.
I installed e.g. TPlotpanel and TTAChart. They function if I compile for
i386-linux. How do I get those components included in my arm-linux
project ?
If I just compile a project including either one I get something like
this :
/home/koenraad/fpc/Lazarus/components/TAGraph/Component/tagraph.pas(1,1)
Fatal: Can't find unit LazarusPackageIntf used by ta
Are there any documents about this ?
Compile the package registration for arm-linux too.

I did something similar for arm-wince: see
http://www.freepascal.org/cgi-bin/viewcvs.cgi/trunk/tools/install/win/build-cross.bat?root=lazarus&view=markup

Am I right when I think this makes (amongst other things) the components
that are included in the standard Lazarus ?

It compiles the LCL, Synedit and the package registration for the cross target.

I'm looking for a way to use components (from the Lazarus CCR) I
installed later in Lazarus.
I tried this from the IDE : I checked "Clean and build" for the LCL, and
the rest are "None". I set "Target OS" to linux, and "Target CPU" to
arm. All I could see was the standard components being build.

Compile package registration too.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to