xHarbour SVN

xHarbour SVN

Postby Bayron » Mon Aug 06, 2012 3:57 pm

Tratando de compilar desde SVN de xHarbour, obtengo los siguientes errores:
Turbo Incremental Link 6.10 Copyright (c) 1997-2010 Embarcadero Technologies, Inc.
Error: Unresolved external '_hb_s_hb_exc' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|math
Error: Unresolved external '_hb_trace_critical_Destroy' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|trace
Error: Unresolved external '_hb_trace_critical_Init' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|trace
Error: Unresolved external '_hb_trace_critical_Lock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|trace
Error: Unresolved external '_hb_trace_critical_UnLock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|trace
Error: Unresolved external '_hb_idle_releaseCPU' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|idle
Error: Unresolved external '_hb_idle_msec_default' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|idle
Error: Unresolved external '_hb_stack_lock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|console
Error: Unresolved external '_hb_stack_unlock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|console
Error: Unresolved external '_hb_console_safe_lock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|console
Error: Unresolved external '_hb_console_safe_unlock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|console
Error: Unresolved external '_hb_console_Lock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|console
Error: Unresolved external '_hb_console_UnLock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|console
Error: Unresolved external '_hb_filebuf_critical_Lock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|filebuf
Error: Unresolved external '_hb_filebuf_critical_UnLock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|filebuf
Error: Unresolved external '_hb_filebuf_critical_Init' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|filebuf
Error: Unresolved external '_hb_rddGetAliasNameTH' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wafunc
Error: Unresolved external '_hb_get_Area_Sym' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wafunc
Error: Unresolved external '_hb_get_Area_Handle_From_Name' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wafunc
Error: Unresolved external '_hb_get_Area_Handle_From_Sym' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wafunc
Error: Unresolved external '_hb_rdd_wacore_LockInit' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wacore
Error: Unresolved external '_hb_rdd_wacore_rddWaInit' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wacore
Error: Unresolved external '_hb_rdd_wacore_hb_atomic_inc' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wacore
Error: Unresolved external '_hb_rdd_wacore_rddChangeSetWorkareasShared' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wacore
Error: Unresolved external '_hb_rdd_wacore_rddWaShutDown' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wacore
Error: Unresolved external '_hb_rdd_wacore_Lock' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wacore
Error: Unresolved external '_hb_rdd_wacore_Unlock' referenced from L:\SVN\XHARBOUR\LIB\RDD.LIB|wacore
Error: Unresolved external '_hb_service_threadCancel' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|hbserv
Error: Unresolved external '_hb_service_ConsoleHandlerRoutineInit' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|hbserv
Error: Unresolved external '_hb_service_ConsoleHandlerRoutineDestroyStack' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|hbserv
Error: Unresolved external '_hb_service_LockInit' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|hbserv
Error: Unresolved external '_hb_service_hbstartservice' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|hbserv
Error: Unresolved external '_hb_service_Lock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|hbserv
Error: Unresolved external '_hb_service_UnLock' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|hbserv
Error: Unresolved external '_hb_macro_critical_Lock' referenced from L:\SVN\XHARBOUR\LIB\MACRO.LIB|macroy
Error: Unresolved external '_hb_macro_critical_UnLock' referenced from L:\SVN\XHARBOUR\LIB\MACRO.LIB|macroy
Error: Unable to perform link

FiveWin for (x)Harbour 12.04



Alguien sabe qué librería(s) me faltan para poder compilar????
Last edited by Bayron on Mon Aug 06, 2012 4:15 pm, edited 2 times in total.
=====>

Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com

FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate

FiveWin, One line of code and it's done...
User avatar
Bayron
 
Posts: 815
Joined: Thu Dec 24, 2009 12:46 am
Location: Philadelphia, PA

Re: xHarbour SVN

Postby lucasdebeltran » Mon Aug 06, 2012 3:58 pm

Bayron,

¿Has mirado en samples buildhx.bat?.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: xHarbour SVN

Postby Bayron » Mon Aug 06, 2012 4:12 pm

Gracias Lucas...

Cuando encuentro un error de estos, empiezo un proceso de prueba y error, y efectivamente lo primero que hago es ver ese archivo...

El problema actual ya lo resolví con

make_b32 clean

y recontruirlo de nuevo...
=====>

Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com

FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate

FiveWin, One line of code and it's done...
User avatar
Bayron
 
Posts: 815
Joined: Thu Dec 24, 2009 12:46 am
Location: Philadelphia, PA


Return to FiveWin para Harbour/xHarbour

Who is online

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