Hi there,
I am absolute clueless how to use Lazarus under Linux (Debian testing)
After a fresh install of Lazarus, freepascal, the Lazarus and freepascal sources I start the ide which comes up with a new Application with an empty form.
When I now click "start" I get an error: Fatal: Can't find unit contnrs used by Masks
I would have expected that an IDE could compile an empty project without doing magic tricks. What's going wrong here?
I found contnrs.ppu in the following places on my PC:
/usr/lib/fpc/2.2.2/units/i386-linux/fcl-base/contnrs.ppu
/usr/lib/fpc/2.2.2/units/i386-win32/fcl-base/contnrs.ppu
/usr/share/fpcsrc/2.2.2/packages/fcl-base/src/contnrs.ppu
Which one should I take. I could put the i386-linux one into the include path. But what if I would like to compile the program for Windows?
I think there should be a kind of automagic depending on the target of the project, shouldn't it?
I get the same error when trying to create lazarus itself (I would like to have the gtk2 or qt interface)
Any ideas?
Some fatcs:
For the installation of Lazarus I created a own local repository where I dumped every lazarus and fpc DEBs found on sourceforge (including the sources) and installed that with aptitude.
I find it a bit strange that after so many years of development even the simples things doesn't seem to work.
Or am I just missing something?