He tratado de contruir las librerias de Harbour con BCC76 64 bits me genera error
Este el es .bar que uso
- Code: Select all Expand view
set bcc=K:\C_BCC\BCC76_64
set path=%bcc%\bin
set HB_COMPILER=bcc64
set HB_PLATFORM=win
set HB_BUILD_MODE=c
SET HB_INSTALL_PREFIX=%cd%\harbour32
rem set HB_USER_PRGFLAGS=-l-
rem set HB_USER_CFLAGS=-I%bcc%\INCLUDE\windows\crtl -I%bcc%\INCLUDE\windows\sdk -Lc:%bcc%\LIB
rem set HB_BUILD_WARN=yes
rem set HB_USER_LDFLAGS=-Lc:%bcc%\LIB;%bcc%\LIB\psdk
rem set HB_USER_RESFLAGS=-Ic:%bcc%\INCLUDE\windows\sdk
SET HB_USER_CFLAGS=-w-spa -w-sus
SET HB_USER_LDFLAGS=-ap
rem set HB_BUILD_CONTRIBS
rem set HB_HAS_PCRE=no
rem set HB_BUILD_DEBUG=yes
rem set HB_TR_LEVEL=debug
rem set HB_USER_CFLAGS=-DHB_TR_LEVEL_DEBUG
rem set HB_WITH_OPENSSL=c:\OpenSSL\include
rem set HB_WITH_CURL=c:\curl-8.4.0\include
rem set HB_OPENSSL_STATIC=yes
rem set HB_STATIC_OPENSSL=yes
rem set HB_STATIC_CURL=yes
rem set HB_WITH_LIBHARU
set HB_BUILD_DYN=no
set HB_BUILD_CONTRIB_DYN=no
win-make clean install
Este es el Error
- Code: Select all Expand view
! Building Harbour 3.2.0dev from source - https://harbour.github.io
! MAKE: win-make 4.1 sh.exe clean install
! HB_USER_CFLAGS: -w-spa -w-sus
! HB_USER_LDFLAGS: -ap
! HB_INSTALL_PREFIX: C:\Harbour\harbour32
! HB_BUILD_DYN: no
! HB_BUILD_CONTRIB_DYN: no
! HB_BUILD_SHARED: no
! HB_BUILD_MODE: c
! HB_HOST_PLAT: win (x86_64) HB_SHELL: nt
! HB_PLATFORM: win (x86)
! HB_COMPILER: bcc64
! 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
! 'hbdossrl' library skipped (platform or compiler not supported)
! 'gtcrs' library skipped (component not found)
! 'gtdos' library skipped (platform not supported)
! 'gtos2' library skipped (platform not supported)
! 'gtsln' library skipped (component not found)
! 'gttrm' library skipped (platform or compiler not supported)
! 'gtxwc' library skipped (component not found)
! Warning: hbmk2 not found, contrib/make.hb skipped.
! Warning: hbmk2 not found, config/postinst.hb skipped.
1 archivo(s) copiado(s).
1 archivo(s) copiado(s).
1 archivo(s) copiado(s).
1 archivo(s) copiado(s).
1 archivo(s) copiado(s).
1 archivo(s) copiado(s).
1 archivo(s) copiado(s).
....
....
! 'hbdossrl' library skipped (platform or compiler not supported)
bcc64.exe -I. -I../../../../../../include -q -tWM -CP437 -w-sig- -w-aus- -w-ccc- -w-csu- -w-par- -w-rch- -w-ucp- -w-use- -w-prc- -w-pia- -d -O2 -OS -Ov -Oc -DUNICODE -IC:/Harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=0 -w-spa -w-sus -opng.o -c ../../../png.c
../../../../../../config/rules.mk:88: recipe for target 'png.o' failed
../../../config/lib.mk:68: recipe for target 'descend' failed
../../config/dir.mk:68: recipe for target 'png.inst' failed
../config/dir.mk:68: recipe for target '3rd.inst' failed
config/dir.mk:68: recipe for target 'src.inst' failed