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]>
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to