On 30/07/2012 14:22, Reinier Olislagers wrote:
I have no gdb.exe in my svn checkout and therefore suppose the build
directory in question is generated in another way... from some sort of
source directory.
http://svn.freepascal.org/svn/lazarus/binaries

you can use the tortoise svn repro browser, and start at
http://svn.freepascal.org/svn/lazarus

So changing lines 110-111:
:: copy gdb into build dir
if exist %GDBDIR% %SVN% export %GDBDIR% %BUILDDIR%\mingw
into
:: copy gdb below the build dir for the proper os/cpu combination
if exist %GDBDIR% %SVN% export %GDBDIR% %BUILDDIR%\mingw\%FPCFULLTARGET%\
yes


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to