Hi all, I am compiling current xHarbour with DJGPP.
Bison from DJGPP don“t work. I am using Bison 2.1 (from GnuWin32 project). set HB_ARCHITECTURE=dos set HB_COMPILER=djgpp set HB_GT_LIB=gtdos set HB_BIN_INSTALL=d:\xhbdjgpp\bin set HB_LIB_INSTALL=d:\xhbdjgpp\lib set HB_INC_INSTALL=d:\xhbdjgpp\include make_gnu.bat ../../inkey.c: In function 'HB_FUN___KEYBOARD': ../../inkey.c:228: warning: pointer targets in passing argument 1 of 'hb_inkeySe tText' differ in signedness ../../math.c: In function 'hb_matherrblock': ../../math.c:548: warning: the address of 'Handled' will never be NULL ../../pcre_compile.c:1326: warning: unused parameter 'utf8' ../../pcre_compile.c:1427: warning: unused parameter 'utf8' ../../pcre_compile.c:2011: warning: unused parameter 'utf8_char' ../../pcre_ord2utf8.c:68: warning: unused parameter 'cvalue' ../../pcre_ord2utf8.c:68: warning: unused parameter 'buffer' ../../pcre_valid_utf8.c:80: warning: unused parameter 'string' ../../pcre_valid_utf8.c:80: warning: unused parameter 'length' ../../gtpca.c: In function 'hb_gt_pca_Init': ../../gtpca.c:508: error: storage size of 'win' isn't known ../../gtpca.c:510: error: 'TIOCGWINSZ' undeclared (first use in this function) ../../gtpca.c:510: error: (Each undeclared identifier is reported only once ../../gtpca.c:510: error: for each function it appears in.) ../../gtpca.c:508: warning: unused variable 'win' make.exe[4]: *** [gtpca.o] Error 1 make.exe[3]: *** [descend] Error 2 make.exe[2]: *** [first] Error 2 make.exe[1]: *** [first] Error 2 make.exe: *** [first] Error 2 The compilation stop with the error in gtpca. Harbour have the same problem. This is the first time i try to compile xHarbour with DJGPP. Regards, Marcos Gambeta marcosgambeta at gmail dot com ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

