FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New install in Vista and xHarbour/FWH 8.04 problem
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
New install in Vista and xHarbour/FWH 8.04 problem
Posted: Fri Jul 25, 2008 06:34 AM
Dear Antonio,

I install xHarbour (Fivetechsoft) / FWH 8.04 in new notebook Windows Vista. I don't know, has it got any conflict.

Thanks&regards,
Dutch

Error E2209 d:\xharbour\include\hbvmpub.h 65: Unable to open include file 'assert.h'
Error E2209 d:\xharbour\include\stdarg.h 27: Unable to open include file '_stddef.h'
Error E2257 d:\xharbour\include\stdarg.h 34: , expected
Error E2209 d:\xharbour\include\stdio.h 22: Unable to open include file '_stddef.h'
Error E2209 d:\xharbour\include\stdio.h 26: Unable to open include file '_nfile.h'
Error E2139 d:\xharbour\include\stdio.h 108: Declaration missing ;
Error E2141 d:\xharbour\include\stdio.h 130: Declaration syntax error
Error E2356 d:\xharbour\include\stdio.h 131: Type mismatch in redeclaration of '_RTLENTRY'
Error E2141 d:\xharbour\include\stdio.h 131: Declaration syntax error
Error E2356 d:\xharbour\include\stdio.h 140: Type mismatch in redeclaration of '_RTLENTRY'
Error E2141 d:\xharbour\include\stdio.h 140: Declaration syntax error
Error E2449 d:\xharbour\include\stdio.h 149: Size of '_RTLENTRY' is unknown or zero
Error E2356 d:\xharbour\include\stdio.h 149: Type mismatch in redeclaration of '_RTLENTRY'
Error E2344 d:\xharbour\include\stdio.h 140: Earlier declaration of '_RTLENTRY'
Error E2141 d:\xharbour\include\stdio.h 149: Declaration syntax error
Error E2356 d:\xharbour\include\stdio.h 150: Type mismatch in redeclaration of '_RTLENTRY'
Error E2344 d:\xharbour\include\stdio.h 149: Earlier declaration of '_RTLENTRY'
Error E2141 d:\xharbour\include\stdio.h 150: Declaration syntax error
Error E2356 d:\xharbour\include\stdio.h 151: Type mismatch in redeclaration of '_RTLENTRY'
Error E2344 d:\xharbour\include\stdio.h 150: Earlier declaration of '_RTLENTRY'
Error E2141 d:\xharbour\include\stdio.h 151: Declaration syntax error
Error E2356 d:\xharbour\include\stdio.h 152: Type mismatch in redeclaration of '_RTLENTRY'
Error E2344 d:\xharbour\include\stdio.h 151: Earlier declaration of '_RTLENTRY'
Error E2141 d:\xharbour\include\stdio.h 152: Declaration syntax error
Error E2141 d:\xharbour\include\stdio.h 153: Declaration syntax error
Error E2228 d:\xharbour\include\stdio.h 153: Too many error or warning messages
*** 26 errors in Compile ***
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Unable to open file 'C0W32.OBJ'
* There are errors
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
New install of Borland c-comiler
Posted: Fri Jul 25, 2008 07:37 AM

Hello Dutch,

your MAKE-file doesn't find the Borland-include-files.
When you do a new install of Borland C-Compiler,
you have to add two config files in the BIN-DIRECTORY
of Borland-BCC55 ( it seems, these files are missing ) :

1. BCC32.CFG

-I"c:\Bcc55\include"
-L"c:\Bcc55\lib;c:\Bcc55\lib\psdk"
-lj"c:\Bcc55\lib;c:\Bcc55\lib\psdk"

2. ILINK32.CFG

-L"c:\Bcc55\lib;c:\BCC55\lib\psdk"

( check, if you install on C: )

Best Regards

Uwe :lol:

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New install in Vista and xHarbour/FWH 8.04 problem
Posted: Fri Jul 25, 2008 07:51 AM

Dutch,

As Uwe explains you, you missed to create bcc32.cfg and ilink32.cfg inside c:\bcc55\bin (or c:\borland\bcc55\bin)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
New install in Vista and xHarbour/FWH 8.04 problem
Posted: Fri Jul 25, 2008 09:17 AM

Dear Ukoenig/Antonio,

Oop., I don't reinstall for long time, I've forgot it.

Thanks&Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion