FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour RMAKE is generating error in WINXP. But Ok in WIN98.
Posts: 654
Joined: Fri Oct 21, 2005 05:54 AM

RMAKE is generating error in WINXP. But Ok in WIN98.

Posted: Sun Oct 08, 2006 04:09 AM
Hi all

I am using RMAKE to compile my FWH/xHarbour programs. The follwing
is the contents of .RMK file


// defining some preprocessor directives for bcc32
Def="__HARBOUR__;HB_FM_STATISTICS_OFF"

makepath[.prg]="c:\fwh\Application"
makepath[.c]="c:\fwh\Application"

.prg.c:
c:\xharbour\bin\harbour /n /w /i;c:\Fwh\include;c:\fwh\Application\include > prg.log

.c.obj:
c:\bcc55\bin\bcc32 -D$(Def) -O2 -c -Ic:\xharbour\include;c:\fwh\include $< >> c.log

prg1.c : prg1.prg
prg1.obj : prg1.c

prg2.c : prg2.prg
prg2.obj : prgc.c

..
..



It is working OK in Win98. When I try to compile in XP environment
RMAKE is generating an error and the programs are not compiling.

I am calling this .RMK file from a batchfile using CALL PROG.RMK.

Can anybody guide me to come out of this problem.

- Ramesh Babu P
Posts: 128
Joined: Mon Jul 31, 2006 03:23 PM

RMAKE is generating error in WINXP. But Ok in WIN98.

Posted: Sun Oct 08, 2006 06:28 AM

Ramesh,

in your WindowXP to many Environment Variables.

if you want to call rmake on command prompt please remove it ( see in your windows Environment Variables )

Best Regard
Areang

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

RMAKE is generating error in WINXP. But Ok in WIN98.

Posted: Sun Oct 08, 2006 08:10 AM

Ramesh,

You may review fwh\makes\bormake.zip

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 654
Joined: Fri Oct 21, 2005 05:54 AM

RMAKE is generating error in WINXP. But Ok in WIN98.

Posted: Sun Oct 08, 2006 08:57 AM

Mr.Antonio

Thank you very much.

I have not noticed the makes directory :!:

I will convert my Clipper's .RMK files to Borland's make utility.

Regards to you

  • Ramesh Babu P

Continue the discussion