FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour need help, how build xharbour from cvs?
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
need help, how build xharbour from cvs?
Posted: Tue Feb 02, 2010 10:56 PM

Friends, for a long time since I built the compiler code xHarbour from CVS, now that I try, I have changed some things, I could suggest how it is currently building!
I searched for information but frankly I have not found how.

Before, what he did, was to have the bison.exe and bison.sim in borland folder and defined an environment variable to point to where BISON_SIMPLE were those files, and then executes the now make_b32.bat but that does not work.

Please developers, please a guide, easy or not :-)

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: need help, how build xharbour from cvs?
Posted: Wed Feb 03, 2010 07:49 AM
This is the batch I'm using to build xHarbour:

Code (fw): Select all Collapse
@ ECHO OFF
SET PATH=e:\bcc55\bin;e:\bison\bin;%PATH%
SET PRG_USR=-l
make_b32 clean build


EMG
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: need help, how build xharbour from cvs?
Posted: Wed Feb 03, 2010 02:25 PM

thank tou, Enrico. :-)
I try now build xharbour.

salu2
carlos vargas

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: need help, how build xharbour from cvs?
Posted: Wed Feb 03, 2010 02:28 PM

Enrico, bison.sim is even necessary? and indicate the variable BISON_SIMPLE?

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: need help, how build xharbour from cvs?
Posted: Wed Feb 03, 2010 09:01 PM

I don't have any bison.sim in my hard disk.

EMG

Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: need help, how build xharbour from cvs?
Posted: Wed Feb 03, 2010 10:25 PM

ok, thank you.

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: need help, how build xharbour from cvs?
Posted: Thu Feb 04, 2010 03:04 AM

Enrico,

Now, i build xharbour compiler from CVS, and all ok.
My problem was what using the borland c++ version 5.82 and this version fail with bison. :-(
but with the version 5.5 of Borland C++ all ok.

thank you.

sorry for my very bad english. :-(

salu2
Carlos vargas

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: need help, how build xharbour from cvs?
Posted: Thu Feb 04, 2010 08:11 AM

What version of Bison are you using? You need to use Bison 2.1.

EMG

Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: need help, how build xharbour from cvs?
Posted: Thu Feb 04, 2010 05:54 PM

I use the version 2.1 of bison for this build.
all ok, thank you.

salu2
carlos vargas

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)

Continue the discussion