[Lazarus] Procedure List search is broken in GTK2 only

Graeme Geldenhuys graemeg.lists at gmail.com
Fri Oct 17 23:25:42 CEST 2008


On Fri, Oct 17, 2008 at 9:16 AM, Mattias Gaertner
<nc-gaertnma at netcologne.de> wrote:
> On Thu, 16 Oct 2008 21:01:37 -0600
> "Tom Lisjac" <zikon770 at gmail.com> wrote:
>
>> On Thu, Oct 16, 2008 at 5:57 PM, Alexander Klenin <klenin at gmail.com>
>> wrote:
>> > On Thu, Oct 16, 2008 at 18:32, Vincent Snijders
>> > <vincent.snijders at gmail.com> wrote:
>> >> Tom Lisjac schreef:
>> >>> svn 17017
>> >>>
>> >>> Packages compile and ide rebuilds but the new components never
>> >>> show up in the palette or menus.
>> >>>
>> >>
>> >> On what OS?
>> >
>> > Noticed the same problem on Windows XP with TAChart.
>> > I was able to work around it by removing / re-adding package and
>> > rebuilding IDE twice.
>>
>> Thanks for the suggestion.
>>
>> I tried the cycle several times on Linux but still don't see the
>> components. I can see the packages compiling in the messages window
>> but they don't show up in the menu (for prettyformat) or the component
>> palette (for sqlite3 etc).
>
> Start IDE in terminal. Compile and see what the IDE is doing.
> If you don't find an error, send the output.

Console output seemed normal when trying to add the sqldb package
except for these two sections:

TCustomFormEditor.WriterFindAncestor Component=Form1:TForm1 Ancestor=nil
### TCodeToolManager.HandleException: "include file not found
"project1.lrs"" at Line=16 Col=7 in "project1.lpr"
TLazPackageGraph.CheckIfPackageNeedsCompilation  No state file for
SQLDBLaz 1.0.1
FindFPCTool Executable="fpcmake" CompilerFilename="/usr/bin/fpc"
[TExternalToolList.Run] CmdLine="/usr/bin/fpcmake -q -TAll"
WorkDir="/root/lazarus/components/sqldb/"

TMainIDE.CloseUnitComponent freeing component and designer: unit1.pas
Form1:TForm1
TProject.UpdateUnitComponentDependencies checking designers ...
### TCodeToolManager.HandleException: "include file not found
"project1.lrs"" at Line=16 Col=7 in "project1.lpr"
### TCodeToolManager.HandleException: "include file not found
"project1.lrs"" at Line=16 Col=7 in "project1.lpr"
LAZARUS END - cleaning up ...



More information about the Lazarus mailing list