[fpc-pascal] Installing FPC 2.5.1 in Mac OS X

2011-04-15 Thread Felipe Monteiro de Carvalho
Hello, I am trying to install FPC 2.5.1 in Mac OS X. So I tryed this steps: 1 I have FPC 2.4.2 working fine 2 cd fpctrunk make clean make all sudo make install 3 In Lazarus set the new compiler to /usr/local/bin/fpc/2.5.1/ppc386 4 Build LCL-Cocoa (works fine) 5 Build a trivial LCL project,

Re: [fpc-pascal] Installing FPC 2.5.1 in Mac OS X

2011-04-15 Thread Jonas Maebe
On 15 Apr 2011, at 15:46, Felipe Monteiro de Carvalho wrote: 5 Build a trivial LCL project, I get somethink like this as an error: Cannot find Resource Compiler fpcres But it is in my path =o And does it work when you manually execute it? It's also in my path and compiling with FPC 2.5.1

Re: [fpc-pascal] Installing FPC 2.5.1 in Mac OS X

2011-04-15 Thread Felipe Monteiro de Carvalho
On Fri, Apr 15, 2011 at 4:11 PM, Jonas Maebe jonas.ma...@elis.ugent.be wrote: And does it work when you manually execute it? As in just typing: fpcres ? Yes, then it shows a help message -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist -

Re: [fpc-pascal] Installing FPC 2.5.1 in Mac OS X

2011-04-15 Thread Vincent Snijders
2011/4/15 Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com: On Fri, Apr 15, 2011 at 4:11 PM, Jonas Maebe jonas.ma...@elis.ugent.be wrote: And does it work when you manually execute it? As in just typing: fpcres ? IIRC, with -va or -vd, ppc386 shows the fpcres command line. Can

Re: [fpc-pascal] Installing FPC 2.5.1 in Mac OS X

2011-04-15 Thread Felipe Monteiro de Carvalho
Ok, very wierd now =D If I go to the command line and type: user-46-113-151-158:cocoa felipe$ /usr/local/lib/fpc/2.5.1/ppc386 -MObjFPC -Scghi -O1 -gl -k-framework -kCocoa -WG -vewnhi -l -Filib/i386-darwin -Fu../../lazarus/lcl/units/i386-darwin/cocoa -Fu../../lazarus/lcl/units/i386-darwin