Still the same problem.
-------------------------------------------------- From: "Martin Friebe" <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2008 1:17 PM To: "General mailing list" <[email protected]> Subject: Re: [Lazarus] unable to rebuild lazarus > Hi Bob, > > Lazarus use GDB (from the mingw project) for windows. Unfortunately I > have not yet found a realty bug-free version of GDB. > > I would advice to: > a) use the "reset debugger" entry from the "run" menu. (especially if > you get error msgs running an app the 2nd time) > b) Check with the task manager for any gdb processes, that are left > over. (That could also have cause your files to be locked) > > > > Best Regards > Martin > > > > Bob K. wrote: >> Mattais, >> >> I deleted the exe file, then selected Run. The project recompiled >> successfully, but now it says (debugging...) and is not doing anything >> else. >> >> bob k. >> >> -------------------------------------------------- >> From: "Mattias Gaertner" <[EMAIL PROTECTED]> >> Sent: Saturday, July 26, 2008 1:46 PM >> To: <[email protected]> >> Subject: Re: [Lazarus] unable to rebuild lazarus >> >> >>> On Sat, 26 Jul 2008 13:21:55 -0400 >>> "Bob K." <[EMAIL PROTECTED]> wrote: >>> >>> >>>> Compiled with -vu -vt options: >>>> >>>> rakphoto.pas(53,61) Hint: Parameter "Field" not used >>>> rakphoto.pas(54,7) Hint: Parameter "AFont" not used >>>> rakphoto.pas(54,25) Hint: Parameter "Background" not used >>>> rakphoto.pas(54,49) Hint: Parameter "SortMarker" not used >>>> rakphoto.pas(55,7) Hint: Parameter "IsDown" not used >>>> rakphoto.pas(10,11) Hint: Unit "rxlookup" not used in rakphoto >>>> rakphoto.pas(10,21) Hint: Unit "rxdbcomb" not used in rakphoto >>>> rakphoto.pas(10,30) Hint: Unit "rxmemds" not used in rakphoto >>>> rakphotography.lpr(17,1) Error: Can't create object file: >>>> rakphotography.exe >>>> rakphotography.lpr(17,1) Fatal: Can't create >>>> executable rakphotography.exe >>>> >>> Sorry. You misunderstood me. >>> To find the error 'unit interfaces not found' you should compile with >>> -vt -vu. >>> >>> The can not create object files means for example: disk full, no write >>> permissions, output directory does not exist or output file is locked. >>> Delete the old exe before compiling. >>> >>> Mattias >>> _______________________________________________ >>> Lazarus mailing list >>> [email protected] >>> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus >>> >> >> >> _______________________________________________ >> Lazarus mailing list >> [email protected] >> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus >> > _______________________________________________ > Lazarus mailing list > [email protected] > http://www.lazarus.freepascal.org/mailman/listinfo/lazarus _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
