Hi all,

Compiling current Harbour with DJGPP (using Windows Vista Ultimate) , i
am getting the errors below:

---------- begin ----------

D:\djgpp>set DJGPP=D:\DJGPP\DJGPP.ENV

D:\djgpp>set PATH=D:\DJGPP\BIN;%PATH%

D:\djgpp>cd /hrbdjgpp

D:\hrbdjgpp>set HB_ARCHITECTURE=dos

D:\hrbdjgpp>set HB_COMPILER=djgpp

D:\hrbdjgpp>set HB_GT_LIB=gtdos

D:\hrbdjgpp>set HB_BIN_INSTALL=d:\hrbdjgpp\bin

D:\hrbdjgpp>set HB_LIB_INSTALL=d:\hrbdjgpp\lib

D:\hrbdjgpp>set HB_INC_INSTALL=d:\hrbdjgpp\include

D:\hrbdjgpp>make_gnu.bat
Extended Error 183

Extended Error 183

Extended Error 183

Extended Error 183

Extended Error 183

Extended Error 183

Extended Error 183

Extended Error 183

Extended Error 183

Extended Error 183

Extended Error 183

Extended Error 183

File not found - ..\..\
File not found - ..\..\
gcc.exe: harboury.c: No such file or directory (ENOENT)
gcc.exe: no input files
make.exe[3]: *** [harboury.o] Error 1
make.exe[2]: *** [descend] Error 2
make.exe[1]: *** [first] Error 2
make.exe: *** [first] Error 2

D:\hrbdjgpp>

---------- end ----------

---------- content of the file make_gnu.log ----------

d:\djgpp\bin\make.exe -C doc first
make.exe[1]: Entering directory `d:/hrbdjgpp/doc'
d:\djgpp\bin\make.exe -C en first
make.exe[2]: Entering directory `d:/hrbdjgpp/doc/en'
make.exe[2]: Nothing to be done for `first'.
make.exe[2]: Leaving directory `d:/hrbdjgpp/doc/en'
d:\djgpp\bin\make.exe -C es first
make.exe[2]: Entering directory `d:/hrbdjgpp/doc/es'
make.exe[2]: Nothing to be done for `first'.
make.exe[2]: Leaving directory `d:/hrbdjgpp/doc/es'
make.exe[1]: Leaving directory `d:/hrbdjgpp/doc'
d:\djgpp\bin\make.exe -C include first
make.exe[1]: Entering directory `d:/hrbdjgpp/include'
make.exe[1]: Nothing to be done for `first'.
make.exe[1]: Leaving directory `d:/hrbdjgpp/include'
d:\djgpp\bin\make.exe -C source first
make.exe[1]: Entering directory `d:/hrbdjgpp/source'
d:\djgpp\bin\make.exe -C common first
make.exe[2]: Entering directory `d:/hrbdjgpp/source/common'

D:\HRBDJGPP\SOURCE\COMMON>if not exist dos\nul md dos
D:\HRBDJGPP\SOURCE\COMMON>if not exist dos\djgpp\nul md dos\djgpp
D:\HRBDJGPP\SOURCE\COMMON>if not exist ..\..\lib\dos\nul md ..\..\lib\dos
D:\HRBDJGPP\SOURCE\COMMON>if not exist ..\..\lib\dos\djgpp\nul md
...\..\lib\dos\djgppmake.exe[3]: Entering directory
`d:/hrbdjgpp/source/common/DOS/DJGPP'
make.exe[3]: `../../../../lib/dos/djgpp/libhbcommon.a' is up to date.
make.exe[3]: Leaving directory `d:/hrbdjgpp/source/common/DOS/DJGPP'
make.exe[2]: Leaving directory `d:/hrbdjgpp/source/common'
d:\djgpp\bin\make.exe -C pp first
make.exe[2]: Entering directory `d:/hrbdjgpp/source/pp'

D:\HRBDJGPP\SOURCE\PP>if not exist dos\nul md dos
D:\HRBDJGPP\SOURCE\PP>if not exist dos\djgpp\nul md dos\djgpp
D:\HRBDJGPP\SOURCE\PP>if not exist ..\..\lib\dos\nul md ..\..\lib\dos
D:\HRBDJGPP\SOURCE\PP>if not exist ..\..\lib\dos\djgpp\nul md
...\..\lib\dos\djgppmake.exe[3]: Entering directory
`d:/hrbdjgpp/source/pp/DOS/DJGPP'
make.exe[3]: `../../../../lib/dos/djgpp/libhbpp.a' is up to date.
make.exe[3]: Leaving directory `d:/hrbdjgpp/source/pp/DOS/DJGPP'
make.exe[2]: Leaving directory `d:/hrbdjgpp/source/pp'
d:\djgpp\bin\make.exe -C compiler first
make.exe[2]: Entering directory `d:/hrbdjgpp/source/compiler'

D:\HRBDJGPP\SOURCE\COMPILER>if not exist dos\nul md dos
D:\HRBDJGPP\SOURCE\COMPILER>if not exist dos\djgpp\nul md dos\djgpp
D:\HRBDJGPP\SOURCE\COMPILER>if not exist ..\..\lib\dos\nul md ..\..\lib\dos
D:\HRBDJGPP\SOURCE\COMPILER>if not exist ..\..\lib\dos\djgpp\nul md
...\..\lib\dos\djgppmake.exe[3]: Entering directory
`d:/hrbdjgpp/source/compiler/DOS/DJGPP'
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
gcc -I. -I../../../../include -Wall -W  -c harboury.c -oharboury.o
make.exe[3]: Leaving directory `d:/hrbdjgpp/source/compiler/DOS/DJGPP'
make.exe[2]: Leaving directory `d:/hrbdjgpp/source/compiler'
make.exe[1]: Leaving directory `d:/hrbdjgpp/source'

---------- end of the file make_gnu.log ----------

In the folder d:\hrbdjgpp\lib\dos\djgpp, i see the files:

libhbcommon.a (68 kb)
libhbpp.a (324 kb)

Any help will be appreciated.



Regards,
Marcos Antonio Gambeta
marcosgambeta at gmail dot com



_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to