Le mardi 22 avril 2008 à 13:10 -0300, Waldo Cancino a écrit : > Package: lazarus > Version: 0.9.24-0-7 > Severity: normal > > --- Please enter the report below this line. --- > > After lazarus packages were divided in several subpackages, I'm not able to > > re-compile the IDE for the QT4 interface (any interface, does not matter). > > Konsole displays the following errors: > > TExternalToolList.Run] CmdLine="/usr/bin/make clean all -w" > WorkDir="/usr/lib/lazarus/components/synedit" > make: Entering directory `/usr/lib/lazarus/components/synedit' > Makefile:171: *** The Makefile doesn't support target i386-linux, please run > fpcmake first. Stop. > make: Leaving directory `/usr/lib/lazarus/components/synedit' > TExternalToolList.Run Exception: there was an error > TMainIDE.DoBuildLazarus: Build Lazarus without linking failed. > > Moreover, I'm unable to build any application in lazarus. > > Thanks in advance. > > Waldo Cancino > > > --- System information. --- > Architecture: i386 > Kernel: Linux 2.6.23-1-686 > > Debian Release: lenny/sid > 500 unstable packages.kirya.net > 500 unstable http.us.debian.org > 500 unstable ftp.br.debian.org > 500 unstable debian-mirrors.sdinet.de > 500 stable security.debian.org > 500 stable dl.google.com > > --- Package information. --- > Depends (Version) | Installed > ==========================-+-=========== > lazarus-ide | 0.9.24-0-7 > lazarus-src | 0.9.24-0-7 > lazarus-doc | 0.9.24-0-7 >
Could you please provide the FPC version you are using? The issue with make files seems to be that the make files shipped in lazarus-src were not created for i386 architecture. This is because during the construction of lazarus-src the fpcmake was called without -Tall parameter. This should be fixe in next upload.