In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Ayuda por favor error sin motivo al compilar

Foro público de Xailer en español
Responder
Avatar de Usuario
gabo1
Mensajes: 127
Registrado: Lun Oct 13, 2014 9:42 am

Ayuda por favor error sin motivo al compilar

Mensaje 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]
Avatar de Usuario
gabo1
Mensajes: 127
Registrado: Lun Oct 13, 2014 9:42 am

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

Mensaje por gabo1 »

Reemplazando harbour y mingw de un respaldo se soluciono el problema, por si alguien le pasa lo mismo
Responder