У меня стоял Lazarus 1.2.4 под Ubuntu 14
Вчера решил обновиться до Ubuntu 15. После обновления при запуске Lazarus появилось сначала вот такое сообщение:
Welcome to Lazarus.
The IDE configuration found was previously used by another installation of Lazarus.
If you have two or more separate installations of Lazarus, they should not share the same configuration. This may lead to conflicts, and your Lazarus installations may become unusable.
If you have only one installation and copied or moved the Lazarus executable, then you may upgrade this configuration.
If you want to use two different Lazarus versions you must start the second Lazarus with the command line parameter primary-config-path or pcp.
For example:
/usr/share/lazarus/1.4.0/startlazarus --pcp=~/.lazarus_test
Choose:
* Update info: Use this configuration and update it for being used with this Lazarus in future. The old installation will no longer use this.
* Ignore: Use this configuration, but keep the warning. This may lead to conflicts with the other installation.
* Abort: Exit now. You can then fix the problem by starting this Lazarus with the correct configuration.
Additional information:
This configuration is at: /home/ivan/.lazarus
It belongs to the Lazarus installation at: /usr/lib/lazarus/1.2.4/lazarus-gtk2
The current IDE was started from: /usr/share/lazarus/1.4.0/lazarus
-------------------------------------------------------------------------------------------
Потом такое:
Welcome to Lazarus 1.4.0
There is already a configuration from version 1.2.4+dfsg2-1 in
/home/ivan/.lazarus
The old configuration will be upgraded.
If you want to use two different Lazarus versions you must start the second Lazarus with the command line parameter primary-config-path or pcp.
For example:
/usr/share/lazarus/1.4.0/startlazarus --pcp=~/.lazarus_test
-------------------------------------------------------------------------------------------
И наконец появился диалог Lazarus с сообщением о ненахождении компилятора:
There is no Free Pascal Compiler (e.g. fpc or ppc<cpu>) configured in the environment options. Codetools will not work properly.
Environment compiler: "/etc/fpc.cfg": unknown file name
-------------------------------------------------------------------------------------------
Пытался руками указывать путь (/usr/bin/fpс-2.6.4), но все то же.
Еще писал Compiler "/etc/fpc.cfg.bak" does not support target i386-linux
В итоге среда грузится, но не компилируется.
Пробовал скачать последние fpc и Lazarus с сайта, Lazarus 1.4 поставился, а fpc не захотел, выдал ошибку установки (не смог какой-то файл записать в нужную папку).
Может кто сталкивался с похожим, подскажите как решить проблему.
Заранее спасибо.