On Wed, 04 Mar 2009, Mitja Podgornik wrote: Hi,
> No change, the error persists. > When running 'make_gnu install' on xp/bcc32 platform the make aborts at: > mingw32-make.exe[3]: Entering directory `D:/Harbour/utils/hbtest/win/bcc' > bcc32.exe -4 -O2 -OS -Ov -Oi -Oc -q -d -Q -w -w-sig- -tWM -ehbtest.exe ... > ... > Error: Unresolved external '_HB_FUN_HB_SYMBOL_UNUSED' referenced from > D:\HARBOUR\LIB\WIN\BCC\HBRTL.LIB|tbcolumn HB_SYMBOL_UNUSED() is defined inside std.ch I can only guess that you have some local std.ch replacement which is used instead of the original Harbour version when you recompile Harbour code. It may happen if you have HARBOUR or CLIPPER environment variable with /u switch, f.e.: SET CLIPPER=/umystd.ch check your environment for HARBOUR, CLIPPER, HB_USER_PRGFLAGS and clean it. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
