Dear all, Turns out it was caused by having GnuWin32\bin in the path on my Windows machine. I use it to get many of the "unix tools" in windows. Maybe it has an .exe that the Harbour build relies on and is using that instead, and causing this error. (it is not gcc.exe, at least).
But maybe it is still finding a possible bug in gttrm.c that is otherwise overlooked... ? On Wed, May 5, 2010 at 1:33 PM, smu johnson <[email protected]> wrote: > I am getting this compile error on Harbour rev 14429, using cmd: win-make > HB_BUILD_UNICODE=no install > > gcc -I. -I../../../../../../include -W -Wall -O3 -fomit-frame-pointer > -march=i > 586 -mtune=pentiumpro -DHB_LEGACY_TYPES_OFF -ogttrm.o -c ../../../gttrm.c > ../../../gttrm.c: In function 'get_inch': > ../../../gttrm.c:1186: error: storage size of 'tv' isn't known > ../../../gttrm.c:1188: error: 'fd_set' undeclared (first use in this > function) > ../../../gttrm.c:1188: error: (Each undeclared identifier is reported only > once > ../../../gttrm.c:1188: error: for each function it appears in.) > ../../../gttrm.c:1188: error: expected ';' before 'rfds' > ../../../gttrm.c:1204: warning: implicit declaration of function 'FD_ZERO' > ../../../gttrm.c:1204: error: 'rfds' undeclared (first use in this > function) > ../../../gttrm.c:1205: error: 'wfds' undeclared (first use in this > function) > ../../../gttrm.c:1213: warning: implicit declaration of function 'FD_SET' > ../../../gttrm.c:1228: warning: implicit declaration of function 'select' > ../../../gttrm.c:1232: warning: implicit declaration of function 'FD_ISSET' > ../../../gttrm.c:1186: warning: unused variable 'tv' > ../../../gttrm.c: In function 'hb_gt_trm_AnsiGetCursorPos': > ../../../gttrm.c:1920: warning: unused variable 'iTODO' > win-make[4]: *** [gttrm.o] Error 1 > win-make[3]: *** [descend] Error 2 > win-make[2]: *** [gttrm.inst] Error 2 > win-make[1]: *** [rtl.inst] Error 2 > win-make: *** [src.inst] Error 2 > > -- > smu johnson <[email protected]> > > -- smu johnson <[email protected]>
_______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
