FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 8.12 and BuildX.Bat
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
FWH 8.12 and BuildX.Bat
Posted: Thu Jan 01, 2009 10:18 AM
Dear Mr.Antonio,

The BuildX.Bat bundled along with FWH 8.12 needs some modification to work correctly. The batch file BuildX.Bat expects the follwing folders to be there inside the xHarbour folder
\xHarbour\bin\b32\
\xHarbour\\lib\b32

Unfortunately I could not find find such folders in the xHarbour folder. Or Am I missing any xHarbour files/folders ?

Problem No.1
set hdirl=%hdir%\lib\b32

should be changed to
set hdirl=%hdir%\lib


Problem No.2
%hdir%\bin\b32\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log

should be changed to
%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log


Regards

Anser
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 8.12 and BuildX.Bat
Posted: Thu Jan 01, 2009 12:26 PM

Anser,

Yes, you are right, \b32 is not needed.

We use it here as we build Harbour and xHarbour from their repositories and such folder is created by theirs makefiles.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion