xHarbour cvs needs bcc58 ?

xHarbour cvs needs bcc58 ?

Postby StefanHaupt » Tue Mar 10, 2009 11:32 am

Hi all,

I just downloaded the last cvs of xHarbour and I found that the standard Borland compiler is Bcc58.

Are we now forced also to use this version ? Are problems to be expected, if programs are compiled with Bcc55 and xharbour with Bcc58 ?
kind regards
Stefan
StefanHaupt
 
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: xHarbour cvs needs bcc58 ?

Postby StefanHaupt » Tue Mar 10, 2009 11:39 am

I just tried to compile it Bcc58, but I get this error:

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Fatal: Unable to open file 'C0X32.OBJ'


This file is not in my Bcc58 installation, only in the Bcc55 installation. Can I use this one instead ?
kind regards
Stefan
StefanHaupt
 
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: xHarbour cvs needs bcc58 ?

Postby Enrico Maria Giordano » Tue Mar 10, 2009 11:47 am

StefanHaupt wrote:Hi all,

I just downloaded the last cvs of xHarbour and I found that the standard Borland compiler is Bcc58.


It is simply false.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: xHarbour cvs needs bcc58 ?

Postby StefanHaupt » Tue Mar 10, 2009 12:39 pm

Enrico Maria Giordano wrote:It is simply false.
EMG


Sorry, but I must contradict you, these are the first lines of the default batch to create the binaries for borland (fresh download):

if "%BCCDIR%" == "" SET BCCDIR=C:\BORLAND\BCC58

IF "%CC_DIR%"=="" SET CC_DIR=C:\BORLAND\BCC58
IF "%BISON_DIR%"=="" SET BISON_DIR=C:\BISON\BIN
IF "%SUB_DIR%"=="" SET SUB_DIR=b32
IF "%HB_GT_LIB%"=="" SET HB_GT_LIB=$(GTWIN_LIB)


I´m reading Bcc58, you not ? So I assumed, the default compiler changed.
kind regards
Stefan
StefanHaupt
 
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: xHarbour cvs needs bcc58 ?

Postby Enrico Maria Giordano » Tue Mar 10, 2009 2:36 pm

StefanHaupt wrote:Sorry, but I must contradict you, these are the first lines of the default batch to create the binaries for borland (fresh download):

if "%BCCDIR%" == "" SET BCCDIR=C:\BORLAND\BCC58

IF "%CC_DIR%"=="" SET CC_DIR=C:\BORLAND\BCC58
IF "%BISON_DIR%"=="" SET BISON_DIR=C:\BISON\BIN
IF "%SUB_DIR%"=="" SET SUB_DIR=b32
IF "%HB_GT_LIB%"=="" SET HB_GT_LIB=$(GTWIN_LIB)


I´m reading Bcc58, you not ? So I assumed, the default compiler changed.


Uhm... BCCDIR is not used at all in any CVS files. But you are right, CC_DIR is used to build the default path. I never had any problem with BCC55 because I use a build batch with

SET PATH=e:\bcc55\bin;e:\bison\bin;%PATH%

inside.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 20 guests