Marcos,
The next error is:
.../../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
Bug to be fixed ? Or a local problem ?
Goto <djgpp_dir>/iclude/sys, open a file ioctl.h
with your favorite editor, find the following lines :
#if 0
/*
** UNIX stuff
**
** This is subject to major changes in the near future.
** Do not use it yet.
*/
and change them to
#if 1
/*
** UNIX stuff
**
** This is subject to major changes in the near future.
** Do not use it yet.
*/
(you have to change only one line :))
--
Marek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour