Zitat von Brad Campbell <[email protected]>:

[...]
The build falls over on the first lfm file with a relative path.

[...]
[29.463] Compiling resource ../units/powerpc-darwin/lazarus.or
[29.463] Calling resource compiler "/opt/cross/bin/fpcres" with "-o ../units/powerpc-darwin/lazarus.or -a powerpc -of mach-o -v "@../units/powerpc-darwin/lazarus.reslst"" as command line
[...]
Debug: parsing parameter '@../units/powerpc-darwin/lazarus.reslst'
[...]
Debug: parsing parameter '../units/powerpc-darwin/keymapshortcutdlg.lfm'
[...]
Debug: Trying to open file ../units/powerpc-dError: Can't open file '../units/powerpc-darwin/keymapshortcutdlg.lfm'
[30.622] Error while compiling resources
[...]

The paths are correct.
Just to make sure: The file units/powerpc-darwin/keymapshortcutdlg.lfm does not exist, right?

The lfm file is copied by the compiler when it compiles the keymapshortcutdlg.ppu.
Maybe the ppu file was already there, but the lfm was missing?
Can you check what happens when you delete keymapshortcutdlg.ppu and then compile? Does it copy the lfm to units/powerpc-darwin/keymapshortcutdlg.lfm?
If not you found a bug in the compiler.


Mattias




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

Reply via email to