> In function `GDBINT$_$TGDBINTERFACE_$__$$_GDB__INIT':
> gdbint.pp:(.text+0xfde): undefined reference to
> `deprecated_create_breakpoint_hook'
> /data2/sources/subversion/fpc/packages/gdbint/units/x86_64-linux/gdbint.o:
> In function `GDBINT$_$TGDBINTERFACE_$__$$_GDB_DONE':
> gdbint.pp:(.text+0x10
Sven Barth wrote:
This seems to be related to building the textmode IDE.
If you don't need the textmode IDE you can try the following workaround:
Open the "Makefile" in the base directory and search for "IDE=1". Remove
the "1" so that it reads "IDE=". Save the file and try again. This
should s
brian wrote:
I assume there's an expectation that the sources downloaded from trunk
should compile on all platforms?
I've just updated to 19505, and attempting to build on Linux Mint 9
64-bit causes a few problems.
The first problem I see is that there are actually two makefiles in the
fpc
Am 18.10.2011 12:06, schrieb brian:
The first problem I see is that there are actually two makefiles in the
fpc directory, Makefile dated 31st Aug 2011 and Makefile.fpc dated 13th
Aug 2011.
This is normal. The "Makefile.fpc" basically contain the important parts
of the makefile (which units ar