Salve a tutti, ho scaricato l'ultima versione del dev-c++ la 4.9.9.2 e le librerie allegro (4.20).


Intanto quando faccio partire il dev-c++ mi viene furoi questo errore, che si riferisce alle variabili d'ambiente ma non so proprio cosa andare a toccare!!! mi date un mano?




Poi tra i file unzippati delle librerie allegro c'è un file txt che spiega come installare le suddette librerie con il dev-c++, ma anche qui mi blocco dove dice questo :

codice:
   3. Add 'c:\DevCpp\bin' to the beginning of your PATH environment variable
      and set the environment variable MINGDIR to 'c:\DevCpp'. If you use
      Windows 9x, you can add the lines

         PATH=c:\DevCpp\bin;%PATH%
         set MINGDIR=c:\DevCpp

      to your 'c:\autoexec.bat' file and reboot. If you use Windows ME, you
      can run 'msconfig', select the 'Environment' tab, then modify PATH and
      add MINGDIR. If you use Windows NT/2k/XP, you can open the Control
      Panel, click the 'System' applet, the 'Advanced' tab and finally the
      'Environment' button, then modify PATH and add MINGDIR.


   Test the installation by typing the following on the command line:
   'gcc -v'. The answer should be similar to:

      Reading specs from ../lib/gcc-lib/mingw32/3.2/specs
      Configured with: ../gcc/configure --with-gcc --with-gnu-ld
      --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw
      --enable-threads --disable-nls --enable-languages=f77,c++,objc,ada
      --disable-win32-registry --disable-shared
      Thread model: win32
      gcc version 3.2 (mingw special 20020817-1)
Cosa devo fare?
grazie

ps. ho win xp sp2!