After changing my mind from xHarbour to Harbour (for several reasons already discussed in the foruns) i decided to prepare my machine with Fivewin 13.07, Harbour 3.2 and Borland C++ 5.8.2 (i'm an old fan of Borland and for much time of Pascal ).
Everything went fine until linking time: I'm getting always the same message:
"Fatal: Unable to open file RTL.LIB"
What the hell is going on?
Regarding my IDE i'm using xDevStudio 0.72 Black Edition...
path=C:\fwh;C:\bcc582\Bin;C:\hb32\bin
include=C:\fwh\include;C:\bcc582\include;C:\hb32\include
lib=C:\fwh\lib;C:\bcc582\lib;C:\bcc582\lib\psdk;C:\hb32\lib
obj=C:\fwh\lib;C:\bcc582\Lib;C:\hb32\lib
Follows the compiler log:
Preparando Script "C:\Program Files\xDevStudio\scripts\FiveWin32.xCompiler"...
Script em Anexo.. "FiveWin.xCompiler.prg"...
Preset atual .... HB build 3.2 (SimpLex) & BCC 5.82 & FW 13.07
PATH ... C:\fwh;C:\bcc582\Bin;C:\hb32\bin
INCLUDE. C:\fwh\include;C:\bcc582\include;C:\hb32\include
LIB .... C:\fwh\lib;C:\bcc582\lib;C:\bcc582\lib\psdk;C:\hb32\lib
OBJ .... C:\fwh\lib;C:\bcc582\Lib;C:\hb32\lib
Variaveis de Ambiente:
PATH ... C:\fwh;C:\bcc582\Bin;C:\hb32\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\CMake 2.8\bin;C:\Program Files\doxygen\bin;C:\Program Files\TortoiseHg\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Borland\Delphi7\Bin;C:\Program Files\Borland\Delphi7\Projects\Bpl;C:\Program Files\TortoiseGit\bin;C:\bcc582\bin
INCLUDE. C:\fwh\include;C:\bcc582\include;C:\hb32\include;C:\fwh\include;C:\hb32\include;C:\fwh\include;C:\bcc582\include
LIB .... C:\fwh\lib;C:\bcc582\lib;C:\bcc582\lib\psdk;C:\hb32\lib;C:\fwh\lib;C:\fwh\lib;C:\bcc582\lib
OBJ .... C:\fwh\lib;C:\bcc582\Lib;C:\hb32\lib;C:\fwh\lib;C:\hb32\lib;C:\fwh\lib;C:\bcc582\lib
Executando: harbour.exe "C:\Projectos\JFVC\prg\Main.prg" /q /o"C:\Projectos\JFVC\obj\Main.c" /M /N
Harbour 3.2.0dev (r1307082134)
Copyright (c) 1999-2013, http://harbour-project.org/
Executando: BCC32 -M -c @B32.BC
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
obj\Main.c:
Executando: ILINK32 @B32.BC
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Fatal: Unable to open file 'RTL.LIB'
Any help is welcome... please.... please....