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

Anthony Walter sysrpl at gmail.com
Mon Oct 21 05:26:05 CEST 2013


The problem was introduced with revision 25766. You can fix the problem
simply getting an earlier revision in a new folder and copy the older
revision cairo units over the trunk copies. Assuming you are one directory
above your fpc folder ...

svn co -r 25764
http://svn.freepascal.org/svn/fpc/trunk/packages/cairo/srccairofix
rm fpc/packages/cairo/src/*.pp
cp cairofix/*.pp fpc/packages/cairo/src/
rm -rf cairofix
cd fpc
make clean
make all

On Sun, Oct 20, 2013 at 2:33 PM, silvioprog <silvioprog at gmail.com> wrote:

> 2013/10/20 Reinier Olislagers <reinierolislagers at gmail.com>
> [...]
>
>> You could check if any of the solutions here
>> http://bugs.freepascal.org/view.php?id=25191
>> work for you and/or contribute a fix...
>
>
> Unfortunately I don't know how to fix this problem. :(
>
> But if someone has the same problem, and lost your environment that was
> working, here, I made a backup copy that Lazarus and Free Pascal works fine:
>
> https://www.dropbox.com/s/3z5r4rxeuws1hol/freepascal.tar.gz
>
> https://www.dropbox.com/s/6icvwp0qeilka9l/lazarus.tar.gz
>
> --
> Silvio Clécio
> My public projects - github.com/silvioprog
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20131020/d6a18afe/attachment-0003.html>


More information about the Lazarus mailing list