Estou com dificuldade em gerar o Harbour 3.2 com o BCC 5.82. Fiz o download dos fontes do HB32 direto do Github. Fiz as configurações recomendadas, da seguinte forma:
Os fontes do HB32, eu coloquei na pasta C:\CORE
Criei uma pasta C:\HARBOUR, para armazenar e gerar o HB32
O BCC está na pasta C:\BCC582
Arquivo .BAT, para configurar ambiente:
Código: Selecionar todos
SET PATH=%PATH%C:\BCC582\BIN;C:\BCC582\LIB;C:\BCC582\INCLUDE;C:\harbour;C:\harbour\bin;C:\harbour\lib;C:\harbour\include;
SET INCLUDE=%INCLUDE%;C:\Bcc582\include;C:\Harbour\include
SET LIB=%LIB%;C:\Bcc582\lib;C:\Harbour\lib
SET OBJ=%OBJ%;C:\Bcc582\lib;C:\Harbour\OBJ
SET HB_PATH=C:\HARBOUR
SET HB_ARCHITECTURE=w32
SET HB_COMPILER=bcc32
SET HB_INSTALL_PREFIX=C:\HARBOUR
Código: Selecionar todos
! Building Harbour 3.2.0dev from source - http://harbour-project.org
! MAKE: WIN-MAKE 4.1 sh.exe
! HB_INSTALL_PREFIX: C:\HARBOUR
! HB_HOST_PLAT: win (x86) HB_SHELL: nt
! HB_PLATFORM: win (x86) (autodetected)
! HB_COMPILER: bcc32
! Component: 'zlib' found in C:/HARBOUR/src/3rd/zlib (local)
! Component: 'pcre' found in C:/HARBOUR/src/3rd/pcre (local)
! Component: 'gpm' not supported on win platform
! Component: 'slang' not found. Configure with HB_WITH_SLANG.
! Component: 'curses' not found. Configure with HB_WITH_CURSES.
! Component: 'x11' not found. Configure with HB_WITH_X11.
! Component: 'wattcp/watt-32' not supported on win platform
WIN-MAKE[1]: Nothing to be done for 'all'.
WIN-MAKE[1]: Nothing to be done for 'all'.
! 'hbdossrl' library skipped (platform or compiler not supported)
../../config/dir.mk:71: recipe for target 'png' failed
../config/dir.mk:71: recipe for target '3rd' failed
config/dir.mk:71: recipe for target 'src' failed
../../../config/lib.mk:55: ../../../config/win/bcc32: No such file or diretory
../../../config/lib.mk:55: .mk: No such file or diretory
WIN-MAKE[3]: *** No rule to make target '.mk'. Stop
WIN-MAKE[2]: *** [png] Error 2
WIN-MAKE[1]: *** [3rd] Error 2
WIN-MAKE: *** [src] Error 2
Obrigado,
Maickon Sato

