On Sun, 30 Mar 2008, Marcos Antonio Gambeta wrote:
> "Extended Error 183" don“t stop the compilation. The first real problem is:

Yes but it can signal the source of problem.

> C:\WINDOWS\SYSTEM32\COMMAND.COM /Ccopy ..\..\harbour.yyc harboury.c
>      0 file(s) copied
> C:\WINDOWS\SYSTEM32\COMMAND.COM /Ccopy ..\..\harbour.yyh harboury.h
>      0 file(s) copied
> To resolve, i copied the files manually:
> copy source\compiler\harbour.yyc source\compiler\dos\djgpp\harboury.c
> copy source\compiler\harbour.yyh source\compiler\dos\djgpp\harboury.h

strange, it should work. At least it works for me but I'm using
real DOS (in DOSEMU) at my Linux system.
The whole DJGPP build can be done cleanly without any problems.

> 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

Your DJGPP version does not support console IO.
What version do you use?
I can add workaround for such versions.

> Bug to be fixed ? Or a local problem ?

For me everything works fine. So it's bound with your local installation
though it may be wider problem, f.e. in some MS-Windows versions so if
we can locate it and resolve then it may help some users.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to