Page 1 of 1

TDolphin Error al crear la LIB

PostPosted: Wed Oct 03, 2012 2:57 am
by EBM
Estoy intentando hacer pruebas con TDolphin pero al tratar de generar la lib me da el siguiente error:

C:\dolphin>WIN-MAKE
# ------------------------------------------------------
# Building dolphin.lib
#
# C COMPILER :BCC
# PRG COMPILER :HARBOUR
# ------------------------------------------------------
Compiling .\source\c\function.c
WIN-MAKE: *** [.\obj\HARBOUR\BCC\function.obj] Error 1

Tengo bien seteadas las variables en SETENVH.BAT

Podrian darme una ayudadita por favor.

Saludos !!

LCP Eduardo Borondón Muñiz

Re: TDolphin Error al crear la LIB

PostPosted: Wed Oct 03, 2012 10:50 am
by Daniel Garcia-Gil
Hola

debes tener problemas con los path dentro de setnenvh.bat

puedes colocar el make.log que genera

Re: TDolphin Error al crear la LIB

PostPosted: Thu Oct 04, 2012 6:35 pm
by EBM
Aqui esta el make.log:

# -----------------------------------------------------------------------
# Building dolphin.lib
#
# C COMPILER :BCC
# PRG COMPILER :HARBOUR
# -----------------------------------------------------------------------
c:\bcc582\bin\bcc32 -c -D__WIN__ -D__HARBOUR__ -tWM -IC:\harbour1208\include -I.\include -o.\obj\HARBOUR\BCC\function.obj .\source\c\function.c
Compiling .\source\c\function.c
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
.\source\c\function.c:
Warning W8065 .\source\c\function.c 318: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSEEK
Warning W8065 .\source\c\function.c 328: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSEEK
Warning W8065 .\source\c\function.c 398: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSQLCONNECT
Warning W8065 .\source\c\function.c 399: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSQLCONNECT
Warning W8065 .\source\c\function.c 400: Call to function 'ISCHAR' with no prototype in function HB_FUN_MYSQLCONNECT
Error E2376 .\source\c\function.c 1026: If statement missing ( in function HB_FUN_FILETOSQLBINARY
Warning W8065 .\source\c\function.c 1234: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSEEK2
Warning W8065 .\source\c\function.c 1238: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSEEK2
Warning W8012 .\source\c\function.c 1255: Comparing signed and unsigned values in function HB_FUN_MYSEEK2
Warning W8012 .\source\c\function.c 1257: Comparing signed and unsigned values in function HB_FUN_MYSEEK2
Warning W8065 .\source\c\function.c 1357: Call to function 'ISNUM' with no prototype in function HB_FUN_MYLOCATE
Warning W8065 .\source\c\function.c 1369: Call to function 'ISNUM' with no prototype in function HB_FUN_MYLOCATE
Warning W8065 .\source\c\function.c 1429: Call to function 'ISNUM' with no prototype in function HB_FUN_MYFIND
Warning W8065 .\source\c\function.c 1441: Call to function 'ISNUM' with no prototype in function HB_FUN_MYFIND
*** 1 errors in Compile ***

Aqui te pongo el setenvh.bat:

@CALL CLEANENV.BAT
@SET PRG_COMPILER=HARBOUR
@SET PRG_COMP_PATH=C:\harbour1208
@SET PRG_COMP_BIN_PATH=%PRG_COMP_PATH%\bin
@SET PRG_COMP_LIB_PATH=%PRG_COMP_PATH%\lib\win\bcc
@SET PRG_COMP_INC_PATH=%PRG_COMP_PATH%\include
@SET C_COMPILER=BCC
@SET C_COMP_PATH=c:\bcc582
@SET C_COMP_BIN_PATH=%C_COMP_PATH%\bin
@SET C_COMP_LIB_PATH=%C_COMP_PATH%\lib;%C_COMP_PATH%\lib\psdk
@SET C_COMP_INC_PATH=%C_COMP_PATH%\include
@SET DOLPHIN_INC=.\include
@CALL win-make


Gracias Daniel por tu ayuda

Saludos

LCP Eduardo Borondón Muñiz

Re: TDolphin Error al crear la LIB

PostPosted: Thu Oct 04, 2012 6:38 pm
by Daniel Garcia-Gil
Hola

que version de harbour estas usando, al parecer es algo antigua

Re: TDolphin Error al crear la LIB

PostPosted: Thu Oct 04, 2012 6:44 pm
by EBM
Acabo de actualizar mi FWH a la version 12.08 hace unos dias y es el Harbour que baje con la misma actualizacion, supongo que es la mas reciente:

C:\HARBOUR1208\bin>harbour
Harbour 3.2.0dev (Rev. 17516)
Copyright (c) 1999-2012, http://harbour-project.org

Saludos !!

LCP Eduardo Borondon Muñiz

Re: TDolphin Error al crear la LIB

PostPosted: Thu Oct 04, 2012 10:18 pm
by Daniel Garcia-Gil
Hola

Descargaste desde el svn o del link de descarga del blog (el link de descarga del blog lo tengo desactulizado)

Re: TDolphin Error al crear la LIB

PostPosted: Mon Oct 08, 2012 4:15 pm
by EBM
Hola Daniel:

Baje la TDolphin del sitio de descargas que tiene FiveTech en http://code.google.com/p/fivewin-contributions/, posiblemente este algo atrasada la version por que tiene fecha de mayo del 2011, tendras que me puedas enviar una version mas reciente para ver si puedo crear la lib??

mi correo es eboro@hotmail.com

Saludos y gracias

LCP Eduardo Borondón Muñiz

Re: TDolphin Error al crear la LIB

PostPosted: Mon Oct 08, 2012 8:08 pm
by Daniel Garcia-Gil
Hola

debes descargarlo desde el svn directamente

http://tdolphin.blogspot.com/2010/06/comanzando-starting.html

Re: TDolphin Error al crear la LIB

PostPosted: Tue Oct 09, 2012 6:12 pm
by EBM
Solucionado !!!

Gracias Daniel, ya pude crear la lib sin problemas, ahora a empezar a hacer pruebas.

Saludos !!!!

LCP Eduardo Borondón Muñiz