Prev   Menu  Next

Troubleshootings



Extype -105
This means Virtual Stack size too large.
Decrease Virtual Stack Size on the SetUp-Options menu.

Can't find unit fileutil
When you see this error, modify Lazarus Path on the SetUp menu.
Folders such as components and units are put on the folder that the Lazarus Path directs.
That may as follows on Linux.
/usr/lib/lazarus/
or
/usr/share/lazarus/1.0

Can't find unit other than fileutil
FPC or Lazarus may be not installed correcty.

Error while linking
Some packages are lacking.
Try installing "libgtk2-dev" or so, or re-istall fpc.

NoName.err not found
Confirm that fpc has been properly installed, especially fpc.cfg is located in /etc, otherwise revise "fpc.exe path" on the "path" dialog in the "set up" menu. It is ordinarily "/usr/bin".