In our previous episode, Jonas Maebe said:
> This is the pre-release for GDB 7.1

For the interested, I did a win32-mingw build:

http://www.stack.nl/~marcov/gdb7090.zip (6MB since unstripped)

I tried to build the IDE with libgdb, and it seems some deprecated symbols
were removed:

C:\repo\fpc\packages\gdbint\units\i386-win32\gdbint.o: In function
`GDBINT_finalize_implicit':
C:/repo/fpc/packages/gdbint/src/gdbint.pp:(.text.n_gdbint_tgdbinterface_$__gdb__init+0x20):
undefined reference to `deprecated_create_breakpoint_hook'
C:/repo/fpc/packages/gdbint/src/gdbint.pp:(.text.n_gdbint_tgdbinterface_$__gdb_done+0x20):
undefined reference to `deprecated_create_breakpoint_hook'
C:/repo/fpc/packages/gdbint/src/gdbint.pp:(.text.n_gdbint_initlibgdb+0x96):
undefined reference to `error_init'

so the IDE doesn't build.
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to