2011/11/25 Guadagnini David <[email protected]>: > Dear, > > i can't compile lazarus ide or any projects. > > Preliminary operation > > 1) Download and istall Lazarus 0.9.3 (lazarus-0.9.30.2-fpc-2.4.4-win32.exe) > 2) with TortoiseSVN i have updated the files > > Now the problems: > > 1) If I start Lazarus receive this errors: > > Package: "FCL 1.0.1" > Unit: "XMLCfg" > Unit not founded: "XMLCfg" > > Package: "FCL 1.0.1" > Unit: "Menus" > Unit not founded: "Menus" > > Package: "FCL 1.0.1" > Unit: "Buttons" > Unit not founded: "Buttons" > > ... and many others > > > 2) If I execute make or make clean all I receive more than 1887 errors > similar to "Error makefile 3656: Command syntax error" > 3) If I try to compile Lazarus into IDE the build stop on unit > lclbasedowngrade with the message "Your project depends on LCLBase. Replace > the dependency with LCL in the project inspector." > 4) If I try to compile a new blank project I receive the same error of point > 3 > > Note: Into Project inspector i do not use LCLBase but only LCL > > Some ideas? ...and sorry for my very bad English
Hi David, Could you try to install FPC and Lazarus using this tutorial? http://wiki.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 Doesn't need to get and run the installer, just copy sources (and some "binutils" exe files) from SVN. I will change the tutorial to use FPC 2.5.1 (fixes_2_6) instead. Marcos Douglas -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
