Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-29 Thread Reinier Olislagers
On 28/10/2013 22:55, Sven Barth wrote: On 28.10.2013 18:54, Reinier Olislagers wrote: On 28/10/2013 17:58, Marco van de Voort wrote: On Mon, Oct 28, 2013 at 02:00:25PM +0100, Mattias Gaertner wrote: On Tue, Oct 15, 2013 at 01:52:44PM -0300, silvioprog wrote: It seems -XLA exists in the fpc

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-29 Thread Sven Barth
Am 29.10.2013 09:01 schrieb Reinier Olislagers reinierolislag...@gmail.com: On 28/10/2013 22:55, Sven Barth wrote: On 28.10.2013 18:54, Reinier Olislagers wrote: On 28/10/2013 17:58, Marco van de Voort wrote: On Mon, Oct 28, 2013 at 02:00:25PM +0100, Mattias Gaertner wrote: On Tue, Oct

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-29 Thread Reinier Olislagers
On 29/10/2013 09:23, Sven Barth wrote: Am 29.10.2013 09:01 schrieb Reinier Olislagers reinierolislag...@gmail.com mailto:reinierolislag...@gmail.com: If all possible options aren't there, where should people be looking for a complete list? The compiler's source. This is the only location

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-29 Thread Michael Van Canneyt
On Tue, 29 Oct 2013, Sven Barth wrote: Am 29.10.2013 09:01 schrieb Reinier Olislagers reinierolislag...@gmail.com: On 28/10/2013 22:55, Sven Barth wrote: On 28.10.2013 18:54, Reinier Olislagers wrote: On 28/10/2013 17:58, Marco van de Voort wrote: On Mon, Oct 28, 2013 at 02:00:25PM

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-29 Thread Sven Barth
Am 29.10.2013 09:27, schrieb Reinier Olislagers: BTW: would you know by heart where the code spitting out fpc -h is so I can submit a useful patch? TOption.WriteHelpPages in $fpcdir/compiler/options.pas. But the help strings themselves are located inside the language files:

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-29 Thread Sven Barth
Am 29.10.2013 10:29, schrieb Michael Van Canneyt: On Tue, 29 Oct 2013, Sven Barth wrote: Am 29.10.2013 09:01 schrieb Reinier Olislagers reinierolislag...@gmail.com: On 28/10/2013 22:55, Sven Barth wrote: On 28.10.2013 18:54, Reinier Olislagers wrote: On 28/10/2013 17:58, Marco van

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-29 Thread Reinier Olislagers
On 29/10/2013 11:02, Sven Barth wrote: Am 29.10.2013 09:27, schrieb Reinier Olislagers: BTW: would you know by heart where the code spitting out fpc -h is so I can submit a useful patch? TOption.WriteHelpPages in $fpcdir/compiler/options.pas. But the help strings themselves are located

[Lazarus] need info some warning

2013-10-29 Thread FreeMan
Been long time I saw this warnings when compile project and while svn updateing too. project1.lpr(21,1) Warning: crti.o not found, this will probably cause a linking failure project1.lpr(21,1) Warning: crtn.o not found, this will probably cause a linking failure In project1.lpr file line 21

Re: [Lazarus] need info some warning

2013-10-29 Thread Reinier Olislagers
On 29/10/2013 12:51, FreeMan wrote: Been long time I saw this warnings when compile project and while svn updateing too. project1.lpr(21,1) Warning: crti.o not found, this will probably cause a linking failure project1.lpr(21,1) Warning: crtn.o not found, this will probably cause a linking

Re: [Lazarus] need info some warning

2013-10-29 Thread Mark Morgan Lloyd
Reinier Olislagers wrote: On 29/10/2013 12:51, FreeMan wrote: Been long time I saw this warnings when compile project and while svn updateing too. project1.lpr(21,1) Warning: crti.o not found, this will probably cause a linking failure project1.lpr(21,1) Warning: crtn.o not found, this will

Re: [Lazarus] visual component form guidelines

2013-10-29 Thread Mattias Gaertner
On Sat, 26 Oct 2013 12:44:59 -0700 BTree Computing Services btre...@gmail.com wrote: In the Lazarus GUI, when components are placed on a form, vertical and horizontal design guidelines are drawn to assist in aligning the component relative to other components. These lines are like 'laser

Re: [Lazarus] need info some warning

2013-10-29 Thread leledumbo
In project1.lpr file line 21 is end. In case of link time warning/error, no information related to source code that can be used for this. The location information available is the last tokens that the parser sees: end. /usr/bin/ld: warning: /opt/lazarus/link.res contains output sections; did

[Lazarus] Can't post on fpc-pascal mailing list

2013-10-29 Thread Krzysztof
Hi, Is there any FPC mailing list admin? I can't post on fpc-pascal mailing list. I get response that message can't be delivered. When I try to edit my account at http://lists.freepascal.org/mailman/listinfo/fpc-pascal/ I get authorization failed but when I try to subscribe I get error that i'm

Re: [Lazarus] Can't post on fpc-pascal mailing list

2013-10-29 Thread Krzysztof
Seems that I'm blocked from unknown reason. I'm not spamer! fpc-pas...@lists.freepascal.org: 193.224.143.26 does not like recipient. Remote host said: 554 Service unavailable; Client host [212.77.101.8] blocked using bl.spamcop.net; Blocked - see http://www.spamcop.net/bl.shtml?212.77.101.8 Giving

[Lazarus] Help: OS X Problems

2013-10-29 Thread Anthony Walter
Could someone look at screenshots of two problems I'm having on a new OS X system? I'm trying to configure it for trunk fpc and near trunk lazarus development. What's going on -- I installed Xcode with command line tools and used macports to install gdb. I installed fpc

Re: [Lazarus] Help: OS X Problems

2013-10-29 Thread Anthony Walter
I'd also like to add another note. When I attempt to run the example program which I've named 'hello' from finder (or from a terminal), a console window is displayed along with my simple form. The console has the text... macuser@macpc~/Development/projects/test/hello$ ./hello

Re: [Lazarus] Help: OS X Problems

2013-10-29 Thread Anthony Walter
Okay I figured out a few things. Maybe this will be helpful for other people. 1) The only controls which can receive keyboard focus on OS X carbon are text entry controls. If a form is designed with a button or other non text entry control with a tab order of 0, of if active control is set to a