Re: [fpc-pascal] FPC 2.2.1 on Mac OS X

2008-05-23 Thread Mattias Gärtner
Zitat von Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>: > On Fri, May 23, 2008 at 9:59 AM, Mattias Gärtner > <[EMAIL PROTECTED]> wrote: > > It will change, as soon it works 'better'. > > Sure, but what does better mean? Better then what? Is there any real > alternative at the moment to the Carb

Re: [fpc-pascal] FPC 2.2.1 on Mac OS X

2008-05-23 Thread Damien Gerard
Le May 23, 2008 à 3:19 PM, Felipe Monteiro de Carvalho a écrit : On Fri, May 23, 2008 at 9:59 AM, Mattias Gärtner <[EMAIL PROTECTED]> wrote: It will change, as soon it works 'better'. Sure, but what does better mean? Better then what? Is there any real alternative at the moment to the Carbon

Re: [fpc-pascal] FPC 2.2.1 on Mac OS X

2008-05-23 Thread Felipe Monteiro de Carvalho
On Fri, May 23, 2008 at 9:59 AM, Mattias Gärtner <[EMAIL PROTECTED]> wrote: > It will change, as soon it works 'better'. Sure, but what does better mean? Better then what? Is there any real alternative at the moment to the Carbon IDE? Have you ever worked with the Gtk IDE under Mac OS X? The inst

Re: [fpc-pascal] FPC 2.2.1 on Mac OS X

2008-05-23 Thread Mattias Gärtner
Zitat von Vincent Snijders <[EMAIL PROTECTED]>: > Felipe Monteiro de Carvalho schreef: > > On Fri, May 23, 2008 at 8:49 AM, Bent Normann Olsen <[EMAIL PROTECTED]> > wrote: > >> I just tried to install fpc 2.2.1 and clean/build Lazarus, but it says > (many > >> lines skipped): > >> > >> ... > >>

Re: [fpc-pascal] FPC 2.2.1 on Mac OS X

2008-05-23 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On Fri, May 23, 2008 at 8:49 AM, Bent Normann Olsen <[EMAIL PROTECTED]> wrote: I just tried to install fpc 2.2.1 and clean/build Lazarus, but it says (many lines skipped): ... Linking ./hello /usr/bin/ld: can't locate file for: -lglib-1.2.0 You are buil

Re: [fpc-pascal] FPC 2.2.1 on Mac OS X

2008-05-23 Thread Felipe Monteiro de Carvalho
On Fri, May 23, 2008 at 8:49 AM, Bent Normann Olsen <[EMAIL PROTECTED]> wrote: > I just tried to install fpc 2.2.1 and clean/build Lazarus, but it says (many > lines skipped): > > ... > Linking ./hello > /usr/bin/ld: can't locate file for: -lglib-1.2.0 You are building Lazarus for Gtk 1. I reco

RE: [fpc-pascal] FPC 2.2.1 on Mac OS X

2008-05-23 Thread Bent Normann Olsen
Yes, I have /sw/lib/libglib-1.2.0.dylib I will take a look at the wiki on installing Lazarus. Thanks, Normann -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Snijders Sent: 23. maj 2008 13:58 To: FPC-Pascal users discussions Subject: Re: [fpc-pas

Re: [fpc-pascal] FPC 2.2.1 on Mac OS X

2008-05-23 Thread Vincent Snijders
Bent Normann Olsen schreef: Hi, I have Lazarus 0.9.25 beta on Intel Mac OS X (2008-04-29), installed with fpcsrc 2.2.0 (2008-04-29) and fpc 2.2.0 (2008-04-29). On bugtracker I read there are problems with fpc 2.2.0 on Mac OS X and case sensitivity of filenames. And therefore I cannot use an unp

[fpc-pascal] FPC 2.2.1 on Mac OS X

2008-05-23 Thread Bent Normann Olsen
Hi, I have Lazarus 0.9.25 beta on Intel Mac OS X (2008-04-29), installed with fpcsrc 2.2.0 (2008-04-29) and fpc 2.2.0 (2008-04-29). On bugtracker I read there are problems with fpc 2.2.0 on Mac OS X and case sensitivity of filenames. And therefore I cannot use an unpatched fpc 2.2.0 and need to u

[fpc-pascal] Frank Putnam is out of the office.

2008-05-23 Thread Frank_Putnam
I will be out of the office starting 05/23/2008 and will not return until 05/27/2008. I will respond to your message when I return. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] TList.SetCount patch

2008-05-23 Thread Michael Van Canneyt
On Thu, 22 May 2008, Joao Morais wrote: > > Hello, > > the following patch fixes a memory leakage for lists with owned objects. > (patch against fixes_2_2, sorry, at least it is an one file patch and very > small) > Applied to trunk and merged to fixes_2_2. Thank you very much. Michael. __