Il 18/04/2012 9.38, Sven Barth ha scritto:
Am 18.04.2012 09:32, schrieb Mattias Gaertner:
On Tue, 22 Nov 2011 06:20:39 +0800
Paul Ishenin<[email protected]> wrote:

21.11.11 21:38, Mattias Gaertner wrote:
> At the same time when you compile from the console you can read the
> error message.

Maybe the IDE stops reading the output on error and forgets to read the
rest.

Maybe the compiler shuts down, before the IDE can read everything.

Is it possible to simulate the bug?

Add {$R *.res} to the project file twice.

It shows

Compiling resource /path/test/lib/x86_64-linux/project1.or
project1.lpr(19,1) Error: Error while compiling resources

Is there some way to get some more information from the resource
compiler?

fpcres itself supports a "--verbose" command, but the compiler doesn't pass this
to the tool. So you'd need to have a wrapper application/script which passes
that parameter as well.

Hello. IIRC, passing -v to the compiler also passes --verbose to fpcres, so a
verbose fpc implies that fpcres is verbose too :)

Giulio

Regards,
Sven


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to