Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-20 Thread Anthony Walter
The problem was introduced with revision 25766. You can fix the problem simply getting an earlier revision in a new folder and copy the older revision cairo units over the trunk copies. Assuming you are one directory above your fpc folder ... svn co -r 25764 http://svn.freepascal.org/svn/fpc/trunk

[Lazarus] Debug builds only work as root

2013-10-20 Thread Anthony Walter
I have been trying Ubuntu 13.10 this weekend and I'm hoping someone can advice on a Lazarus issue I'm experiencing. This version of Ubuntu come with gdb 7.6.1. When using Lazarus and debugging the compiled program frequently locks up. Launching Lazarus with sudo or gksudo (in a launcher) fixes the

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-20 Thread silvioprog
2013/10/20 Reinier Olislagers [...] > You could check if any of the solutions here > http://bugs.freepascal.org/view.php?id=25191 > work for you and/or contribute a fix... Unfortunately I don't know how to fix this problem. :( But if someone has the same problem, and lost your environment that

Re: [Lazarus] Compilation Error At revision 43291.

2013-10-20 Thread waldo kitty
On 10/20/2013 9:32 AM, Eric Kom wrote: $svn up $make clean $make bigide FPC=/usr/local/lib/fpc/2.7.1/ppc386 FWIW: you really should run "make clean" or "make distclean" /before/ running "svn up"... the reason is because newly updated makefiles will not know about old locations when source fil

[Lazarus] lazarus not freeing all memory

2013-10-20 Thread waldo kitty
i've been seeing this for a while and have only just now gotten around to reporting it... i saw it on my w2k box which is dead now... both this system and that one are/were running identical setups as far as FPC and Lazarus go... Lazarus 1.3 r42488 FPC 2.7.1 r25797 i386-win32-win32/win64 t

Re: [Lazarus] Input query with input history

2013-10-20 Thread Mark Morgan Lloyd
Jürgen Hestermann wrote: Am 2013-10-19 15:16, schrieb Mark Morgan Lloyd: Jürgen Hestermann wrote: Does any input query function exist that has a history list so that the user can pick old entries from previous inputs? Ideal would be if such a history list can be filtered and sorted too. Does

Re: [Lazarus] Compilation Error At revision 43291.

2013-10-20 Thread Reinier Olislagers
On 20/10/2013 15:32, Eric Kom wrote: > $svn up > $make clean > $make bigide FPC=/usr/local/lib/fpc/2.7.1/ppc386 Do you ever check what others post and/or the bugtracker before posting? Seems like a known problem with the cairo libs. See e.g. the thread in this list started by Silvioprog, including

[Lazarus] Compilation Error At revision 43291.

2013-10-20 Thread Eric Kom
$svn up $make clean $make bigide FPC=/usr/local/lib/fpc/2.7.1/ppc386 .. Linking ../lazarus lazarus.pp(142,1) Warning: "crti.o" not found, this will probably cause a linking failure lazarus.pp(142,1) Warning: "crtn.o" not foun

Re: [Lazarus] Graeme would love this, or not, I think

2013-10-20 Thread Paul Breneman
On 10/20/2013 07:07 AM, Paul Breneman wrote: On 10/20/2013 05:22 AM, Hans-Peter Diettrich wrote: Marco van de Voort schrieb: On Wed, Oct 16, 2013 at 12:25:25AM +0200, Hans-Peter Diettrich wrote: For writing programs you need some editor and an compiler/linker, e.g. a Lazarus IDE which runs on

Re: [Lazarus] Graeme would love this, or not, I think

2013-10-20 Thread Paul Breneman
On 10/20/2013 05:22 AM, Hans-Peter Diettrich wrote: Marco van de Voort schrieb: On Wed, Oct 16, 2013 at 12:25:25AM +0200, Hans-Peter Diettrich wrote: For writing programs you need some editor and an compiler/linker, e.g. a Lazarus IDE which runs on a variety of systems. Then students can learn

Re: [Lazarus] Input query with input history

2013-10-20 Thread Jürgen Hestermann
Am 2013-10-19 15:16, schrieb Mark Morgan Lloyd: Jürgen Hestermann wrote: Does any input query function exist that has a history list so that the user can pick old entries from previous inputs? Ideal would be if such a history list can be filtered and sorted too. Does the CmdBox package on CCR

Re: [Lazarus] Input query with input history

2013-10-20 Thread Jürgen Hestermann
Am 2013-10-19 14:15, schrieb Avishai: > TComboBox > AutoComplete:= True > Sorted:= True > Style:= csSimple > > Add new entries to TComboBox.Items > you would have to take care of filtering Thanks for the hint. I will try it. Interesting that it's not mentioned on the (german) wiki page htt

Re: [Lazarus] Graeme would love this, or not, I think

2013-10-20 Thread Hans-Peter Diettrich
Marco van de Voort schrieb: On Wed, Oct 16, 2013 at 12:25:25AM +0200, Hans-Peter Diettrich wrote: For writing programs you need some editor and an compiler/linker, e.g. a Lazarus IDE which runs on a variety of systems. Then students can learn how to use a console (window) for program I/O in abo

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-20 Thread Reinier Olislagers
On 20/10/2013 01:58, silvioprog wrote: > So, there are an estimate when this issue will be fixed to use Lazarus > in Linux? > > I updated my local copy and tried to compile it again, but, without > success, the bug continues. :( You could check if any of the solutions here http://bugs.freepascal.

Re: [Lazarus] Graeme would love this, or not, I think

2013-10-20 Thread Marco van de Voort
On Wed, Oct 16, 2013 at 12:25:25AM +0200, Hans-Peter Diettrich wrote: > For writing programs you need some editor and an compiler/linker, e.g. a > Lazarus IDE which runs on a variety of systems. Then students can learn > how to use a console (window) for program I/O in about 1 hour, > sufficient

Re: [Lazarus] Graeme would love this, or not, I think

2013-10-20 Thread Marco van de Voort
On Tue, Oct 15, 2013 at 04:45:48PM +0200, Mattias Gaertner wrote: > > IIRC I installed DOS 6.2 in VirtualBox, and then used it to install > > Win98SE (from which I had no bootable CD or image). > > All this on Win7-64. > > What has this to do with Lazarus? FPC/trunk has a 16-bit compiler, and I a