I have just installed
Fwh 6.12 (for
free), Bcc55 and Harbour. I have also copied Bcc32.cfg and iLink32.cfg into C:\Bcc55\Bin Folder. I tried compiling TUTOR01.PRG with BUILDH.BAT, but get the following errors :
+----------------------------------------------------------------------------+
¦ FiveWin for Harbour 6.12 - December 2006 Harbour development power ¦_
¦ (c) FiveTech, 1993-2006 for Microsoft Windows 95/98/NT/2000/ME and XP ¦¦
+----------------------------------------------------------------------------+¦
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Compiling...
Harbour Alpha build 1.0 Intl.
Copyright 1999-2007,
http://www.harbour-project.org/Compiling 'tutor01.prg' and generating preprocessed output to 'tutor01.ppo'...
Lines 3564, Functions/Procedures 2
Generating C source output to 'tutor01.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
tutor01.c:
Error E2209 c:\harbour\include\hbdefs.h 56: Unable to open include file 'stdarg.
h'
Error E2209 c:\harbour\include\hbdefs.h 57: Unable to open include file 'stdio.h
'
Error E2209 c:\harbour\include\hbdefs.h 58: Unable to open include file 'stdlib.
h'
Error E2209 c:\harbour\include\hbdefs.h 59: Unable to open include file 'string.
h'
Error E2209 c:\harbour\include\hbsetup.h 56: Unable to open include file 'limits
.h'
Error E2188 c:\harbour\include\hbdefs.h 443: Expression syntax
Error E2257 c:\harbour\include\hbdefs.h 465: , expected
Error E2451 tutor01.c 18: Undefined symbol 'NULL'
Error E2141 tutor01.c 18: Declaration syntax error
Error E2190 tutor01.c 18: Unexpected }
Error E2190 tutor01.c 18: Unexpected }
Error E2040 tutor01.c 18: Declaration terminated incorrectly
Error E2190 tutor01.c 22: Unexpected }
Error E2190 tutor01.c 22: Unexpected }
Error E2109 tutor01.c 22: Not an allowed type in function hb_vm_SymbolInit_TUTOR
01
*** 15 errors in Compile ***
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Error detected (LME279)
Fatal: Error detected (LME347)
Warning: Failed to create state file C:/
FWH/SAMPLES/tutor01.tds (error code 0)
* There are errors
C:\
FWH\SAMPLES>
WHY ?? Thanks in advance and best regards.
Giuseppe Romano