I´m trying to build the gmapd sample with buildg gmapd and having the folowing errors:
Compiling...
Harbour 3.0.0 (Rev. 16951)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'gmapd.prg' and generating preprocessed output to 'gmapd.ppo'...
Lines 3857, Functions/Procedures 2
Generating C source output to 'gmapd.c'... Done.
gmapd.o:gmapd.c:(.data+0x148): undefined reference to `HB_FUN_CURDRIVE'
.\..\lib/fivehgc.lib(ACTX.o):ACTX.CPP:(.text+0xe1b): undefined reference to `_Un
wind_Resume'
.\..\lib/fivehgc.lib(ACTX.o):ACTX.CPP:(.eh_frame+0x12): undefined reference to `
__gxx_personality_v0'
collect2: ld returned 1 exit status
* Link errors *
C:\FWH11.10\samples>
Curdrive() is easy to solve but I don´t know what to do about ACTX.o.