[Lazarus] Anchordocking on Lazarus 1.3

2014-08-28 Thread Leonardo M. Ramé
Hi, since a couple of months ago I noted Anchordocking is not working as expected. I can arrange a nice layout, and save it as my default layout, but when I start Lazarus again, it was commpletely messed up. Does anyone faced the same issue?. Regards, -- Leonardo M. Ramé http://leonardorame.

Re: [Lazarus] (no subject)

2014-08-28 Thread Bart
On 8/28/14, Jesus Reyes wrote: > 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. Already reported as

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

2014-08-28 Thread Sven Barth
Am 28.08.2014 17:35 schrieb "FreeMan" : > > On 28-08-2014 15:54, Sven Barth wrote: >> >> No, that are not those I ment. So better stay with the self compiled binaries :) > > > Thank you Sven, I can compiled now, > command line is: > make clean all install INSTALL_PREFIX=/opt/freepascal/2.7.1 OS_TAR

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

2014-08-28 Thread FreeMan
On 28-08-2014 15:54, Sven Barth wrote: No, that are not those I ment. So better stay with the self compiled binaries :) Thank you Sven, I can compiled now, command line is: make clean all install INSTALL_PREFIX=/opt/freepascal/2.7.1 OS_TARGET=wince CPU_TARGET=arm BINUTILSPREFIX=arm-cegcc-

[Lazarus] A lazbuild/project dependency issue

2014-08-28 Thread Michael Van Canneyt
Hi (mostly Mattias, I suppose ;) ), I am using Lazbuild to compile a project that depends on a package "wwclient". It failed, for no understandable reason. What am I supposed to do with a message like this: ERROR: Broken dependency: wwclient 1.0>wwclient 1.0 Besides the fact that the "wwclien

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

2014-08-28 Thread Sven Barth
Am 28.08.2014 12:52 schrieb "FreeMan" : > > Thank you for important hint add last char "-" >> >> Isn't there a precompiled package available for Ubuntu? > > I'm using Kubuntu(kde) > I found in repository "gcc-arm-none-eabi" GCC cross compiler for ARM Cortex-A/R/M processors > "binutils-arm-none-eab

Re: [Lazarus] Cody package crashes

2014-08-28 Thread hinstance
Okay I reported it: http://bugs.freepascal.org/view.php?id=26639 I am posting this message to the mailing list in case package maintainer reads it 26.08.2014, 14:33, "hinsta...@yandex.ru" : > "Show all identifiers" dialog of cody package crashes in certain conditions. > When I have my large pro

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

2014-08-28 Thread FreeMan
Thank you for important hint add last char "-" Isn't there a precompiled package available for Ubuntu? I'm using Kubuntu(kde) I found in repository "gcc-arm-none-eabi" GCC cross compiler for ARM Cortex-A/R/M processors "binutils-arm-none-eabi" I installed this packets, under /user folder creat

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

2014-08-28 Thread Sven Barth
Am 28.08.2014 11:20 schrieb "FreeMan" : > > Thank you for your answer, I think you said this > > http://cegcc.sourceforge.net/about.html > http://cegcc.sourceforge.net/ > > I download binutils-2.24.tar.gz, make & install. Isn't there a precompiled package available for Ubuntu? > this is my comman

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

2014-08-28 Thread FreeMan
Thank you for your answer, I think you said this http://cegcc.sourceforge.net/about.html http://cegcc.sourceforge.net/ I download binutils-2.24.tar.gz, make & install. this is my command line for fpc: make clean all install INSTALL_PREFIX=/opt/freepascal/2.7.1 OS_TARGET=wince CPU_TARGET=arm BI