On Sun, 3 Sep 2006 15:21:34 +0200
"Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote:

> Hi Mattias,
> 
> The projects are available on my server as shown below.
> 
> Download from SubVersion
>   svn co svn://opensoft.homeip.net/fpgui/trunk fpGUI
>   svn co svn://opensoft.homeip.net/fpgfx/trunk fpGFX
> 
> 
> As far as I remeber you are working under Linux, so you would need the
> following packages compiled (runtime only packages).
> 
> fpGFX/src/linux/fpGFX.lpk

The unit paths in the compiler options are wrong. I fixed that to:

../emulayer/;../$(TargetOS)/;../


> fpGUI/src/fpGUI_Laz.lpk
> 
> and the project is ...
> 
> fpGUI/examples/widgetdemo/widgetdemo.lpi

Thanks.
I found the bug and fixed it.

Mattias




> 
> 
> Note:
> I moved the fpGUI packages (lpk) today from the root \src directory
> into both \src\linux and \src\win32.  I am rebuilding my Linux pc, so
> haven't had a chance to test it under linux yet, but I did edit the
> paths manually so it should work.
> 
> Regards,
>   - Graeme -
> 
> 
> On 9/3/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote:
> > The 'Source Directories' contains the path of all units of the
> > project. Add a unit to the project to add a path.
> > I don't see the 'Source Directory Additions' node. This node
> > contains the compiler options of the project (including search
> > paths). These two nodes are created at the same time in the same
> > function, so I wonder why the second is missing.
> >
> > Is the project somewhere available?
> >
> > I fixed a bug for custom flags and the bug, that 'Show Codetools
> > values' does not show the current directory. Probably this is not
> > related to your problem. But it might help finding the problem.
> 
> _________________________________________________________________
>      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