Hi.

I'm not sure whether this problem is down to the package or Lazarus.

I have tried to install the latest trunk version of FPSpreadSheet (found here: http://wiki.lazarus.freepascal.org/FPSpreadsheet) but for some reason i can't get it working.

Btw. my system: Lazarus 0.9.27 r20988 FPC 2.3.1 x86_64-linux-gtk 2 (beta)

First of all - compiling the package gives two error, easily fixable, but they were there. Then after hitting the "install" button i'm asked to rebuild lazarus, which I do. However, in my terminal i notice an odd output, which i belive shouldn't be there (output attached as text file). And afterward when i try to include the unit(s) in my uses clause, I get a "... Fatal: Can't find unit fpspreadsheet used by ...". In the Package graph, "configure installed packages", etc. it is however listed correct.

Perhaps someone else have tried working with FPSpreadSheet and got it working.

Kind regards,
Torsten Bonde Christiansen.
Free Pascal Compiler version 2.3.1 [2009/07/14] for x86_64
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Linux for x86-64
Compiling lazarus.pp
Linking ../lazarus
175 lines compiled, 3.3 sec 
make[2]: Leaving directory `/home/torsten/FreePascal/lazarus/ide'
make[1]: Leaving directory `/home/torsten/FreePascal/lazarus/ide'
make: Leaving directory `/home/torsten/FreePascal/lazarus'
"IDE" completed
TMainIDE.DoRestart 
WARNING: TLCLComponent.Destroy with LCLRefCount>0. Hint: Maybe the component is 
processing an event?
TMainIDE.CloseUnitComponent unit1.pas Form1:TForm1
TProject.UpdateUnitComponentDependencies checking properties ...
TProject.UpdateUnitComponentDependencies checking designers ...
TProject.UpdateUnitComponentDependencies used by designer: unit1.pas
TMainIDE.CloseUnitComponent freeing component and designer: unit1.pas 
Form1:TForm1
TProject.UpdateUnitComponentDependencies checking designers ...
TApplication.HandleException Access violation
  Stack trace:
  $00000000008D330E line 133 of include/toolbutton.inc
  $000000000082B3F5 line 1642 of include/control.inc
  $000000000082BFDF line 2113 of include/control.inc
  $00000000006919CF line 465 of ../inc/objpas.inc
  $0000000000829BFD line 990 of include/control.inc
  $000000000081F594 line 4295 of include/wincontrol.inc
  $0000000000820B7C line 4861 of include/wincontrol.inc
  $00000000008C1EFF line 110 of lclmessageglue.pas
  $00000000008B1B93 line 3700 of ../gtk/gtkproc.inc
  $00000000008BECFE line 1703 of ../gtk/gtkcallback.inc
  $00000000008BEE23 line 1764 of ../gtk/gtkcallback.inc
  $00007FE2614BCDF8
exception at 00000000008D330E:
Access violation.
LAZARUS END - cleaning up ...
[TMainIDE.Destroy] A 
[TMainIDE.Destroy] B  -> inherited Destroy... TMainIDE
[TMainIDE.Destroy] END
TLazarusManager.Run starting /home/torsten/FreePascal/lazarus/lazarus ...
[WARNING] Out of OEM specific VK codes, changing to unassigned
[WARNING] Out of unassigned VK codes, assigning $FF
TMainIDE.ParseCmdLineOptions:
  PrimaryConfigPath="/home/torsten/.lazarus"
  SecondaryConfigPath="/etc/lazarus"
TMainIDE.DoLoadLFM A /home/torsten/EpiData/Core/trunk/Projects/umain.pas 
IsPartOfProject=True 
QuickCheckLFMBuffer 
LFMBuffer=/home/torsten/EpiData/Core/trunk/Projects/umain.lfm


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to