Hello,
Ok, I managed to fix my problem:
user-46-113-147-187:carbon felipe$ cd /usr/local/lib/fpc/2.5.1/
user-46-113-147-187:2.5.1 felipe$ which fpcres
/usr/local/bin/fpcres
user-46-113-147-187:2.5.1 felipe$ sudo ln -s /usr/local/bin/fpcres fpcres
--
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
-Fu../.
2011/4/15 Felipe Monteiro de Carvalho :
> On Fri, Apr 15, 2011 at 4:11 PM, Jonas Maebe
> 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 you use that?
Vincent
On Fri, Apr 15, 2011 at 4:11 PM, Jonas Maebe 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 - fpc-pascal@lists.freepascal.
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
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 proje