Re: [lazarus] Error in building latest SVN

2007-09-10 Thread Jeff Steinkamp
- Original Message - From: Vincent Snijders [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Sunday, September 09, 2007 12:33 Subject: Re: [lazarus] Error in building latest SVN Jeff Steinkamp schreef: I get the following errors when trying to build the latest SVN on linux for

Re: [lazarus] Error in building latest SVN

2007-09-10 Thread Vincent Snijders
Jeff Steinkamp schreef: - Original Message - From: Vincent Snijders [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Sunday, September 09, 2007 12:33 Subject: Re: [lazarus] Error in building latest SVN Jeff Steinkamp schreef: I get the following errors when trying to build the

[lazarus] unable to run Qt app

2007-09-10 Thread Giuliano Colla
After a long time, I'm trying to use again Qt LCL. The widgeset compiles properly, the GUI application compiles properly, but when I launch it, I get a floating point exception at the very start. Which application is irrelevant, all I tested exhibit the same behavior. That's the gdb output:

[lazarus] Freepascal 2.2.0 released

2007-09-10 Thread Joost van der Sluis
The Free Pascal Compiler team is pleased to announce the release of FPC 2.2.0! An overview of most changes is available below, but some highlights are: * Architectures: PowerPC/64 and ARM support * Platforms: Windows x64, Windows CE, Mac OS X/Intel, Game Boy Advance, and Game Boy DS support

Re: [lazarus] unable to run Qt app

2007-09-10 Thread Павел Ишенин
Giuliano Colla wrote: [skip] That's the gdb output: (gdb) run Starting program: /home/colla/Applicazioni/Lazarus/Resizing/resize Reading symbols from shared object read from target memory...done. Loaded system supplied DSO at 0xc4 Program received signal SIGFPE, Arithmetic exception.

Re: [lazarus] unable to run Qt app

2007-09-10 Thread zeljko
On Monday 10 September 2007 12:41, Giuliano Colla wrote: After a long time, I'm trying to use again Qt LCL. The widgeset compiles properly, the GUI application compiles properly, but when I launch it, I get a floating point exception at the very start. Which application is irrelevant, all I

[lazarus] Icons run and pause for Lazarus

2007-09-10 Thread wile64
Hello, I have create images for Lazarus, made as you want ;) Regard, -- Laurent. My Web : http://wile64.neuf.fr/ French Forum : http://lazforum-fr.tuxfamily.org/index.php

[lazarus] Advanced unit dependency tree tool

2007-09-10 Thread Luiz Americo Pereira Camara
I'm looking for a tool that builds a complete unit dependency tree for object pascal. By complete i mean that not only the info unit1 uses unit2 is given but also the functions used . Something like unit1 uses functions foo and bar from unit2. The tool can be for Delphi or Lazarus Any help

[lazarus] Bug on changing Notebook's parent

2007-09-10 Thread Víctor R. Ruiz
Hi: I've reported a problem with a change of parent of a Notebook and Gtk1/2 in http://www.freepascal.org/mantis/view.php?id=9637 Basically, the issue is a Notebook with pages isn't moved from one form to another. In Win32 this is done right, but not in Gtk1 and Gtk2. However, a Notebook

Re: [lazarus] Advanced unit dependency tree tool

2007-09-10 Thread Mattias Gaertner
On Mon, 10 Sep 2007 13:11:14 -0300 Luiz Americo Pereira Camara [EMAIL PROTECTED] wrote: I'm looking for a tool that builds a complete unit dependency tree for object pascal. By complete i mean that not only the info unit1 uses unit2 is given but also the functions used . Something like unit1

Re: [lazarus] unable to run Qt app

2007-09-10 Thread Den Jean
On Monday 10 September 2007 12:41:50 Giuliano Colla wrote: start. Which application is irrelevant, all I tested exhibit the same behavior. using binaries across Linux distributions is not done, so recompile binding and please report if this fixes it (feedback helps us) To make you curious

Re: [lazarus] cleandirdlg patch

2007-09-10 Thread Mattias Gaertner
On Sat, 08 Sep 2007 17:54:28 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: The following patch implements - improved anchoring - IDE help Applied. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Bug on changing Notebook's parent

2007-09-10 Thread Mattias Gaertner
On Mon, 10 Sep 2007 17:45:55 +0100 Víctor R. Ruiz [EMAIL PROTECTED] wrote: Hi: I've reported a problem with a change of parent of a Notebook and Gtk1/2 in http://www.freepascal.org/mantis/view.php?id=9637 Basically, the issue is a Notebook with pages isn't moved from one form to

Re: [lazarus] Advanced unit dependency tree tool

2007-09-10 Thread Michael Van Canneyt
On Mon, 10 Sep 2007, Mattias Gaertner wrote: On Mon, 10 Sep 2007 13:11:14 -0300 Luiz Americo Pereira Camara [EMAIL PROTECTED] wrote: I'm looking for a tool that builds a complete unit dependency tree for object pascal. By complete i mean that not only the info unit1 uses unit2 is

Re: [lazarus] BuildFileDlg patch

2007-09-10 Thread Mattias Gaertner
On Mon, 10 Sep 2007 21:24:59 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: The following patch; - improves layout - implements IDE help Applied. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Advanced unit dependency tree tool

2007-09-10 Thread Cesar Romero
The only tool I know that can do that is ModelMaker Code Explorer comercial for Delphi []s Cesar Romero On Mon, 10 Sep 2007, Mattias Gaertner wrote: On Mon, 10 Sep 2007 13:11:14 -0300 Luiz Americo Pereira Camara [EMAIL PROTECTED] wrote: I'm looking for a tool that builds a

[lazarus] Editor issues

2007-09-10 Thread Lepidosteus
Hello, I haven't done a lot of pascal code lately, and even less free pascal code using lazarus. I wanted to make changes in some old software I made for my own usage. After trying the delphi 2007 trial a couple of month ago, I've been really surprised at how bad the lazarus editor feels, *at

[lazarus] Lazarus on one window (aka SDI)

2007-09-10 Thread Víctor R. Ruiz
Hi: I know some programmers prefer Lazarus IDE the way it is. However, on my development environments, with little desktop space, working with many windows is not a happy experience. I also read some threads on the web forum requesting workspace integration, so I started digging in the