Page 1 of 1

Xedit con Harbour y Borland

PostPosted: Sat Dec 21, 2019 10:26 pm
by Compuin
Hola

Estoy tratando de configurar Xedit y aunque agrego las mismas librerias que tengo en el make, me arroja un error que no logro entrarle

Si alguien le ha pasado lo mismo y me pueda ayudar

Compilando tutor01.prg...
Error E2209 C:\Harbour\Include\hbdefs.h 50: Unable to open include file 'stdarg.h'
Error E2209 C:\Harbour\Include\hbdefs.h 51: Unable to open include file 'stdio.h'
Error E2209 C:\Harbour\Include\hbdefs.h 52: Unable to open include file 'stdlib.h'
Error E2209 C:\Harbour\Include\hbdefs.h 53: Unable to open include file 'string.h'
Error E2209 C:\Harbour\Include\hbdefs.h 54: Unable to open include file 'limits.h'
Error E2209 C:\Harbour\Include\hbdefs.h 73: Unable to open include file 'stdint.h'
Warning W8017 C:\Harbour\Include\hbdefs.h 539: Redefinition of 'HB_LONG_LENGTH' is not identical
Error E2257 C:\Harbour\Include\hbdefs.h 572: , expected
Error E2257 C:\Harbour\Include\hbdefs.h 634: , expected
Error E2451 tutor01.c 19: Undefined symbol 'NULL'
Error E2141 tutor01.c 19: Declaration syntax error
Error E2190 tutor01.c 19: Unexpected }
Error E2040 tutor01.c 19: Declaration terminated incorrectly
Error E2190 tutor01.c 24: Unexpected }
Error E2109 tutor01.c 24: Not an allowed type in function hb_vm_SymbolInit_TUTOR01
1 Files, 1 Warnings, 14 Errors
Tiempo de compilación: 0.40s Tiempo de enlazado: 0s Tiempo total: 0.40s

Re: Xedit con Harbour y Borland

PostPosted: Sat Dec 21, 2019 11:20 pm
by cnavarro
Usa FivEdit :D

Re: Xedit con Harbour y Borland

PostPosted: Sun Dec 22, 2019 4:58 pm
by jvtecheto
Hola , te falta incluir la ruta de los includes observa el error, yo ahora uso Fivedit , sigue el consejo de Cristóbal y pruébalo XX no te defraudará, pero tengo que decir que hace meses configure el Xedit y logré Compilar incluso añadiendo recursos. Si te interesa lo compruebo y te lo mando de alguna forma.

Enviado desde mi POCOPHONE F1 mediante Tapatalk

Re: Xedit con Harbour y Borland

PostPosted: Sun Dec 22, 2019 5:03 pm
by Compuin
jvtecheto wrote:Hola , te falta incluir la ruta de los includes observa el error, yo ahora uso Fivedit , sigue el consejo de Cristóbal y pruébalo XX no te defraudará, pero tengo que decir que hace meses configure el Xedit y logré Compilar incluso añadiendo recursos. Si te interesa lo compruebo y te lo mando de alguna forma.

Enviado desde mi POCOPHONE F1 mediante Tapatalk


Gracias,

Me lo podrias enviar?

Ya he probado lo de los include

Re: Xedit con Harbour y Borland

PostPosted: Sun Dec 22, 2019 7:27 pm
by jvtecheto
Si claro, dime tu correo y té lo mando .

Enviado desde mi POCOPHONE F1 mediante Tapatalk

Re: Xedit con Harbour y Borland

PostPosted: Sun Dec 22, 2019 7:30 pm
by Compuin
jvtecheto wrote:Si claro, dime tu correo y té lo mando .

Enviado desde mi POCOPHONE F1 mediante Tapatalk


compuin@gmail.com

Muchas gracias de antemano

Re: Xedit con Harbour y Borland

PostPosted: Tue Dec 24, 2019 9:34 am
by Antonio Linares