FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Ruta no especificada al compilar
Posts: 195
Joined: Sat Oct 22, 2005 01:17 PM

Ruta no especificada al compilar

Posted: Wed Jul 12, 2023 07:49 PM

Buenas tardes.

He adquirido la actualizaciΓ³de fwh, estoy tratando de compilar con harbour

en la carpeta samples estoy tratando de compilar y prg pero no lo logro.

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”

?FiveWin for Harbour 23.04 - Apr. 2023 Harbour development power β”‚β–„

?(c) FiveTech 1993-2023 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 β”‚β–ˆ

β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜?

β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€?

Compiling...

El sistema no puede encontrar la ruta especificada.

  • Compile errors *

he modificado ilink32

-Gn

-Lc:\borland\bcc740\lib;c:\borland\bcc740\lib\psdk

-aa

-x

tambien bcc32.cgf

-6

-DHB_GUI

-DHB_INCLUDE_WINEXCHANDLER

-DHB_NO_PROFILER

-DHB_NO_TRACE

-DHB_WIN32_IO

-Ic:\borland\bcc740\include\windows\crtl;c:\borland\bcc740\include\windows\sdk;c:\borland\bcc740\include\dinkumware

Y este el el buildh

if A%1 == A GOTO :SINTAX

if NOT EXIST %1.prg GOTO :NOEXIST

if "%FWDIR%" == "" set FWDIR=c:\fwh2304

if "%HBDIR%" == "" set HBDIR=c:\harbour

rem if "%2" == "/b" set GT=gtwin

rem if not "%2" == "/b" set GT=gtgui

set GT=gtgui

ECHO Compiling...

set hdir=%HBDIR%

set hdirl=%hdir%\lib\win\bcc

set fwh=%FWDIR%

if exist c:\borland\bcc740 set bcdir=c:\borland\bcc740

if exist c:\bcc64 set bcdir=c:\bcc64

%hdir%\bin\win\bcc\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log

if errorlevel 1 goto COMPILEERRORS

@type comp.log

@type warnings.log

echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include -I%fwh%\include %1.c > b32.bc

%bcdir%\bin\bcc32 -M -c @b32.bc

:ENDCOMPILE

IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1

Gracias por su ayuda

Saludos

Oscar

Fwh 23.10, bcc55

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Ruta no especificada al compilar

Posted: Thu Jul 13, 2023 04:44 AM

Estimado Oscar,

edita buildh.bat y camia esta lΓ­nea:

%hdir%\bin\win\bcc\harbour

por

%hdir%\bin\harbour

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 195
Joined: Sat Oct 22, 2005 01:17 PM

Re: Ruta no especificada al compilar

Posted: Thu Jul 13, 2023 01:34 PM

Estimado Antonio gracias.

Ahora me da este error

Turbo Incremental Link 6.90 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.

Fatal: Unable to open file 'HBHPDF.LIB'

  • Linking errors *

C:\fwh2304\samples>dir hbhpdf.lib /s /p

El volumen de la unidad C no tiene etiqueta.

El nΓΊmero de serie del volumen es: 787B-0755

No se encuentra el archivo

C:\fwh2304\samples>cd..

C:\fwh2304>dir hbhpdf.lib /s /p

El volumen de la unidad C no tiene etiqueta.

El nΓΊmero de serie del volumen es: 787B-0755

Directorio de C:\fwh2304\lib\xhb

03/07/2023 13:10 1.008.846 hbhpdf.lib

como se observa esa libreria esta en esa carpeta xhb que creo es de xharbour y estoy usando harbour

Saludos

Saludos

Oscar

Fwh 23.10, bcc55

Posts: 195
Joined: Sat Oct 22, 2005 01:17 PM

Re: Ruta no especificada al compilar SOLUCIONADO

Posted: Thu Jul 13, 2023 02:18 PM

Solucionado muchas gracias

Saludos

Oscar

Fwh 23.10, bcc55

Continue the discussion