Closed gcarreno closed 3 years ago
After reading Lazarus Resources: Checking you have windres I now know that I don't need to
$ sudo ln -s i686-w64-mingw32-windres windres
I only have to install the package I mentioned and then mess with fpc.cfg
, YAY!!
Closed by 7537c42 and c751c9e
Hey Werner(@wp-xyz),
Compile error under 2.0.10
As of
Lazarus stable is complaining:
The new corona_resources.rc
Lazarus uses
windres
to compile the*.rc
files. I foundi686-w64-mingw32-windres
on Ubuntu packagebinutils-mingw-w64-i686
. I installed it and then had to do aln -s i686-w64-mingw32-windres windres
for lazbuild trunk to compile with success.I think we should consider
.lrs
. It's the same thing and, to be honest, no external dependencies in terms of resource compiler because Lazarus has all the tools to manipulate*.lrs
.Just my 2¢s
EDIT: have a look at Lazarus resources
Cheers, Gus