[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.


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


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 responsible one. :)

Sincerely,

Dennis Fehr



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[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
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] lazbuild question

2014-08-27 Thread Michael Van Canneyt



On Tue, 19 Aug 2014, Mattias Gaertner wrote:





Michael Van Canneyt  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 here.

I just tried the following:
- Compile project A that depends on Package B. Lazbuild complains it didn't 
find package B.
- Explicitly Compiled package B with Lazbuild.
- Compile project A that depends on Package B. Works like a charm.
I then checked packagefiles.xml, and it definitely put the location of the 
package file B
in packagefiles.xml with today's date as 'lastused'.

Michael.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


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

2014-08-27 Thread Sven Barth
Am 27.08.2014 12:13 schrieb "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
OS_TARGET=wince CPU_TARGET=i386
> sudo make crossinstall OS_TARGET=wince CPU_TARGET=i386
>
> is this right CPU_TARGET=i386  ? or what I have to do ?

The PXA is an ARM processor, so you need to use "arm" as CPU target.
Additionally you need the correct binutils. I don't know them for Ubuntu,
but look for a package like cegcc-binutils or something like that. In the
end you should have a cegcc-arm-as or similary named binary available of
which you need to pass the prefix to the "make all" as well as parameter
(in my example) "BINUTILSPREFIX=cegcc-arm-".
Perhaps you'll also need to adjust the CPU type as I don't know remember
whether we changed that from the old default...

Regards,
Sven
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


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"  wrote:

>  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
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[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
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[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 mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[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 
OS_TARGET=wince CPU_TARGET=i386

sudo make crossinstall OS_TARGET=wince CPU_TARGET=i386

is this right CPU_TARGET=i386  ? or what I have to do ?

I compiled fpc to
 OS_TARGET=win32 CPU_TARGET=i386
and
 OS_TARGET=win64 CPU_TARGET=x86_64

Thank you

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus