FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour help compile harbour 2 cvs
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
help compile harbour 2 cvs
Posted: Tue Mar 30, 2010 02:16 PM

hi, someone can help to compile harbour from cvs? i already down lastest cvs, but i dont found make_b32.bat, is this changed? how actual mode to compile? and to set ads 8.1 default in compilation ? thanks

Posts: 337
Joined: Fri Oct 07, 2005 02:44 PM
Re: help compile harbour 2 cvs
Posted: Tue Mar 30, 2010 03:21 PM

Norberto,

Please read the INSTALL inside harbour directory, for instructions.

In short mode, inside harbour directory call win-make clean install and its all.

Best regards,

Lautaro Moreira

PD: Sorry for may bad english :oops:

Hola,

Soy un Contador que por necesidad aprendio a programar y se quedo programando.
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: help compile harbour 2 cvs
Posted: Wed Mar 31, 2010 11:59 AM
This is what I'm using to build Harbour from SVN:

Code (fw): Select all Collapse
@ ECHO OFF
SET PATH=e:\bcc55\bin;%PATH%
mingw32-make clean install > make_gnu.log 2>&1


EMG
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Re: help compile harbour 2 cvs
Posted: Wed Mar 31, 2010 12:05 PM

hi. thanks, i use bcc, dont work for me, maybe some configurations...

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: help compile harbour 2 cvs
Posted: Wed Mar 31, 2010 12:14 PM
norberto wrote:hi. thanks, i use bcc,


Me too.

norberto wrote:dont work for me, maybe some configurations...


What is the exact error message you're getting?

EMG

Continue the discussion