TDolphin Error al crear la LIB

TDolphin Error al crear la LIB

Postby EBM » Wed Oct 03, 2012 2:57 am

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
EBM
 
Posts: 147
Joined: Tue Oct 11, 2005 8:22 pm
Location: Guadalajara, Jal Mexico

Re: TDolphin Error al crear la LIB

Postby Daniel Garcia-Gil » Wed Oct 03, 2012 10:50 am

Hola

debes tener problemas con los path dentro de setnenvh.bat

puedes colocar el make.log que genera
User avatar
Daniel Garcia-Gil
 
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita

Re: TDolphin Error al crear la LIB

Postby EBM » Thu Oct 04, 2012 6:35 pm

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
EBM
 
Posts: 147
Joined: Tue Oct 11, 2005 8:22 pm
Location: Guadalajara, Jal Mexico

Re: TDolphin Error al crear la LIB

Postby Daniel Garcia-Gil » Thu Oct 04, 2012 6:38 pm

Hola

que version de harbour estas usando, al parecer es algo antigua
User avatar
Daniel Garcia-Gil
 
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita

Re: TDolphin Error al crear la LIB

Postby EBM » Thu Oct 04, 2012 6:44 pm

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
EBM
 
Posts: 147
Joined: Tue Oct 11, 2005 8:22 pm
Location: Guadalajara, Jal Mexico

Re: TDolphin Error al crear la LIB

Postby Daniel Garcia-Gil » Thu Oct 04, 2012 10:18 pm

Hola

Descargaste desde el svn o del link de descarga del blog (el link de descarga del blog lo tengo desactulizado)
User avatar
Daniel Garcia-Gil
 
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita

Re: TDolphin Error al crear la LIB

Postby EBM » Mon Oct 08, 2012 4:15 pm

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
EBM
 
Posts: 147
Joined: Tue Oct 11, 2005 8:22 pm
Location: Guadalajara, Jal Mexico

Re: TDolphin Error al crear la LIB

Postby Daniel Garcia-Gil » Mon Oct 08, 2012 8:08 pm

Hola

debes descargarlo desde el svn directamente

http://tdolphin.blogspot.com/2010/06/comanzando-starting.html
User avatar
Daniel Garcia-Gil
 
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita

Re: TDolphin Error al crear la LIB

Postby EBM » Tue Oct 09, 2012 6:12 pm

Solucionado !!!

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

Saludos !!!!

LCP Eduardo Borondón Muñiz
EBM
 
Posts: 147
Joined: Tue Oct 11, 2005 8:22 pm
Location: Guadalajara, Jal Mexico


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 86 guests