Guadagnini David пишет: > I have problem with build Lazarus from SVN 14178 > > If I try make clean all, from DOS console, appeare the followin error > messages: > > Compiling win32wsdialogs.pp > Fatal: Can't find unit CommDlg used by Win32WSDialogs > Fatal: Compilation aborted > make[3]: *** [interfaces.ppu] Error 1 > make[3]: Leaving directory `C:/lazarus/lcl/interfaces/win32' > make[2]: *** [win32_all] Error 2 > make[2]: Leaving directory `C:/lazarus/lcl/interfaces' > make[1]: *** [interfaces] Error 2 > make[1]: Leaving directory `C:/lazarus/lcl' > make: *** [lcl] Error 2 > > If I try the internal build appeare the following error: > > C:\lazarus\lcl\interfaces\win32\win32wsdialogs.pp(46,7) Fatal: Can't > find unit CommDlg used by Win32WSDialogs > > I use FPC 2.2.1 (last) and Windows XP Professional.
Seems your fpc 2.2.1 is not last or your paths in fpc.cfg are not correct. Please check - you should have packages\winunits-base\src\commdlg.pp Best regards, Paul Ishenin. _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
