[lazarus] Unable to build Lazarus

andrew johnson acjgenius at earthlink.net
Mon Nov 11 23:42:19 EST 2002


well since I can only guess at what might be causing the problems. I
would suggest trying what I told David:

Try to change the problem lines(5799-5802) from :

       PS_DASH:       gdk_gc_set_dashes(GC, 0, [4,4], 2);
       PS_DOT:        gdk_gc_set_dashes(GC, 0, [2,2], 2);
       PS_DASHDOT:    gdk_gc_set_dashes(GC, 0, [4,2,2,2,0], 4);
       PS_DASHDOTDOT: gdk_gc_set_dashes(GC, 0, [4,2,2,2,2,2], 6);

TO:

       PS_DASH:       gdk_gc_set_dashes(GC, 0, [#4,#4], 2);
       PS_DOT:        gdk_gc_set_dashes(GC, 0, [#2,#2], 2);
       PS_DASHDOT:    gdk_gc_set_dashes(GC, 0, [#4,#2,#2,#2,#0],4);
       PS_DASHDOTDOT: gdk_gc_set_dashes(GC, 0, [#4,#2,#2,#2,#2,#2],6);

if it works.. let me know and I will see about adding a #define
char_dashes, as a work around.

Andrew

On Mon, 2002-11-11 at 20:28, Brad Campbell wrote:
> At 08:02 PM 11/11/02 -0500, you wrote:
> >>Hint: Path "/usr/lib/fpc/1.0.7/units/linux/" not found
> >>Hint: Path "/usr/lib/fpc/1.0.7/units/linux/rtl/" not found
> >
> >so then where ARE your units? perhaps its using the wrong units.. have
> >you made sure to update your fpc.cfg to point to the proper location?
> 
> Yep.. it's all stored in /usr/src/fpc/units..
> My fpc installation is fine, and this build ok up until recently.
> 
> _________________________________________________________________
>      To unsubscribe: mail lazarus-request at miraclec.com with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives
-- 
andrew johnson <acjgenius at earthlink.net>






More information about the Lazarus mailing list