I am trying ti compile my system with xharbour 64bit, and i have an error in the ILINK64.
What is wrong?
Turbo Incremental Link64 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc.
Fatal: Invalid object file 'C:\MILENIO\MTZ64BIT\OBJ\MILENIO.OBJ'
Turbo Incremental Link64 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc.Probably MILENIO.OBJ is compiled with BCC32.
Fatal: Invalid object file 'C:\MILENIO\MTZ64BIT\OBJ\MILENIO.OBJ'
Turbo Incremental Link64 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc.
Fatal: Invalid object file 'C:\MILENIO\MTZ64BIT\OBJ\MILENIO.OBJ'
Probably MILENIO.OBJ is compiled with BCC32.
Enrico, here is the command lines:
It wasn't supposed to be a problem.
SET HB_PATH=c:\XHB64BIT\XHARBOUR
SET HB_INC_PATH=%HB_PATH%\include
SET HB_LIB_PATH=%HB_PATH%\lib
SET BCCDIR=c:\borland\BCC7364
SET HARBOURFLAGS=-a -es2 -gc0 -n -w0 -q
%BCCDIR%\BIN\BCC64.exe -c -I%HB_INC_PATH% -I%BCCDIR%\INCLUDE obj\%%~nf.c -oobj\%%~nf.obj >> erros.log
here:Enrico, here is the command lines:
It wasn't supposed to be a problem.
SET HB_PATH=c:\XHB64BIT\XHARBOUR
SET HB_INC_PATH=%HB_PATH%\include
SET HB_LIB_PATH=%HB_PATH%\lib
SET BCCDIR=c:\borland\BCC7364
SET HARBOURFLAGS=-a -es2 -gc0 -n -w0 -q
%BCCDIR%\BIN\BCC64.exe -c -I%HB_INC_PATH% -I%BCCDIR%\INCLUDE obj\%%~nf.c -oobj\%%~nf.obj >> erros.logHow did you get the .C file from the .PRG one?
--
How did you get the .C file from the .PRG one?
here:
if exist %%~nf.prg %HB_PATH%\bin\HARBOUR.EXE %HARBOURFLAGS% -I%HB_INC_PATH% -o.\obj\%%~nf.c %%~nf.prg >>erros.log
Il 12/02/2023 09:27, reina...@gmail.com ha scritto:
How did you get the .C file from the .PRG one?
here:Can I have the PRG to test it here?
if exist %%~nf.prg %HB_PATH%\bin\HARBOUR.EXE %HARBOURFLAGS% -I%HB_INC_PATH% -o.\obj\%%~nf.c %%~nf.prg >>erros.log
--
Enrico Maria Giordano
Em domingo, 12 de fevereiro de 2023 às 06:58:35 UTC-3, Enrico Maria Giordano escreveu:millenio.rsp.
Il 12/02/2023 09:27, reina...@gmail.com ha scritto:
How did you get the .C file from the .PRG one?
here:Can I have the PRG to test it here?
if exist %%~nf.prg %HB_PATH%\bin\HARBOUR.EXE %HARBOURFLAGS% -I%HB_INC_PATH% -o.\obj\%%~nf.c %%~nf.prg >>erros.log
--
Enrico Maria Giordano
Enrico,
that's a lot of prg files on my system, that's 45 prg files in the build script. There are more than 54,000 lines of code, the first file inside the millenio.rsp file, the first of which is millenio.prg. The error is appearing for any prg file I put in
I can test with other prg file, and if the erro appears I send the prg to you test.
Thank for you Help.
Reynaldo Henrique
Enrico,
Now is apearing the error bellow:
Turbo Incremental Link64 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc.
Fatal: Unable to open file 'PDFLIB.A'
I think xharbour 64bit is missing pdflib.a.
I already tryed with pdflite.a, and it does not resolved.Now is apearing the error bellow:
Turbo Incremental Link64 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc.
Fatal: Unable to open file 'PDFLIB.A'
I think xharbour 64bit is missing pdflib.a.Try with pdflite.a.
--
I already tryed with pdflite.a, and it does not resolved.
So, I decide to re-create the pdflib.a from the sources that I had here in my computer
I created the PDFLIB.a, and my application already is working fine here.
I spent a lot of time to do the job.
So, I am happy now!
Great! Can you share the solution (ie. how to build the missing library)I will send the sources and the script file for your private email.
so i can include it in the standard distributions? It seems it not get built using make_bc.bat.
I already tryed with pdflite.a, and it does not resolved.Great! Can you share the solution (ie. how to build the missing library)
So, I decide to re-create the pdflib.a from the sources that I had here in my computer
I created the PDFLIB.a, and my application already is working fine here.
I spent a lot of time to do the job.
So, I am happy now!
so i can include it in the standard distributions? It seems it not get
built using make_bc.bat.
I will send the sources and the script file for your private email.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 353 |
Nodes: | 16 (2 / 14) |
Uptime: | 84:14:36 |
Calls: | 7,639 |
Files: | 12,802 |
Messages: | 5,691,882 |