o que esta errado??????

Projeto [x]Harbour - Compilador de código aberto compatível com o Clipper.

Moderador: Moderadores

evaldo
Usuário Nível 3
Usuário Nível 3
Mensagens: 113
Registrado em: 27 Out 2005 23:29

o que esta errado??????

Mensagem por evaldo »

Esse erro esta dando com o xHarbour, ja revizeio a instalacao do mesmo e nada.

Código: Selecionar todos

xHarbour Compiler build 0.99.50 (SimpLex)
Copyright 1999-2005, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'HELLO.PRG'...

Lines 5, Functions/Procedures 1
Generating C source output to 'obj\HELLO.c'...
Done.

Building object module for 'obj\HELLO.c'
using C compiler 'BCC32' as defined in 'C:\XHARBOUR\BIN\harbour.cfg'...
Exec: BCC32  -c -IC:\XHARBOUR\include  -d -LC:\XHARBOUR\lib -oobj\HELLO.obj obj\HELLO.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\HELLO.c:
Error E2209 C:\XHARBOUR\include\hbdefs.h 56: Unable to open include file 'stdarg.h'
Error E2209 C:\XHARBOUR\include\hbdefs.h 57: Unable to open include file 'stdio.h'
Error E2209 C:\XHARBOUR\include\hbdefs.h 58: Unable to open include file 'stdlib.h'
Error E2209 C:\XHARBOUR\include\hbdefs.h 59: Unable to open include file 'string.h'
Error E2209 C:\XHARBOUR\include\hbsetup.h 61: Unable to open include file 'limits.h'
Error E2188 C:\XHARBOUR\include\hbdefs.h 402: Expression syntax
Error E2451 obj\HELLO.c 22: Undefined symbol 'NULL'
Error E2141 obj\HELLO.c 22: Declaration syntax error
Error E2190 obj\HELLO.c 22: Unexpected }
Error E2190 obj\HELLO.c 22: Unexpected }
Error E2190 obj\HELLO.c 23: Unexpected }
Error E2109 obj\HELLO.c 23: Not an allowed type in function hb_vm_SymbolInit_HELLO
*** 12 errors in Compile ***
Done.
Deleting: "obj\HELLO.c"
Done.
Compilando com o brmake esta faltando uma lib LIBCT.LIB
Compilando o o minigui esta faltando o minigui.lib
Avatar do usuário
Antonio
Usuário Nível 3
Usuário Nível 3
Mensagens: 347
Registrado em: 14 Ago 2003 17:33
Localização: Sao Paulo - SP
Contato:

Re: o que esta errado??????

Mensagem por Antonio »

evaldo escreveu:Esse erro esta dando com o xHarbour, ja revizeio a instalacao do mesmo e nada.

Código: Selecionar todos

xHarbour Compiler build 0.99.50 (SimpLex)
Copyright 1999-2005, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'HELLO.PRG'...

Lines 5, Functions/Procedures 1
Generating C source output to 'obj\HELLO.c'...
Done.

Building object module for 'obj\HELLO.c'
using C compiler 'BCC32' as defined in 'C:\XHARBOUR\BIN\harbour.cfg'...
Exec: BCC32  -c -IC:\XHARBOUR\include  -d -LC:\XHARBOUR\lib -oobj\HELLO.obj obj\HELLO.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
obj\HELLO.c:
Error E2209 C:\XHARBOUR\include\hbdefs.h 56: Unable to open include file 'stdarg.h'
Error E2209 C:\XHARBOUR\include\hbdefs.h 57: Unable to open include file 'stdio.h'
Error E2209 C:\XHARBOUR\include\hbdefs.h 58: Unable to open include file 'stdlib.h'
Error E2209 C:\XHARBOUR\include\hbdefs.h 59: Unable to open include file 'string.h'
Error E2209 C:\XHARBOUR\include\hbsetup.h 61: Unable to open include file 'limits.h'
Error E2188 C:\XHARBOUR\include\hbdefs.h 402: Expression syntax
Error E2451 obj\HELLO.c 22: Undefined symbol 'NULL'
Error E2141 obj\HELLO.c 22: Declaration syntax error
Error E2190 obj\HELLO.c 22: Unexpected }
Error E2190 obj\HELLO.c 22: Unexpected }
Error E2190 obj\HELLO.c 23: Unexpected }
Error E2109 obj\HELLO.c 23: Not an allowed type in function hb_vm_SymbolInit_HELLO
*** 12 errors in Compile ***
Done.
Deleting: "obj\HELLO.c"
Done.
Compilando com o brmake esta faltando uma lib LIBCT.LIB
Compilando o o minigui esta faltando o minigui.lib

Vamos por partes....

Em xHarbour\lib, procure por algo do tipo CT.LIB, HBCT.LIB, etc.

Copy nomedalib.lib LIBCT.LIB

Este HELLO me parece ser modo texto, não cabendo a MINIGUI nesse ponto, de toda forma, se tens a MINIGUI ja compilada com o xHarbour é só copiar essa LIB para \Xharbour\LIB.
Antonio Carlos
Harbour 3.2 (20180213)
Hwgui 2.20 3b | PostGresql 9.5 | ADO/ODBC
Responder