Recent

Author Topic: Can no longer build CVS version of Lazarus with fp 1.0.10  (Read 6537 times)

bro_1

  • Guest
Can no longer build CVS version of Lazarus with fp 1.0.10
« on: February 03, 2004, 10:51:44 pm »
It seems that it is no longer possible to build Lazarus with 1.0.10 as it now uses fpimage unit, which is not available in the fp-units-fcl version distributed by Debian.

neli

  • Jr. Member
  • **
  • Posts: 86
Can no longer build CVS version of Lazarus with fp 1.0.10
« Reply #1 on: February 03, 2004, 10:54:40 pm »
This is true, you need to use FIXES_1_0_0 FCL from CVS. Maybe you can report a request at debian for this?

Micha.

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2583
Can no longer build CVS version of Lazarus with fp 1.0.10
« Reply #2 on: February 03, 2004, 10:54:42 pm »
use make OPT="-dDisableFPImage"
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

neli

  • Jr. Member
  • **
  • Posts: 86
Can no longer build CVS version of Lazarus with fp 1.0.10
« Reply #3 on: February 03, 2004, 10:55:20 pm »
Also possible, but you'll love the new FPIMAGEs :P

Micha.

Anonymous

  • Guest
Can no longer build CVS version of Lazarus with fp 1.0.10
« Reply #4 on: February 04, 2004, 01:18:47 am »
Me = Bro1

Requesting new deb packages makes sense. I'll try to raise this issue on Debian bugs site.

Anonymous

  • Guest
Can no longer build CVS version of Lazarus with fp 1.0.10
« Reply #5 on: February 06, 2004, 08:18:24 pm »
I am using fpc 1.0.10 without FPImage.
I am using
Code: [Select]

make OPT="-dDisableFPImage"

and again the building of lazarus fails....
Code: [Select]

...
Compiling alllclunits.pp
Compiling buttons.pp
Compiling graphics.pp
graphics.pp(590,17) Warning: An inherited method is hidden by TGRAPHIC.CREATE
bitmap.inc(355,14) Error: Identifier not found TLAZINTFIMAGE
bitmap.inc(355,27) Error: Error in type definition
bitmap.inc(366,20) Error: Identifier not found TLAZINTFIMAGE
bitmap.inc(366,34) Error: Illegal qualifier
bitmap.inc(366,40) Fatal: Syntax error, ; expected but ( found
make[1]: *** [alllclunits.ppu] Error 1
make[1]: Leaving directory `/home/vsa/lazarus/lcl'
make: *** [lcl] Error 2

I tried yesterday and today using CVS but the failure is the same... :roll:

 

TinyPortal © 2005-2018