Recent

Author Topic: Problems Installing LazReport version svn in Lazarus 1.2.4 fpc 2.6.4  (Read 4587 times)

elidorio

  • Sr. Member
  • ****
  • Posts: 295
Hello,

Generating this error below when installing svn LazReport rev.45567 Linux Mint 64 Lazarus Fpc 1.2.4 2.6.4.

/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_pars.pas(218,72) Warning: Symbol "DecimalSeparator" is deprecated
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(240,14) Warning: An inherited method is hidden by "TfrView.GetLeft:Double;"
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(242,14) Warning: An inherited method is hidden by "TfrView.GetTop:Double;"
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(275,15) Warning: An inherited method is hidden by "TfrView.SetHeight(const Double);"
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(276,15) Warning: An inherited method is hidden by "TfrView.SetLeft(const Double);"
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(277,15) Warning: An inherited method is hidden by "TfrView.SetTop(const Double);"
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(278,15) Warning: An inherited method is hidden by "TfrView.SetWidth(const Double);"
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(279,14) Warning: An inherited method is hidden by "TfrView.GetHeight:Double;"
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(280,14) Warning: An inherited method is hidden by "TfrView.GetWidth:Double;"
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_fmted.pas(154,35) Warning: Symbol "DecimalSeparator" is deprecated
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_fmted.pas(200,24) Warning: Symbol "DecimalSeparator" is deprecated
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(1770,55) Warning: Constructing a class "TfrFunctionLibrary" with abstract method "DoFunction"
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(1788,18) Warning: Symbol "Handle" is deprecated
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(2048,55) Error: Identifier not found "CreateBitmapFromResourceName"
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(2079,42) Warning: Symbol "DecimalSeparator" is deprecated
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(4035,5) Warning: Class types "TfrTField" and "TBlobField" are not related
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(5974,24) Warning: Local variable "PgArr" does not seem to be initialized
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(7727,21) Hint: Local variable "APageType" does not seem to be initialized
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(7742,43) Warning: Comment level 2 found
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(8682,17) Hint: Local variable "b" does not seem to be initialized
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(8683,18) Hint: Local variable "li" does not seem to be initialized
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(9020,24) Warning: Symbol "DecimalSeparator" is deprecated
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(9041,30) Warning: Symbol "DecimalSeparator" is deprecated
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(9080,20) Warning: Symbol "DecimalSeparator" is deprecated
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(9334,35) Hint: Local variable "ArrInd" does not seem to be initialized
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(12349) Fatal: There were 1 errors compiling module, stopping
Lazarus 1.4.4 | FPC 2.6.4 | Windows / Linux Debian

taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: Problems Installing LazReport version svn in Lazarus 1.2.4 fpc 2.6.4
« Reply #1 on: June 18, 2014, 03:33:34 am »
Quote
/home/lidorio/edinho/lazarus/componentes/Lazreport svn/source/lr_class.pas(2048,55) Error: Identifier not found "CreateBitmapFromResourceName"
this is your error. You have a problematic lazarus installation probably, more information would be required eg on what os 32/64 bit etc
Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

elidorio

  • Sr. Member
  • ****
  • Posts: 295
Re: Problems Installing LazReport version svn in Lazarus 1.2.4 fpc 2.6.4
« Reply #2 on: June 18, 2014, 03:42:48 am »
I'm currently using Linux Mint 17 64-bit.
Note: The version of this LazReport in svn does not install on 1.2.2 and Lazarus or using Windows 32 and 64.
Lazarus 1.4.4 | FPC 2.6.4 | Windows / Linux Debian

elidorio

  • Sr. Member
  • ****
  • Posts: 295
Re: Problems Installing LazReport version svn in Lazarus 1.2.4 fpc 2.6.4
« Reply #3 on: June 18, 2014, 03:45:51 am »
Also generates this error:
Lazarus 1.4.4 | FPC 2.6.4 | Windows / Linux Debian

jesusr

  • Sr. Member
  • ****
  • Posts: 484
Re: Problems Installing LazReport version svn in Lazarus 1.2.4 fpc 2.6.4
« Reply #4 on: July 06, 2014, 06:55:47 pm »
taazz is right, you are probably trying to compile LazReport trunk using Lazarus 1.2.x, it won't work.

 

TinyPortal © 2005-2018