FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour xHarbour SVN
Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
xHarbour SVN
Posted: Mon Aug 06, 2012 03: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????

=====>

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

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: xHarbour SVN
Posted: Mon Aug 06, 2012 03: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.
Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
Re: xHarbour SVN
Posted: Mon Aug 06, 2012 04: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
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Continue the discussion