Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Mattias Gaertner
On Mon, 1 Sep 2008 14:15:44 +0100 Jonas Maebe <[EMAIL PROTECTED]> wrote: > > On 01 Sep 2008, at 13:58, Paul wrote: > > > /usr/local/bin/ppc386 > > it'wasn't listed in the dropdown box. Strange. I just tested with a new IDE and it found the /usr/local/bin/ppc386 automatically. > You can type

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Schindler Karl-Michael
Hi, I just want to let you know, that I am still active for a lazarus installation using fink. At least some of the problems Paul encounterd should be solved by this. "fink install lazarus" will resolve all dependencies for freepascal, the sources and libs like gdkpixbuf. It will also pu

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Mattias Gärtner
Zitat von Paul <[EMAIL PROTECTED]>: > Ok, > > placing it all in the /Developer/ folder seems more logical to me. > FPC should do the same imho (for Mac OS X). I don't know. I have to read Mac guide lines and see how similar projects solved it. > Are you writing this installer or is this a joint

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Paul
thanks Jonas, but this works only when you know were to find it. I can't find them with Finder and that's where I should find it. It's too irritating for me now, and therefore I need to learn Mac OS X first. I know myself, and if it gets too irritating, changes are that I will stop for good wit

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Jonas Maebe
On 01 Sep 2008, at 16:00, Paul wrote: but I give it up for the moment. I can't find any files at all, just downloaded fpcsrc, but I can't find it anywhere. What can you not find? The downloaded file, or the files it installed? The downloaded file is probably in the downloads folder in you

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Paul
Ok, but I give it up for the moment. I can't find any files at all, just downloaded fpcsrc, but I can't find it anywhere. Cant find it Mac help also. I need a book first ... So it's something for next week thanks, Paul - Original Message - From: "Jonas Maebe" <[EMAIL PROTECTED]> T

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Jonas Maebe
On 01 Sep 2008, at 15:32, Paul wrote: placing it all in the /Developer/ folder seems more logical to me. FPC should do the same imho (for Mac OS X). FPC is a unix command line application. Those belong under /usr/local/ (it's the reason of existence for that hierarchy). Putting it under /

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Paul
Ok, placing it all in the /Developer/ folder seems more logical to me. FPC should do the same imho (for Mac OS X). Are you writing this installer or is this a joint effort ? Paul - Original Message - From: "Mattias Gärtner" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent:

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Mattias Gärtner
Zitat von Paul <[EMAIL PROTECTED]>: > Ok Jonas, > > that solved at least a few items. > Lazarus is complaining about fpcsrc files, which I didn't install. > I installed FPC2.2.2 and Lazarus only. > So I guess I have to go and install the source now. FYI: I want to improve a few things in the laza

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Paul
Ok Jonas, that solved at least a few items. Lazarus is complaining about fpcsrc files, which I didn't install. I installed FPC2.2.2 and Lazarus only. So I guess I have to go and install the source now. thanks, Paul - Original Message - From: "Jonas Maebe" <[EMAIL PROTECTED]> To: "FPC

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Jonas Maebe
On 01 Sep 2008, at 13:58, Paul wrote: /usr/local/bin/ppc386 it'wasn't listed in the dropdown box. You can type it in. I don't know what exactly is listed in the default dropdown menu and why. I closed Lazarus (still open from yesterday) and now I can't find lazarus anymore. Type cmd-s

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Damien Gerard
Le Sep 1, 2008 à 2:58 PM, Paul a écrit : /usr/local/bin/ppc386 it'wasn't listed in the dropdown box. I closed Lazarus (still open from yesterday) and now I can't find lazarus anymore. I understood that I have to add the directories manually in a console application or terminal, a return to

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Paul
/usr/local/bin/ppc386 it'wasn't listed in the dropdown box. I closed Lazarus (still open from yesterday) and now I can't find lazarus anymore. I understood that I have to add the directories manually in a console application or terminal, a return to the DOS age. I need to get a book using OS X

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Jonas Maebe
On 31 Aug 2008, at 18:52, Paul wrote: Now I get "Free Pascal compiler not found" when Lazarus starts although it exists. Check the "Compiler path" in Environment->Environment Options. It should read something like /usr/local/bin/ppc386 Jonas _