Página 1 de 1

Ayuda por favor error sin motivo al compilar

Publicado: Mié Ene 15, 2020 3:33 pm
por gabo1
Hola amigos
Sin ningun motivo aparente me empezo a salir este error

E:\xailer_3.3\hb32\comp\mingw\Bin\gcc -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -masm=intel -mwindows -D__HARBOUR__ -IE:\XailerProyectos\TpvSoftBancoSangre\Include -IE:\xailer_3.3\Include -IE:\xailer_3.3\hb32\Include -IE:\xailer_3.3\hb32\comp\mingw\Include -oE:\XailerProyectos\TpvSoftBancoSangre\Obj\TSplash.o E:\XailerProyectos\TpvSoftBancoSangre\Obj\TSplash.c

In file included from E:\xailer_3.3\hb32\Include/hbvmpub.h:52:0,
from E:\XailerProyectos\TpvSoftBancoSangre\Obj\TSplash.c:7:
E:\xailer_3.3\hb32\Include/hbdefs.h:523:0: warning: "HB_LONG_LENGTH" redefined [enabled by default]
# define HB_LONG_LENGTH( l ) ( ( (l) < -999999999 || (l) > HB_LL( 9999999999 ) ) ? 20 : 10 )

E:\xailer_3.3\hb32\Include/hbdefs.h:517:0: note: this is the location of the previous definition
# define HB_LONG_LENGTH( i ) ( ( (i) < -999999999 || (i) > 999999999 ) ? 20 : 10 )
^
E:\xailer_3.3\hb32\Include/hbdefs.h:554:1: error: unknown type name 'HB_U32'
typedef HB_U32 HB_TYPE;
^
E:\xailer_3.3\hb32\Include/hbdefs.h:564:1: error: unknown type name 'HB_U32'
typedef HB_U32 HB_FATTR;
^

Compilando TSplash.prg...
E:\xailer_3.3\hb32\Include/hbdefs.h:523:0: warning: "HB_LONG_LENGTH" redefined [enabled by default]
E:\xailer_3.3\hb32\Include/hbdefs.h:517:0: note: this is the location of the previous definition
E:\xailer_3.3\hb32\Include/hbdefs.h:554:1: error: unknown type name 'HB_U32'
E:\xailer_3.3\hb32\Include/hbdefs.h:564:1: error: unknown type name 'HB_U32'
E:\xailer_3.3\hb32\Include/hbdefs.h:836:7: error: unknown type name 'HB_U32'
E:\xailer_3.3\hb32\Include/hbdefs.h:860:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
E:\xailer_3.3\hb32\Include/hbdefs.h:860:7: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
E:\xailer_3.3\hb32\Include/hbdefs.h:868:7: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
E:\xailer_3.3\hb32\Include/hbdefs.h:874:7: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
E:\xailer_3.3\hb32\Include/hbdefs.h:882:7: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
E:\xailer_3.3\hb32\Include/hbdefs.h:901:4: error: unknown type name 'HB_U32'
E:\xailer_3.3\hb32\Include/hbdefs.h:904:7: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
E:\xailer_3.3\hb32\Include/hbdefs.h:908:62: error: unknown type name 'HB_U32'
E:\xailer_3.3\hb32\Include/hbdefs.h:915:4: error: unknown type name 'HB_U32'
E:\xailer_3.3\hb32\Include/hbdefs.h:919:7: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]

Re: Ayuda por favor error sin motivo al compilar (Solucionado)

Publicado: Jue Ene 16, 2020 1:30 am
por gabo1
Reemplazando harbour y mingw de un respaldo se soluciono el problema, por si alguien le pasa lo mismo