[Lazarus] How to crosscompile from linux to wince?

2014-08-27 Thread FreeMan
Hello, I need crosscompile to this mobile system: Windows CE.NET 5.0 (Core Version) operation systems Marvell CPU PXA270 312 Mhz proccessor My IDE on kubuntu 14.04 x64, last svn fpc lazarus. I need crosscompile to wince. make clean all install INSTALL_PREFIX=/opt/freepascal/2.7.1

[Lazarus] Native toolbar

2014-08-27 Thread Kostas Michalopoulos
Hi all, Is there a way to have a native toolbar since all (or almost all, anyway) major platform backends (Win32, GTK+, Qt for sure, Carbon maybe?) provide one? I can try to write a control for that, but i wonder if there is already something like it. Kostas --

[Lazarus] New icons for IDE windows

2014-08-27 Thread Torsten Bonde Christiansen
Hi. Am I the only one who have noticed the new icon for the different IDE Windows (lazarus trunk)? A really nice touch! :D Regards, Torsten. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] New icons for IDE windows

2014-08-27 Thread Sandro Cumerlato
I've noticied the new icons, but what about Messages and Object Inspector icons? Corresponding forms do not display any icon (under Windows). Sandro On 27 Aug 2014 15:21, Torsten Bonde Christiansen t...@epidata.info wrote: Hi. Am I the only one who have noticed the new icon for the

Re: [Lazarus] How to crosscompile from linux to wince?

2014-08-27 Thread Sven Barth
Am 27.08.2014 12:13 schrieb FreeMan freema...@delphiturkiye.com: Hello, I need crosscompile to this mobile system: Windows CE.NET 5.0 (Core Version) operation systems Marvell CPU PXA270 312 Mhz proccessor My IDE on kubuntu 14.04 x64, last svn fpc lazarus. I need crosscompile to wince.

Re: [Lazarus] lazbuild question

2014-08-27 Thread Michael Van Canneyt
On Tue, 19 Aug 2014, Mattias Gaertner wrote: Michael Van Canneyt mich...@freepascal.org hat am 19. August 2014 um 14:25 geschrieben: Hi, Does LazBuild update the packagefiles.xml file if it compiles a package it didn't encounter before ? No. Returning to this: I must beg to differ

[Lazarus] GDB Woes over! Whoever Fixed Debugging in Laz.. Kudos!

2014-08-27 Thread Den
My GDB woes are over! Debugging now correctly works for me in latest Laz Trunk. NICE! Thanks again to the responsible one. :) Sincerely, Dennis Fehr -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] GDB Woes over! Whoever Fixed Debugging in Laz.. Kudos!

2014-08-27 Thread Den
Oop.. Opening Assembler Window still causes an exception and crashes Laz but, I can live without the Assembler Window for now. - Dennis Fehr On 14-08-27 05:03 PM, Den wrote: My GDB woes are over! Debugging now correctly works for me in latest Laz Trunk. NICE! Thanks again to the

[Lazarus] (no subject)

2014-08-27 Thread Jesus Reyes
Hello, Has anybody noticed that you can't get an annotated view of a file in ViewVC? Every time it results in Error occurred while calculating annotation data., however there is no problem doing it the command line: svn blame afile works. Regards. Jesus Reyes A. --