Re: [Lazarus] font.name=default

2014-08-21 Thread Philippe
I wrote about a suggestion ... a Lazarus default font ... may be, as far as I understand, using Parent Font property is the way ... I´ll try it! Philippe Em 20.08.2014 19:54, Philippe escreveu: thank for your answer. I found the default font on my machine/windows 8 is Segoe UI.

[Lazarus] Cannot find -lpthread

2014-08-21 Thread Leonardo M. Ramé
Hi, I'm trying to build fpc and lazarus from sources in XUbuntu 14.04. While trying to link fpc I get this: /usr/bin/ld: aviso: link.res contiene secciones de salida. ¿Olvidó -T? /usr/bin/ld: no se puede encontrar -lpthread /usr/bin/ld: no se puede encontrar -ldl /usr/bin/ld: no se puede

Re: [Lazarus] Cannot find -lpthread

2014-08-21 Thread Henry Vermaak
On Thu, Aug 21, 2014 at 12:22:45PM -0300, Leonardo M. Ramé wrote: Hi, I'm trying to build fpc and lazarus from sources in XUbuntu 14.04. While trying to link fpc I get this: /usr/bin/ld: aviso: link.res contiene secciones de salida. ¿Olvidó -T? /usr/bin/ld: no se puede encontrar -lpthread

Re: [Lazarus] Cannot find -lpthread

2014-08-21 Thread Henry Vermaak
On Thu, Aug 21, 2014 at 04:34:03PM +0100, Henry Vermaak wrote: On Thu, Aug 21, 2014 at 12:22:45PM -0300, Leonardo M. Ramé wrote: Hi, I'm trying to build fpc and lazarus from sources in XUbuntu 14.04. While trying to link fpc I get this: /usr/bin/ld: aviso: link.res contiene secciones de

Re: [Lazarus] Cannot find -lpthread

2014-08-21 Thread Leonardo M. Ramé
El 21/08/14 a las 12:34, Henry Vermaak escibió: On Thu, Aug 21, 2014 at 12:22:45PM -0300, Leonardo M. Ramé wrote: Hi, I'm trying to build fpc and lazarus from sources in XUbuntu 14.04. While trying to link fpc I get this: /usr/bin/ld: aviso: link.res contiene secciones de salida. ¿Olvidó -T?

Re: [Lazarus] How to convert old *.lrs based forms to *.res

2014-08-21 Thread Graeme Geldenhuys
On 2014-08-21 06:14, leledumbo wrote: - Change resource format in the project options to FPC resources - ...snip... Thank you, those set of instructions worked perfectly. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/

Re: [Lazarus] Cannot find -lpthread

2014-08-21 Thread Henry Vermaak
On Thu, Aug 21, 2014 at 12:38:02PM -0300, Leonardo M. Ramé wrote: Here's the result, apparently it is already installed: libc6: /lib/x86_64-linux-gnu/libpthread.so.0 libc6-arm64-cross: /usr/aarch64-linux-gnu/lib/libpthread.so.0 libc6-armel-armhf-cross:

Re: [Lazarus] Cannot find -lpthread

2014-08-21 Thread Péter Gábor
Hello! If you try static linking with a library you need the development package of it which contains the required binary statements/codes/records for the static linking. For example: libpthread-stubs0-dev or libpthread-dev or something similar... 2014-08-21 17:38 keltezéssel, Leonardo M. Ramé

Re: [Lazarus] Cannot find -lpthread

2014-08-21 Thread Leonardo M. Ramé
El 21/08/14 a las 14:44, Péter Gábor escibió: Hello! If you try static linking with a library you need the development package of it which contains the required binary statements/codes/records for the static linking. For example: libpthread-stubs0-dev or libpthread-dev or something similar...