Re: [Lazarus] [Partially Solved] Cross Compile for arm-linux

2009-12-12 Thread Mattias Gaertner
On Sat, 12 Dec 2009 00:44:58 +0100 Kjow wrote: > 2009/12/11 Kjow : > > I tried with: > > > > make lcl LCL_PLATFORM=gtk2 CPU_TARGET=arm OS_TARGET=linux > > CROSSBINDIR=/home/kjow/lazarus/fpc/binutils/ > > FPC=/usr/lib/fpc/2.5.1/ppcrossarm OPT="-CfSOFT -Xd -Sd" > > > I tried also, in lazarus root

Re: [Lazarus] [Partially Solved] Cross Compile for arm-linux

2009-12-12 Thread Kjow
2009/12/12 Mattias Gaertner : >> ~/lazarus/$ sudo make clean all CPU_TARGET=arm OS_TARGET=linux >> PP=/usr/local/bin/ppcarm OPT="-FU/usr/lib/fpc/2.5.1/units/arm-linux/" > > This puts all ppu files to /usr/lib/fpc/2.5.1/units/arm-linux/. > Normally every project/package has it's own directory for it

Re: [Lazarus] [Partially Solved] Cross Compile for arm-linux

2009-12-12 Thread Mattias Gaertner
On Sat, 12 Dec 2009 11:40:41 +0100 Kjow wrote: > 2009/12/12 Mattias Gaertner : > >> ~/lazarus/$ sudo make clean all CPU_TARGET=arm OS_TARGET=linux > >> PP=/usr/local/bin/ppcarm OPT="-FU/usr/lib/fpc/2.5.1/units/arm-linux/" > > > > This puts all ppu files to /usr/lib/fpc/2.5.1/units/arm-linux/. > >

Re: [Lazarus] Lazarus is not installable in FreeBSD 7.2 or 8.0

2009-12-12 Thread Mattias Gaertner
On Fri, 11 Dec 2009 16:58:49 +0100 Helmut Hartl wrote: > Am 11.12.2009 12:21, schrieb Mehmet Erol Sanliturk: > > Dear Lazarus Developers , > > > > As of today ( 2009-December-11 ) , Lazarus is not available as an > > installable package in no one of the following pages : > > > > ... > > > >

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-12 Thread Michael Van Canneyt
On Fri, 11 Dec 2009, Graeme Geldenhuys wrote: 2009/12/11 Luiz Americo Pereira Camara : I'm looking in using tiOPF. Is it safe to use the svn trunk? 99.99% of the times yes! :-) Please do not use the "latest release" download on SourceForge - that is *very* old. I'm currently about 15 rev

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-12 Thread Michael Van Canneyt
On Sat, 12 Dec 2009, Michael Fuchs wrote: Graeme Geldenhuys schrieb: tiOPF might not be the easiest framework to learn, but I guess that's one side effect you get with power and flexibility. Knowing and understanding bit about design patterns will be beneficial in learning tiOPF. Other than t

Re: [Lazarus] [Partially Solved] Cross Compile for arm-linux

2009-12-12 Thread Kjow
2009/12/12 Mattias Gaertner : Thank you very much, Mattias. You are very gentle. > This is automatically done by the IDE. > Just start the IDE in a terminal, compile a package normally and see > what it does. > > I wrote a few hints here: > http://wiki.lazarus.freepascal.org/Cross_compiling#Cross

Re: [Lazarus] [Partially Solved] Cross Compile for arm-linux

2009-12-12 Thread Mattias Gaertner
On Sat, 12 Dec 2009 14:49:51 +0100 Kjow wrote: > 2009/12/12 Mattias Gaertner : > > Thank you very much, Mattias. You are very gentle. > > > This is automatically done by the IDE. > > Just start the IDE in a terminal, compile a package normally and see > > what it does. > > > > I wrote a few hin

[Lazarus] Scrolling source editor in IDE with Ctrl+Up,Down

2009-12-12 Thread cobines
Hello, I'm not sure if this is a bug or not. When I scroll the editor window in the IDE with mouse wheel or by using scrollbar the cursor stays put at its position (I have Persistent Cursor set to disabled). But when I scroll the window with Ctrl+Up, Ctrl+Down the cursor moves when it's at the top

[Lazarus] Help getting Lazarus to work under Fedora 11 /w mySQL 5.1

2009-12-12 Thread Chris Jennings
Hi All A newbie needs help so that he can return to developing under his prefered environment - Linux. Everything is working fine under Win XP, with the same versions of the development tools. I am actually making good headway in laying out a basic program. My past experience /w Delphi is comm

Re: [Lazarus] Scrolling source editor in IDE with Ctrl+Up,Down

2009-12-12 Thread Martin
cobines wrote: Hello, I'm not sure if this is a bug or not. When I scroll the editor window in the IDE with mouse wheel or by using scrollbar the cursor stays put at its position (I have Persistent Cursor set to disabled). But when I scroll the window with Ctrl+Up, Ctrl+Down the cursor moves whe

[Lazarus] ctrl+space identifier completion not working

2009-12-12 Thread David Emerson
sometimes pressing ctrl+space does not perform identifier completion, and no error of any sort appears in the messages. I looked at "all and hidden messages". I'm guessing that there's a syntax error somewhere above the thing I'm trying to complete, but a little dismayed that I'm not being brou