[Lazarus] Can't compile Lazarus on Linux Mint 15

Sven Barth pascaldragon at googlemail.com
Thu Oct 24 07:10:17 CEST 2013


Am 24.10.2013 03:39 schrieb "silvioprog" <silvioprog at gmail.com>:
>
> 2013/10/23 Marco van de Voort <marcov at stack.nl>
>>
>> On Tue, Oct 15, 2013 at 01:52:44PM -0300, silvioprog wrote:
>> > I'm trying to compila Lazarus in Linux Mint 15 (
http://www.linuxmint.com/),
>> > but:
>>
>> Try adding
>>         -XLAcairo=cairo,cairo-gobject
>
>
> Sorry for my ignorance, but when I try:
>
> silvioprog at silvioprog-vm ~ $ cd lazarus/
> silvioprog at silvioprog-vm ~/lazarus $ make clean all
-XLAcairo=cairo,cairo-gobject

This passes the option to make (which dies nit understand what you want),
but you should pass it to the build process itself instead:

make clean all OPT="-XLAcairo=cairo,cairo-gobject"

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20131024/5fb8e45d/attachment-0003.html>


More information about the Lazarus mailing list