<div dir="ltr">Hello Lazarus community,<br><br>This is my first post to this mailing-list. Let me first <br>introduce myself: my name is Norbert Crettol, from Switzerland.<br><br>I'm a former Turbo Pascal user. My first version was <br>Turbo Pascal v.1.0 for CP/M (on Z80 processor). ;-) I've <br>not been doing any Pascal development for many years now.<br>I've no experience with Lazarus.<br><br>Now, my problem:<br><br>On a fresh Debian Jessie installation, I've installed <br>Lazarus and fpc (see the list of installed packages below).<br><br>Now, I'm trying to install a new package: lazdatadict. <br>I went to Package->Install/Uninstall Packages and moved<br>lazdatadict from "Available..." to "Installed" and <br>clicked on "Save and rebuild IDE". It compiles for a <br>while and then displays an error message:<br>-----------------------------------------------------<br>Unable to find file "staticpackages.inc".<br>If it belongs to your project, check search path in<br>Project -> Compiler Options -> Search Paths -> Other Unit Files.<br>If this file belongs to a package, check the appropriate package<br>compiler options. If this file belongs to Lazarus, make sure<br>compiling clean. If the file belongs to FPC then check fpc.cfg.<br>If unsure, check Project -> CompilerOptions -> Test<br>-----------------------------------------------------<br><br>I've checked the newly created ~/.lazarus folder and a file <br>called "staticpackages.inc" exists there. I've tried to add<br>/path/to/my/home/.lazarus in "Other Unit Files" as suggested <br>by the error message but this leads to other errors.<br><br>I'm lost. Is that an purely Debian error? I've googled a little<br>but found nothing satisfying.<br><br>Here are some data from Lazarus:<br>================================<br>Lazarus version: 1.2.4+dfsg2-1<br>Lazarus svn revision: 43696<br>Lazarus build date: 2015/02/17<br>Lazarus was compiled for x86_64-linux<br>Lazarus was compiled with fpc 2.6.4<br><br>Here is a list of installed packages:<br>=====================================<br>~$ dpkg -l | grep lazarus<br>ii  lazarus                                  <br>ii  lazarus-1.2.4                            <br>ii  lazarus-doc-1.2.4                        <br>ii  lazarus-ide-1.2.4                        <br>ii  lazarus-ide-gtk2-1.2.4                   <br>ii  lazarus-ide-qt4                          <br>ii  lazarus-ide-qt4-1.2.4                    <br>ii  lazarus-src-1.2.4                        <br>~$ dpkg -l | grep fpc<br>ii  fpc                                      <br>ii  fpc-2.6.4                                <br>ii  fpc-source                               <br>ii  fpc-source-2.6.4                         <br>~$ dpkg -l | grep fp-<br>ii  fp-compiler                              <br>ii  fp-compiler-2.6.4                        <br>ii  fp-ide-2.6.4                             <br>ii  fp-units-base                            <br>ii  fp-units-base-2.6.4                      <br>ii  fp-units-db                              <br>ii  fp-units-db-2.6.4                        <br>ii  fp-units-fcl                             <br>ii  fp-units-fcl-2.6.4                       <br>ii  fp-units-fv-2.6.4                        <br>ii  fp-units-gfx                             <br>ii  fp-units-gfx-2.6.4                       <br>ii  fp-units-gnome1-2.6.4                    <br>ii  fp-units-gtk-2.6.4                       <br>ii  fp-units-gtk2                            <br>ii  fp-units-gtk2-2.6.4                      <br>ii  fp-units-math                            <br>ii  fp-units-math-2.6.4                      <br>ii  fp-units-misc                            <br>ii  fp-units-misc-2.6.4                      <br>ii  fp-units-multimedia-2.6.4                <br>ii  fp-units-net-2.6.4                       <br>ii  fp-units-rtl-2.6.4                       <br>ii  fp-utils                                 <br>ii  fp-utils-2.6.4                           <br><br>Can someone help?<br><br>Best regards<br>Norbert<br><br></div>