Recent

Author Topic: Lazarus & Debugger oops etc  (Read 86044 times)

skalogryz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2770
    • havefunsoft.com
Re: Lazarus & Debugger oops etc
« Reply #75 on: June 05, 2010, 01:20:00 am »
Hi, I have read everything, try svn ver of Lazarus and when I try Run "Hello world" app I have Error: resource compiler "fpcres" not found, switching to external mode
What I did wrong?
nothing.
Check out if you have a symbolic link to fpcres utility in /usr/bin.
if you don't you need to create one
Code: [Select]
cd /usr/bin
sudo ln -s path_to_fpcres
you've installed fpc from .dmg file, path_to_fpcres is probably "/usr/local/bin/fpcres".

if your fpc version is less than 2.4.0 you need to update fpc.

BoB1990

  • Newbie
  • Posts: 2
Re: Lazarus & Debugger oops etc
« Reply #76 on: June 05, 2010, 10:08:01 am »
Hi, I have read everything, try svn ver of Lazarus and when I try Run "Hello world" app I have Error: resource compiler "fpcres" not found, switching to external mode
What I did wrong?
nothing.
Check out if you have a symbolic link to fpcres utility in /usr/bin.
if you don't you need to create one
Code: [Select]
cd /usr/bin
sudo ln -s path_to_fpcres
you've installed fpc from .dmg file, path_to_fpcres is probably "/usr/local/bin/fpcres".

if your fpc version is less than 2.4.0 you need to update fpc.
Now I have =]
Thank you very much, skalogryz, now everything works fine ;)

 

TinyPortal © 2005-2018