FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveLinux / FiveDroid (Android) Me marca error en la libreria libfive.a
Posts: 120
Joined: Wed Mar 11, 2009 07:32 PM
Me marca error en la libreria libfive.a
Posted: Sat Jun 16, 2012 04:56 PM

Hola buenas tardes,,,,

ya instale el harbour , el fivelinux  ,. me marca error en el bat al momento de compilar y linkiar pero era por error de la direccion donde estan las librerias quedando resuelto

pero ahora me marca error en la libfive,,

el patch que uso es

./bb.sh

clear

if [ $# = 0 ]; then
echo syntax: ./build2.sh file [options...]
exit
fi
echo compiling...
./../../harbour/bin/harbour $1 -n -I./../include -I./../../harbour/include $2

echo compiling C module...
gcc $1.c -c -I./include -I./../../harbour/include pkg-config --cflags gtk+-2.0

echo linking...
gcc $1.o -o$1 -L./../../harbour/lib -Wl,--start-group -lfive -lfivec -lhbcommon -lhbvm -lhbrtl -lhbrdd -lhbmacro -lhblang -lhbcpage -lhbpp -lrddntx -lrddcdx -lrddfpt -lhbsix -lhbusrrdd -lhbct -lgtstd -lhbdebug -lgtcgi -lgtpca -lgttrm -lhbclipsm -lhbcplr -lhbextern -lhbgt -lhbhsx -lhbmisc -lhbmzip -lhbnf -lhbnulrdd -lhbpcre -lhbrdd -lhbsqlit3 -lhbtip -lhbtpathy -lhbziparc -lxhb -Wl,--end-group

rm $1.c
rm $1.o

echo done!
./$1

Lines 1097, Functions/Procedures 1
Generating C source output to 'tutor01.c'... Done.
compiling C module...
linking...
./../../harbour/lib/libfive.a(errsys.o): In function hb_vm_SymbolInit_ERRSYS': errsys.c:(.text+0x2e): undefined reference tohb_vmProcessSymbolsEx'
./../../harbour/lib/libfive.a(harbour.o): In function hb_vm_SymbolInit_HARBOUR': harbour.c:(.text+0x2e): undefined reference tohb_vmProcessSymbolsEx'
./../../harbour/lib/libfive.a(harbour.o):(.data+0x18): undefined reference to HB_FUN_HB_DBG_VMSTKLCOUNT' ./../../harbour/lib/libfive.a(harbour.o):(.data+0x48): undefined reference toHB_FUN_HB_DBG_VMPARLLIST'
./../../harbour/lib/libfive.a(harbour.o):(.data+0xd8): undefined reference to HB_FUN_HB_DBG_VMVARLGET' ./../../harbour/lib/libfive.a(harbour.o):(.data+0xf8): undefined reference toHB_FUN_HB_DBG_VMVARSLEN'
./../../harbour/lib/libfive.a(listbox.o): In function hb_vm_SymbolInit_LISTBOX': listbox.c:(.text+0x2e): undefined reference tohb_vmProcessSymbolsEx'
./../../harbour/lib/libfive.a(say.o): In function hb_vm_SymbolInit_SAY': say.c:(.text+0x2e): undefined reference tohb_vmProcessSymbolsEx'
./../../harbour/lib/libfive.a(valblank.o): In function hb_vm_SymbolInit_VALBLANK': valblank.c:(.text+0x2e): undefined reference tohb_vmProcessSymbolsEx'
./../../harbour/lib/libfive.a(window.o): In function hb_vm_SymbolInit_WINDOW': window.c:(.text+0x2e): undefined reference tohb_vmProcessSymbolsEx'
./../../harbour/lib/libfive.a(button.o): In function hb_vm_SymbolInit_BUTTON': button.c:(.text+0x2e): undefined reference tohb_vmProcessSymbolsEx'
./../../harbour/lib/libfive.a(control.o):control.c:(.text+0x2e): more undefined references to hb_vmProcessSymbolsEx' follow ./../../harbour/lib/libfivec.a(buttons.o): In functionHB_FUN_CREATEBUTTON':
buttons.c:(.text+0x2f): undefined reference to gtk_button_new_from_stock' buttons.c:(.text+0x48): undefined reference togtk_button_new_with_mnemonic'
buttons.c:(.text+0x55): undefined reference to gtk_object_get_type' buttons.c:(.text+0x64): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0xa0): undefined reference to gtk_signal_connect_full' buttons.c:(.text+0xaa): undefined reference togtk_object_get_type'
buttons.c:(.text+0xb9): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0xf5): undefined reference togtk_signal_connect_full'
./../../harbour/lib/libfivec.a(buttons.o): In function HB_FUN_CREATEBTN': buttons.c:(.text+0x112): undefined reference togtk_object_get_type'
buttons.c:(.text+0x12c): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x13c): undefined reference togtk_object_get_data'
buttons.c:(.text+0x154): undefined reference to gtk_toolbar_get_type' buttons.c:(.text+0x163): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x16b): undefined reference to gtk_toolbar_append_space' buttons.c:(.text+0x196): undefined reference togtk_toolbar_get_type'
buttons.c:(.text+0x1a5): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x1d9): undefined reference togtk_toolbar_insert_stock'
buttons.c:(.text+0x1f4): undefined reference to gtk_toolbar_get_type' buttons.c:(.text+0x203): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x247): undefined reference to gtk_toolbar_append_element' buttons.c:(.text+0x24f): undefined reference togtk_label_get_type'
buttons.c:(.tex

gracias

saludos

Benjamin Casarrubias Moreno
Cd. Obreg贸n, Sonora, M茅xico
chino72vale@hotmail.com
Fivewin 24.04, Harbour 3.3, xharbour 1.2.1, Fivelinux, Visual Estudio 2022
Oracle Api Rest, SDK Contpaq, Facturaci贸n Electr贸nica, XML DIOT 2025
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Me marca error en la libreria libfive.a
Posted: Sat Jun 16, 2012 07:00 PM
Que versi贸n de Linux estas usando ?

Tienes que instalar GTK+ devel:

sudo apt-get install libgtk2.0-dev

http://wiki.fivetechsoft.com/doku.php?id=fivelinux_installpackages
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 120
Joined: Wed Mar 11, 2009 07:32 PM
Re: Me marca error en la libreria libfive.a
Posted: Sat Jun 16, 2012 07:15 PM

Hola buenas tardes
tengo la version Ubuntu 12.04 LTS \n \l

ya instale el appt-get
benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ cat /etc/issue
Ubuntu 12.04 LTS \n \l

benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ sudo apt-get install libgtk2.0-dev
Leyendo lista de paquetes... Hecho
Creando 谩rbol de dependencias
Leyendo la informaci贸n de estado... Hecho
libgtk2.0-dev ya est谩 en su versi贸n m谩s reciente.
0 actualizados, 0 se instalar谩n, 0 para eliminar y 0 no actualizados.
benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$

me sigue marcado error los paquetes que dicen en la informacio ya esta instaldos alo mejor falta otro si me quito
harbour.c:(.text+0x2e): undefined reference to hb_vmProcessSymbolsEx' ./../../harbour/lib/libfive.a(harbour.o):(.data+0x18): undefined reference toHB_FUN_HB_DBG_VMSTKLCOUNT'
./../../harbour/lib/libfive.a(harbour.o):(.data+0x48): undefined reference to HB_FUN_HB_DBG_VMPARLLIST' ./../../harbour/lib/libfive.a(harbour.o):(.data+0xd8): undefined reference toHB_FUN_HB_DBG_VMVARLGET'
./../../harbour/lib/libfive.a(harbour.o):(.data+0xf8): undefined reference to HB_FUN_HB_DBG_VMVARSLEN' ./../../harbour/lib/libfive.a(listbox.o): In functionhb_vm_SymbolInit_LISTBOX':
listbox.c:(.text+0x2e): undefined reference to hb_vmProcessSymbolsEx' ./../../harbour/lib/libfive.a(say.o): In functionhb_vm_SymbolInit_SAY':
say.c:(.text+0x2e): undefined reference to hb_vmProcessSymbolsEx' ./../../harbour/lib/libfive.a(valblank.o): In functionhb_vm_SymbolInit_VALBLANK':
valblank.c:(.text+0x2e): undefined reference to hb_vmProcessSymbolsEx' ./../../harbour/lib/libfive.a(window.o): In functionhb_vm_SymbolInit_WINDOW':
window.c:(.text+0x2e): undefined reference to hb_vmProcessSymbolsEx' ./../../harbour/lib/libfive.a(button.o): In functionhb_vm_SymbolInit_BUTTON':
button.c:(.text+0x2e): undefined reference to hb_vmProcessSymbolsEx' ./../../harbour/lib/libfive.a(control.o):control.c:(.text+0x2e): more undefined references tohb_vmProcessSymbolsEx' follow
./../../harbour/lib/libfivec.a(buttons.o): In function HB_FUN_CREATEBUTTON': buttons.c:(.text+0x2f): undefined reference togtk_button_new_from_stock'
buttons.c:(.text+0x48): undefined reference to gtk_button_new_with_mnemonic' buttons.c:(.text+0x55): undefined reference togtk_object_get_type'
buttons.c:(.text+0x64): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0xa0): undefined reference togtk_signal_connect_full'
buttons.c:(.text+0xaa): undefined reference to gtk_object_get_type' buttons.c:(.text+0xb9): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0xf5): undefined reference to gtk_signal_connect_full' ./../../harbour/lib/libfivec.a(buttons.o): In functionHB_FUN_CREATEBTN':
buttons.c:(.text+0x112): undefined reference to gtk_object_get_type' buttons.c:(.text+0x12c): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x13c): undefined reference to gtk_object_get_data' buttons.c:(.text+0x154): undefined reference togtk_toolbar_get_type'
buttons.c:(.text+0x163): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x16b): undefined reference togtk_toolbar_append_space'
buttons.c:(.text+0x196): undefined reference to gtk_toolbar_get_type' buttons.c:(.text+0x1a5): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x1d9): undefined reference to gtk_toolbar_insert_stock' buttons.c:(.text+0x1f4): undefined reference togtk_toolbar_get_type'
buttons.c:(.text+0x203): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x247): undefined reference togtk_toolbar_append_element'
buttons.c:(.text+0x24f): undefined reference to gtk_label_get_type' buttons.c:(.text+0x256): undefined reference togtk_toolbar_get_type'
buttons.c:(.text+0x265): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x270): undefined reference tog_list_last'
buttons.c:(.text+0x281): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x291): undefined reference togtk_label_set_use_underline'
buttons.c:(.text+0x29b): undefined reference to gtk_object_get_type' buttons.c:(.text+0x2aa): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x2e6): undefined reference to gtk_signal_connect_full' ./../../harbour/lib/libfivec.a(buttons.o): In functionHB_FUN_BTNSETTEXT':
buttons.c:(.text+0x312): undefined reference to gtk_button_get_type' buttons.c:(.text+0x32c): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x338): undefined reference to gtk_button_set_label' ./../../harbour/lib/libfivec.a(buttons.o): In functionHB_FUN_BTNGETTEXT':
buttons.c:(.text+0x34b): undefined reference to gtk_button_get_type' buttons.c:(.text+0x365): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x36d): undefined reference to gtk_button_get_label' ./../../harbour/lib/libfivec.a(dialogs.o): In functionHB_FUN_CREATEDIALOG':
dialogs.c:(.text+0x8): undefined reference to gtk_window_list_toplevels' dialogs.c:(.text+0x11): undefined reference togtk_window_list_toplevels'
dialogs.c:(.text+0x31): undefined reference to gtk_window_new' dialogs.c:(.text+0x39): undefined reference togtk_fixed_new'
dialogs.c:(.text+0x54): undefined reference to gtk_container_get_type' dialogs.c:(.text+0x63): undefined reference tog_type_check_instance_cast'
dialogs.c:(.text+0x74): undefined reference to gtk_container_add' dialogs.c:(.text+0x79): undefined reference togtk_object_get_type'
dialogs.c:(.text+0x88): undefined reference to g_type_check_instance_cast' dialogs.c:(.text+0xa1): undefined reference togtk_object_set_data'
dialogs.c:(.text+0xa6): undefined reference to gtk_window_get_type' dialogs.c:(.text+0xb5): undefined reference tog_type_check_instance_cast'
dialogs.c:(.text+0xd5): undefined reference to gtk_window_set_policy' dialogs.c:(.text+0xdf): undefined reference togtk_object_get_type'
dialogs.c:(.text+0xee): undefined reference to g_type_check_instance_cast' dialogs.c:(.text+0x12a): undefined reference togtk_signal_connect_full'
dialogs.c:(.text+0x134): undefined reference to gtk_object_get_type' dialogs.c:(.text+0x143): undefined reference tog_type_check_instance_cast'
dialogs.c:(.text+0x17f): undefined reference to gtk_signal_connect_full' dialogs.c:(.text+0x192): undefined reference togtk_widget_set_events'
./../../harbour/lib/libfivec.a(dialogs.o): In function HB_FUN_SETMODAL': dialogs.c:(.text+0x1b9): undefined reference togtk_window_get_type'
dialogs.c:(.text+0x1cc): undefined reference to g_type_check_instance_cast' dialogs.c:(.text+0x1d3): undefined reference togtk_window_get_type'
dialogs.c:(.text+0x1ed): undefined reference to g_type_check_instance_cast' dialogs.c:(.text+0x1f9): undefined reference togtk_window_set_transient_for'
dialogs.c:(.text+0x1fe): undefined reference to gtk_window_get_type' dialogs.c:(.text+0x218): undefined reference tog_type_check_instance_cast'
dialogs.c:(.text+0x228): undefined reference to gtk_window_set_modal' ./../../harbour/lib/libfivec.a(listboxes.o): In functionHB_FUN_CREATELISTBOX':
listboxes.c:(.text+0x17): undefined reference to gtk_viewport_new' listboxes.c:(.text+0x2e): undefined reference togtk_scrolled_window_new'
listboxes.c:(.text+0x36): undefined reference to gtk_list_new' listboxes.c:(.text+0x3e): undefined reference togtk_container_get_type'
listboxes.c:(.text+0x4d): undefined reference to g_type_check_instance_cast' listboxes.c:(.text+0x5e): undefined reference togtk_container_add'
listboxes.c:(.text+0x63): undefined reference to gtk_container_get_type' listboxes.c:(.text+0x72): undefined reference tog_type_check_instance_cast'
listboxes.c:(.text+0x83): undefined reference to gtk_container_add' listboxes.c:(.text+0x88): undefined reference togtk_object_get_type'
listboxes.c:(.text+0x97): undefined reference to g_type_check_instance_cast' listboxes.c:(.text+0xb0): undefined reference togtk_object_set_data'
listboxes.c:(.text+0xb5): undefined reference to gtk_object_get_type' listboxes.c:(.text+0xc4): undefined reference tog_type_check_instance_cast'
listboxes.c:(.text+0xd4): undefined reference to gtk_scrolled_window_get_type' listboxes.c:(.text+0xe3): undefined reference tog_type_check_instance_cast'
listboxes.c:(.text+0xfb): undefined reference to gtk_scrolled_window_set_policy' listboxes.c:(.text+0x100): undefined reference togtk_list_get_type'
listboxes.c:(.text+0x10f): undefined reference to g_type_check_instance_cast' listboxes.c:(.text+0x11f): undefined reference togtk_list_set_selection_mode'
listboxes.c:(.text+0x129): undefined reference to gtk_object_get_type' listboxes.c:(.text+0x138): undefined reference tog_type_check_instance_cast'
listboxes.c:(.text+0x175): undefined reference to gtk_signal_connect_full' ./../../harbour/lib/libfivec.a(listboxes.o): In functionHB_FUN_LBXSETITEMS':
listboxes.c:(.text+0x192): undefined reference to gtk_object_get_type' listboxes.c:(.text+0x1ac): undefined reference tog_type_check_instance_cast'
listboxes.c:(.text+0x1bc): undefined reference to gtk_object_get_data' listboxes.c:(.text+0x1fd): undefined reference togtk_list_item_new_with_label'
listboxes.c:(.text+0x20d): undefined reference to gtk_object_get_type' listboxes.c:(.text+0x21c): undefined reference tog_type_check_instance_cast'
listboxes.c:(.text+0x230): undefined reference to gtk_object_set_data' listboxes.c:(.text+0x235): undefined reference togtk_container_get_type'
listboxes.c:(.text+0x244): undefined reference to g_type_check_instance_cast' listboxes.c:(.text+0x255): undefined reference togtk_container_add'
./../../harbour/lib/libfivec.a(listboxes.o): In function HB_FUN_LBXSELITEM': listboxes.c:(.text+0x277): undefined reference togtk_object_get_type'
listboxes.c:(.text+0x291): undefined reference to g_type_check_instance_cast' listboxes.c:(.text+0x2a1): undefined reference togtk_object_get_data'
listboxes.c:(.text+0x2b8): undefined reference to gtk_list_get_type' listboxes.c:(.text+0x2c7): undefined reference tog_type_check_instance_cast'
listboxes.c:(.text+0x2d3): undefined reference to gtk_list_select_item' ./../../harbour/lib/libfivec.a(lnx.o): In functionCheckGtkInit':
lnx.c:(.text+0x1f): undefined reference to gtk_init' ./../../harbour/lib/libfivec.a(lnx.o): In functionHB_FUN_WINRUN':
lnx.c:(.text+0x8e): undefined reference to gtk_main' ./../../harbour/lib/libfivec.a(lnx.o): In functionConfigureEvent':
lnx.c:(.text+0xd5): undefined reference to gtk_object_get_type' lnx.c:(.text+0xe4): undefined reference tog_type_check_instance_cast'
lnx.c:(.text+0xf4): undefined reference to gtk_object_get_data' ./../../harbour/lib/libfivec.a(lnx.o): In functionDeleteEvent':
lnx.c:(.text+0x14f): undefined reference to gtk_object_get_type' lnx.c:(.text+0x15e): undefined reference tog_type_check_instance_cast'
lnx.c:(.text+0x16e): undefined reference to gtk_object_get_data' lnx.c:(.text+0x1b9): undefined reference togtk_main_quit'
./../../harbour/lib/libfivec.a(lnx.o): In function HB_FUN_SYSREFRESH': lnx.c:(.text+0x20c): undefined reference togtk_main_iteration'
lnx.c:(.text+0x211): undefined reference to gtk_events_pending' ./../../harbour/lib/libfivec.a(lnx.o): In functionHB_FUN_SYSQUIT':
lnx.c:(.text+0x239): undefined reference to gtk_main_quit' lnx.c:(.text+0x24f): undefined reference togtk_widget_destroy'
./../../harbour/lib/libfivec.a(lnx.o): In function HB_FUN_SETRESOURCES': lnx.c:(.text+0x27b): undefined reference toglade_xml_new'
./../../harbour/lib/libfivec.a(lnx.o): In function HB_FUN_LOADDIALOG': lnx.c:(.text+0x2a7): undefined reference toglade_xml_get_widget'
lnx.c:(.text+0x2bf): undefined reference to gtk_object_get_type' lnx.c:(.text+0x2ce): undefined reference tog_type_check_instance_cast'
lnx.c:(.text+0x30a): undefined reference to gtk_signal_connect_full' lnx.c:(.text+0x314): undefined reference togtk_object_get_type'
lnx.c:(.text+0x323): undefined reference to g_type_check_instance_cast' lnx.c:(.text+0x35f): undefined reference togtk_signal_connect_full'
lnx.c:(.text+0x372): undefined reference to gtk_widget_set_events' ./../../harbour/lib/libfivec.a(lnx.o): In functionHB_FUN_LOADBUTTON':
lnx.c:(.text+0x3a8): undefined reference to glade_xml_get_widget' lnx.c:(.text+0x3b5): undefined reference togtk_object_get_type'
lnx.c:(.text+0x3c4): undefined reference to g_type_check_instance_cast' lnx.c:(.text+0x400): undefined reference togtk_signal_connect_full'
lnx.c:(.text+0x40a): undefined reference to gtk_object_get_type' lnx.c:(.text+0x419): undefined reference tog_type_check_instance_cast'
lnx.c:(.text+0x455): undefined reference to gtk_signal_connect_full' ./../../harbour/lib/libfivec.a(lnx.o): In functionClickEvent':
lnx.c:(.text+0x4a6): undefined reference to gtk_object_get_type' lnx.c:(.text+0x4b5): undefined reference tog_type_check_instance_cast'
lnx.c:(.text+0x4c5): undefined reference to gtk_object_get_data' ./../../harbour/lib/libfivec.a(lnx.o): In functionMenuItemSelect':
lnx.c:(.text+0x520): undefined reference to gtk_object_get_type' lnx.c:(.text+0x52f): undefined reference tog_type_check_instance_cast'
lnx.c:(.text+0x53f): undefined reference to gtk_object_get_data' ./../../harbour/lib/libfivec.a(lnx.o): In functionLostFocusEvent':
lnx.c:(.text+0x560): undefined reference to gtk_object_get_type' lnx.c:(.text+0x56f): undefined reference tog_type_check_instance_cast'
lnx.c:(.text+0x57f): undefined reference to gtk_object_get_data' lnx.c:(.text+0x5c8): undefined reference togtk_object_get_type'
lnx.c:(.text+0x5d7): undefined reference to g_type_check_instance_cast' lnx.c:(.text+0x5e7): undefined reference togtk_object_get_data'
./../../harbour/lib/libfivec.a(lnx.o): In function GotFocusEvent': lnx.c:(.text+0x60d): undefined reference togtk_object_get_type'
lnx.c:(.text+0x61c): undefined reference to g_type_check_instance_cast' lnx.c:(.text+0x62c): undefined reference togtk_object_get_data'
lnx.c:(.text+0x675): undefined reference to gtk_object_get_type' lnx.c:(.text+0x684): undefined reference tog_type_check_instance_cast'
lnx.c:(.text+0x694): undefined reference to gtk_object_get_data' ./../../harbour/lib/libfivec.a(lnx.o): In functionLbxChangeEvent':
lnx.c:(.text+0x6d8): undefined reference to gtk_object_get_type' lnx.c:(.text+0x6e7): undefined reference tog_type_check_instance_cast'
lnx.c:(.text+0x6f7): undefined reference to gtk_object_get_data' lnx.c:(.text+0x710): undefined reference togtk_object_get_type'
lnx.c:(.text+0x71f): undefined reference to g_type_check_instance_cast' lnx.c:(.text+0x72f): undefined reference togtk_object_get_data'
./../../harbour/lib/libfivec.a(lnx.o): In function PaintEvent': lnx.c:(.text+0x785): undefined reference togtk_object_get_type'
lnx.c:(.text+0x794): undefined reference to g_type_check_instance_cast' lnx.c:(.text+0x7a4): undefined reference togtk_object_get_data'
./../../harbour/lib/libfivec.a(lnx.o): In function KeyPressEvent': lnx.c:(.text+0x802): undefined reference togtk_object_get_type'
lnx.c:(.text+0x811): undefined reference to g_type_check_instance_cast' lnx.c:(.text+0x821): undefined reference togtk_object_get_data'
./../../harbour/lib/libfivec.a(lnx.o): In function ButtonPressEvent': lnx.c:(.text+0x8ed): undefined reference togtk_object_get_type'
lnx.c:(.text+0x8fc): undefined reference to g_type_check_instance_cast' lnx.c:(.text+0x90c): undefined reference togtk_object_get_data'
./../../harbour/lib/libfivec.a(lnx.o): In function RadioButtonClick': lnx.c:(.text+0x968): undefined reference togtk_object_get_type'
lnx.c:(.text+0x977): undefined reference to g_type_check_instance_cast' lnx.c:(.text+0x987): undefined reference togtk_object_get_data'
./../../harbour/lib/libfivec.a(lnx.o): In function ScrollBarChanged': lnx.c:(.text+0x9de): undefined reference togtk_object_get_type'
lnx.c:(.text+0x9ed): undefined reference to g_type_check_instance_cast' lnx.c:(.text+0x9fd): undefined reference togtk_object_get_data'
./../../harbour/lib/libfivec.a(lnx.o): In function HB_FUN_SETTIMER': lnx.c:(.text+0xa97): undefined reference tog_timeout_add'
./../../harbour/lib/libfivec.a(lnx.o): In function HB_FUN_KILLTIMER': lnx.c:(.text+0xac5): undefined reference tog_source_remove'
./../../harbour/lib/libfivec.a(menus.o): In function HB_FUN_CREATEMENU': menus.c:(.text+0x7): undefined reference togtk_menu_bar_new'
./../../harbour/lib/libfivec.a(menus.o): In function HB_FUN_CREATEPOPUP': menus.c:(.text+0x1c): undefined reference togtk_menu_new'
./../../harbour/lib/libfivec.a(menus.o): In function HB_FUN_MENUSHOWPOPUP': menus.c:(.text+0x32): undefined reference togtk_get_current_event_time'
menus.c:(.text+0x74): undefined reference to gtk_menu_popup' ./../../harbour/lib/libfivec.a(menus.o): In functionHB_FUN_MENUSHOWITEM':
menus.c:(.text+0x94): undefined reference to gtk_widget_show' ./../../harbour/lib/libfivec.a(menus.o): In functionHB_FUN_SETMENU':
menus.c:(.text+0xa2): undefined reference to gtk_object_get_type' menus.c:(.text+0xbc): undefined reference tog_type_check_instance_cast'
menus.c:(.text+0xcc): undefined reference to gtk_object_get_data' menus.c:(.text+0xe3): undefined reference togtk_box_get_type'
menus.c:(.text+0xf2): undefined reference to g_type_check_instance_cast' menus.c:(.text+0x11b): undefined reference togtk_box_pack_start'
menus.c:(.text+0x120): undefined reference to gtk_box_get_type' menus.c:(.text+0x12f): undefined reference tog_type_check_instance_cast'
menus.c:(.text+0x148): undefined reference to gtk_box_reorder_child' ./../../harbour/lib/libfivec.a(menus.o): In functionHB_FUN_APPENDMENU':
menus.c:(.text+0x198): undefined reference to gtk_image_menu_item_new_from_stock' menus.c:(.text+0x1c1): undefined reference togtk_menu_item_new_with_mnemonic'
menus.c:(.text+0x1cb): undefined reference to gtk_menu_item_new' menus.c:(.text+0x1e1): undefined reference togtk_widget_set_sensitive'
menus.c:(.text+0x1e6): undefined reference to gtk_container_get_type' menus.c:(.text+0x1f5): undefined reference tog_type_check_instance_cast'
menus.c:(.text+0x206): undefined reference to gtk_container_add' menus.c:(.text+0x210): undefined reference togtk_object_get_type'
menus.c:(.text+0x21f): undefined reference to g_type_check_instance_cast' menus.c:(.text+0x25b): undefined reference togtk_signal_connect_full'
./../../harbour/lib/libfivec.a(menus.o): In function HB_FUN_ADDPOPUP': menus.c:(.text+0x287): undefined reference togtk_menu_item_get_type'
menus.c:(.text+0x2a1): undefined reference to g_type_check_instance_cast' menus.c:(.text+0x2ad): undefined reference togtk_menu_item_set_submenu'
./../../harbour/lib/libfivec.a(msgbox.o): In function MsgAlert': msgbox.c:(.text+0x13): undefined reference togtk_window_list_toplevels'
msgbox.c:(.text+0x1c): undefined reference to gtk_window_list_toplevels' msgbox.c:(.text+0x26): undefined reference togtk_window_get_type'
msgbox.c:(.text+0x35): undefined reference to g_type_check_instance_cast' msgbox.c:(.text+0x5e): undefined reference togtk_message_dialog_new'
msgbox.c:(.text+0x66): undefined reference to gtk_window_get_type' msgbox.c:(.text+0x75): undefined reference tog_type_check_instance_cast'
msgbox.c:(.text+0x95): undefined reference to gtk_window_set_policy' msgbox.c:(.text+0x9a): undefined reference togtk_window_get_type'
msgbox.c:(.text+0xa9): undefined reference to g_type_check_instance_cast' msgbox.c:(.text+0xb9): undefined reference togtk_window_set_position'
msgbox.c:(.text+0xbe): undefined reference to gtk_dialog_get_type' msgbox.c:(.text+0xcd): undefined reference tog_type_check_instance_cast'
msgbox.c:(.text+0xd5): undefined reference to gtk_dialog_run' msgbox.c:(.text+0xe3): undefined reference togtk_widget_destroy'
./../../harbour/lib/libfivec.a(msgbox.o): In function MsgInfo': msgbox.c:(.text+0x100): undefined reference togtk_window_list_toplevels'
msgbox.c:(.text+0x109): undefined reference to gtk_window_list_toplevels' msgbox.c:(.text+0x113): undefined reference togtk_window_get_type'
msgbox.c:(.text+0x122): undefined reference to g_type_check_instance_cast' msgbox.c:(.text+0x14b): undefined reference togtk_message_dialog_new'
msgbox.c:(.text+0x153): undefined reference to gtk_window_get_type' msgbox.c:(.text+0x162): undefined reference tog_type_check_instance_cast'
msgbox.c:(.text+0x169): undefined reference to gtk_window_get_type' msgbox.c:(.text+0x178): undefined reference tog_type_check_instance_cast'
msgbox.c:(.text+0x184): undefined reference to gtk_window_set_transient_for' msgbox.c:(.text+0x189): undefined reference togtk_window_get_type'
msgbox.c:(.text+0x198): undefined reference to g_type_check_instance_cast' msgbox.c:(.text+0x1b8): undefined reference togtk_window_set_policy'
msgbox.c:(.text+0x1bd): undefined reference to gtk_window_get_type' msgbox.c:(.text+0x1cc): undefined reference tog_type_check_instance_cast'
msgbox.c:(.text+0x1dc): undefined reference to gtk_window_set_position' msgbox.c:(.text+0x1e1): undefined reference togtk_dialog_get_type'
msgbox.c:(.text+0x1f0): undefined reference to g_type_check_instance_cast' msgbox.c:(.text+0x1f8): undefined reference togtk_dialog_run'
msgbox.c:(.text+0x206): undefined reference to gtk_widget_destroy' ./../../harbour/lib/libfivec.a(msgbox.o): In functionMsgStop':
msgbox.c:(.text+0x226): undefined reference to gtk_window_list_toplevels' msgbox.c:(.text+0x22f): undefined reference togtk_window_list_toplevels'
msgbox.c:(.text+0x239): undefined reference to gtk_window_get_type' msgbox.c:(.text+0x248): undefined reference tog_type_check_instance_cast'
msgbox.c:(.text+0x271): undefined reference to gtk_message_dialog_new' msgbox.c:(.text+0x279): undefined reference togtk_window_get_type'
msgbox.c:(.text+0x288): undefined reference to g_type_check_instance_cast' msgbox.c:(.text+0x2a8): undefined reference togtk_window_set_policy'
msgbox.c:(.text+0x2ad): undefined reference to gtk_window_get_type' msgbox.c:(.text+0x2bc): undefined reference tog_type_check_instance_cast'
msgbox.c:(.text+0x2cc): undefined reference to gtk_window_set_position' msgbox.c:(.text+0x2d1): undefined reference togtk_dialog_get_type'
msgbox.c:(.text+0x2e0): undefined reference to g_type_check_instance_cast' msgbox.c:(.text+0x2e8): undefined reference togtk_dialog_run'
msgbox.c:(.text+0x2f6): undefined reference to gtk_widget_destroy' ./../../harbour/lib/libfivec.a(msgbox.o): In functionMsgYesNo':
msgbox.c:(.text+0x312): undefined reference to gtk_window_list_toplevels' msgbox.c:(.text+0x31b): undefined reference togtk_window_list_toplevels'
msgbox.c:(.text+0x325): undefined reference to gtk_window_get_type' msgbox.c:(.text+0x334): undefined reference tog_type_check_instance_cast'
msgbox.c:(.text+0x35d): undefined reference to gtk_message_dialog_new' msgbox.c:(.text+0x365): undefined reference togtk_window_get_type'
msgbox.c:(.text+0x374): undefined reference to g_type_check_instance_cast' msgbox.c:(.text+0x394): undefined reference togtk_window_set_policy'
msgbox.c:(.text+0x399): undefined reference to gtk_window_get_type' msgbox.c:(.text+0x3a8): undefined reference tog_type_check_instance_cast'
msgbox.c:(.text+0x3b8): undefined reference to gtk_window_set_position' msgbox.c:(.text+0x3bd): undefined reference togtk_dialog_get_type'
msgbox.c:(.text+0x3cc): undefined reference to g_type_check_instance_cast' msgbox.c:(.text+0x3d4): undefined reference togtk_dialog_run'
msgbox.c:(.text+0x3e2): undefined reference to gtk_widget_destroy' ./../../harbour/lib/libfivec.a(msgbox.o): In functionHB_FUN_MSGBEEP':
msgbox.c:(.text+0x614): undefined reference to gdk_beep' ./../../harbour/lib/libfivec.a(says.o): In functionHB_FUN_CREATESAY':
says.c:(.text+0x16): undefined reference to gtk_label_new' ./../../harbour/lib/libfivec.a(says.o): In functionHB_FUN_SAYSETTEXT':
says.c:(.text+0x56): undefined reference to gtk_label_set_text' ./../../harbour/lib/libfivec.a(says.o): In functionHB_FUN_SAYGETTEXT':
says.c:(.text+0x78): undefined reference to gtk_label_get_text' ./../../harbour/lib/libfivec.a(spawn.o): In functionHB_FUN_WINEXEC':
spawn.c:(.text+0x8b): undefined reference to g_spawn_async' ./../../harbour/lib/libfivec.a(windows.o): In functionHB_FUN_CREATEWINDOW':
windows.c:(.text+0xf): undefined reference to gtk_window_new' windows.c:(.text+0x26): undefined reference togtk_vbox_new'
windows.c:(.text+0x2e): undefined reference to gtk_fixed_new' windows.c:(.text+0x41): undefined reference togtk_container_get_type'
windows.c:(.text+0x50): undefined reference to g_type_check_instance_cast' windows.c:(.text+0x61): undefined reference togtk_container_add'
windows.c:(.text+0x66): undefined reference to gtk_box_get_type' windows.c:(.text+0x75): undefined reference tog_type_check_instance_cast'
windows.c:(.text+0x9e): undefined reference to gtk_box_pack_start' windows.c:(.text+0xa3): undefined reference togtk_object_get_type'
windows.c:(.text+0xb2): undefined reference to g_type_check_instance_cast' windows.c:(.text+0xcb): undefined reference togtk_object_set_data'
windows.c:(.text+0xd0): undefined reference to gtk_object_get_type' windows.c:(.text+0xdf): undefined reference tog_type_check_instance_cast'
windows.c:(.text+0xf8): undefined reference to gtk_object_set_data' windows.c:(.text+0xfd): undefined reference togtk_window_get_type'
windows.c:(.text+0x10c): undefined reference to g_type_check_instance_cast' windows.c:(.text+0x124): undefined reference togtk_window_set_default_size'
windows.c:(.text+0x12e): undefined reference to gtk_object_get_type' windows.c:(.text+0x13d): undefined reference tog_type_check_instance_cast'
windows.c:(.text+0x179): undefined reference to gtk_signal_connect_full' windows.c:(.text+0x183): undefined reference togtk_object_get_type'
windows.c:(.text+0x192): undefined reference to g_type_check_instance_cast' windows.c:(.text+0x1ce): undefined reference togtk_signal_connect_full'
windows.c:(.text+0x1d8): undefined reference to gtk_object_get_type' windows.c:(.text+0x1e7): undefined reference tog_type_check_instance_cast'
windows.c:(.text+0x223): undefined reference to gtk_signal_connect_full' windows.c:(.text+0x236): undefined reference togtk_widget_set_events'
./../../harbour/lib/libfivec.a(windows.o): In function HB_FUN_WNDDESTROY': windows.c:(.text+0x261): undefined reference togtk_widget_destroy'
./../../harbour/lib/libfivec.a(windows.o): In function `HB_FUN_SETPARENT':

Saludos ,,, y gracias

Benjamin Casarrubias Moreno
Cd. Obreg贸n, Sonora, M茅xico
chino72vale@hotmail.com
Fivewin 24.04, Harbour 3.3, xharbour 1.2.1, Fivelinux, Visual Estudio 2022
Oracle Api Rest, SDK Contpaq, Facturaci贸n Electr贸nica, XML DIOT 2025
Posts: 120
Joined: Wed Mar 11, 2009 07:32 PM
Re: Me marca error en la libreria libfive.a
Posted: Sat Jun 16, 2012 07:20 PM

Al poner la otra parte marca esto tambien

benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ sudo apt-get install gcc libgtk2.0-dev libncurses5-dev libgpmg1-dev libgnomeprintui2.2-dev glade-2 libglade2-dev unixODBC-dev
Leyendo lista de paquetes... Hecho
Creando 谩rbol de dependencias
Leyendo la informaci贸n de estado... Hecho
El paquete glade-2 no est谩 disponible, pero alg煤n otro paquete hace referencia
a 茅l. Esto puede significar que el paquete falta, est谩 obsoleto o s贸lo se
encuentra disponible desde alguna otra fuente
Sin embargo, los siguientes paquetes lo reemplazan:
glade-gtk2

E: El paquete 芦glade-2禄 no tiene un candidato para la instalaci贸n
benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$

Benjamin Casarrubias Moreno
Cd. Obreg贸n, Sonora, M茅xico
chino72vale@hotmail.com
Fivewin 24.04, Harbour 3.3, xharbour 1.2.1, Fivelinux, Visual Estudio 2022
Oracle Api Rest, SDK Contpaq, Facturaci贸n Electr贸nica, XML DIOT 2025
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Me marca error en la libreria libfive.a
Posted: Sat Jun 16, 2012 08:04 PM
Has construido Harbour descargandolo primero desde su repositorio ?

http://wiki.fivetechsoft.com/doku.php?id=fivelinux_buildharbour
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 120
Joined: Wed Mar 11, 2009 07:32 PM
Re: Me marca error en la libreria libfive.a
Posted: Sat Jun 16, 2012 09:57 PM

Lo baje directamente desde el ftdn

intentare desde el repositorio ,,,,

saludos

gracias

Benjamin Casarrubias Moreno
Cd. Obreg贸n, Sonora, M茅xico
chino72vale@hotmail.com
Fivewin 24.04, Harbour 3.3, xharbour 1.2.1, Fivelinux, Visual Estudio 2022
Oracle Api Rest, SDK Contpaq, Facturaci贸n Electr贸nica, XML DIOT 2025
Posts: 120
Joined: Wed Mar 11, 2009 07:32 PM
Re: Me marca error en la libreria libfive.a
Posted: Sun Jun 17, 2012 05:13 AM

Hola,,,

Todavia me macar error...

ya cheque con el harbour del ftdn 
cheque con el harbour de la pagina de harbour para linux
y me marca el mismo error


si compilo solo sin las librerias de fivewin ,,,,, puedo compilar y ejecutar sin problema los test de harbour pero me sigue marcando error con las librerias de fivelinux

sigue con el mismo error

 instale los paquetes que dice en los manuales    }

un paquete me marco error

el paquete es glade-2    pero instale el que marca  que es el siguiente   glade-gtk2

benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ sudo apt-get install glade-2
Leyendo lista de paquetes... Hecho
Creando 谩rbol de dependencias
Leyendo la informaci贸n de estado... Hecho
El paquete glade-2 no est谩 disponible, pero alg煤n otro paquete hace referencia
a 茅l. Esto puede significar que el paquete falta, est谩 obsoleto o s贸lo se
encuentra disponible desde alguna otra fuente
Sin embargo, los siguientes paquetes lo reemplazan:
glade-gtk2

E: El paquete 芦glade-2禄 no tiene un candidato para la instalaci贸n

y aqui instalo el paquete sugerido

benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ sudo apt-get install glade-gtk2
Leyendo lista de paquetes... Hecho
Creando 谩rbol de dependencias
Leyendo la informaci贸n de estado... Hecho
glade-gtk2 ya est谩 en su versi贸n m谩s reciente.
0 actualizados, 0 se instalar谩n, 0 para eliminar y 0 no actualizados.
benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$

saludos

 window.c:(.text+0x2e): undefined reference to `hb_vmProcessSymbolsEx'

./../../harbour/lib/libfive.a(button.o): In function hb_vm_SymbolInit_BUTTON': button.c:(.text+0x2e): undefined reference tohb_vmProcessSymbolsEx'
./../../harbour/lib/libfive.a(control.o):control.c:(.text+0x2e): more undefined references to hb_vmProcessSymbolsEx' follow ./../../harbour/lib/libfivec.a(buttons.o): In functionHB_FUN_CREATEBUTTON':
buttons.c:(.text+0x2f): undefined reference to gtk_button_new_from_stock' buttons.c:(.text+0x48): undefined reference togtk_button_new_with_mnemonic'
buttons.c:(.text+0x55): undefined reference to gtk_object_get_type' buttons.c:(.text+0x64): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0xa0): undefined reference to gtk_signal_connect_full' buttons.c:(.text+0xaa): undefined reference togtk_object_get_type'
buttons.c:(.text+0xb9): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0xf5): undefined reference togtk_signal_connect_full'
./../../harbour/lib/libfivec.a(buttons.o): In function HB_FUN_CREATEBTN': buttons.c:(.text+0x112): undefined reference togtk_object_get_type'
buttons.c:(.text+0x12c): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x13c): undefined reference togtk_object_get_data'
buttons.c:(.text+0x154): undefined reference to gtk_toolbar_get_type' buttons.c:(.text+0x163): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x16b): undefined reference to gtk_toolbar_append_space' buttons.c:(.text+0x196): undefined reference togtk_toolbar_get_type'
buttons.c:(.text+0x1a5): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x1d9): undefined reference togtk_toolbar_insert_stock'
buttons.c:(.text+0x1f4): undefined reference to gtk_toolbar_get_type' buttons.c:(.text+0x203): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x247): undefined reference to gtk_toolbar_append_element' buttons.c:(.text+0x24f): undefined reference togtk_label_get_type'
buttons.c:(.text+0x256): undefined reference to gtk_toolbar_get_type' buttons.c:(.text+0x265): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x270): undefined reference to g_list_last' buttons.c:(.text+0x281): undefined reference tog_type_check_instance_cast'
buttons.c:(.text+0x291): undefined reference to gtk_label_set_use_underline' buttons.c:(.text+0x29b): undefined reference togtk_object_get_type'
buttons.c:(.text+0x2aa): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x2e6): undefined reference togtk_signal_connect_full'
./../../harbour/lib/libfivec.a(buttons.o): In function HB_FUN_BTNSETTEXT': buttons.c:(.text+0x312): undefined reference togtk_button_get_type'
buttons.c:(.text+0x32c): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x338): undefined reference togtk_button_set_label'
./../../harbour/lib/libfivec.a(buttons.o): In function HB_FUN_BTNGETTEXT': buttons.c:(.text+0x34b): undefined reference togtk_button_get_type'
buttons.c:(.text+0x365): undefined reference to g_type_check_instance_cast' buttons.c:(.text+0x36d): undefined reference togtk_button_get_label'
./../../harbour/lib/libfivec.a(dialogs.o): In function HB_FUN_CREATEDIALOG': dialogs.c:(.text+0x8): undefined reference togtk_window_list_toplevels'
dialogs.c:(.text+0x11): undefined reference to gtk_window_list_toplevels' dialogs.c:(.text+0x31): undefined reference togtk_window_new'
dialogs.c:(.text+0x39): undefined reference to gtk_fixed_new' dialogs.c:(.text+0x54): undefined reference togtk_container_get_type'
dialogs.c:(.text+0x63): undefined reference to g_type_check_instance_cast' dialogs.c:(.text+0x74): undefined reference togtk_container_add'
dialogs.c:(.text+0x79): undefined reference to gtk_object_get_type' dialogs.c:(.text+0x88): undefined reference tog_type_check_instance_cast'
dialogs.c:(.text+0xa1): undefined reference to gtk_object_set_data' dialogs.c:(.text+0xa6): undefined reference togtk_window_get_type'
dialogs.c:(.text+0xb5): undefined reference to g_type_check_instance_cast' dialogs.c:(.text+0xd5): undefined reference togtk_window_set_policy'
dialogs.c:(.text+0xdf): undefined reference to gtk_object_get_type' dialogs.c:(.text+0xee): undefined reference tog_type_check_instance_cast'
dialogs.c:(.text+0x12a): undefined reference to gtk_signal_connect_full' dialogs.c:(.text+0x134): undefined reference togtk_object_get_type'
dialogs.c:(.text+0x143): undefined reference to g_type_check_instance_cast' dialogs.c:(.text+0x17f): undefined reference togtk_signal_connect_full'
dialogs.c:(.text+0x192): undefined reference to gtk_widget_set_events' ./../../harbour/lib/libfivec.a(dialogs.o): In functionHB_FUN_SETMODAL':
dialogs.c:(.text+0x1b9): undefined reference to gtk_window_get_type' dialogs.c:(.text+0x1cc): undefined reference tog_type_check_instance_cast'
dialogs.c:(.text+0x1d3): undefined reference to gtk_window_get_type' dialogs.c:(.text+0x1ed): undefined reference tog_type_check_instance_cast'
dialogs.c:(.text+0x1f9): undefined reference to gtk_window_set_transient_for' dialogs.c:(.text+0x1fe): undefined reference togtk_window_get_type'
dialogs.c:(.text+0x218): undefined reference to g_type_check_instance_cast' dialogs.c:(.text+0x228): undefined reference togtk_window_set_modal'
./../../harbour/lib/libfivec.a(listboxes.o): In function HB_FUN_CREATELISTBOX': listboxes.c:(.text+0x17): undefined reference togtk_viewport_new'
listboxes.c:(.text+0x2e): undefined reference to gtk_scrolled_window_new' listboxes.c:(.text+0x36): undefined reference togtk_list_new'
listboxes.c:(.text+0x3e): undefined reference to gtk_container_get_type' listboxes.c:(.text+0x4d): undefined reference tog_type_check_instance_cast'
listboxes.c:(.text+0x5e): undefined reference to gtk_container_add' listboxes.c:(.text+0x63): undefined reference togtk_container_get_type'
listboxes.c:(.text+0x72): undefined reference to g_type_check_instance_cast' listboxes.c:(.text+0x83): undefined reference togtk_container_add'
listboxes.c:(.text+0x88): undefined reference to gtk_object_get_type' listboxes.c:(.text+0x97): undefined reference tog_type_check_instance_cast'
listboxes.c:(.text+0xb0): undefined reference to gtk_object_set_data' listboxes.c:(.text+0xb5): undefined reference togtk_object_get_type'
listboxes.c:(.text+0xc4): undefined reference to g_type_check_instance_cast' listboxes.c:(.text+0xd4): undefined reference togtk_scrolled_window_get_type'
listboxes.c:(.text+0xe3): undefined reference to g_type_check_instance_cast' listboxes.c:(.text+0xfb): undefined reference togtk_scrolled_window_set_policy'
listboxes.c:(.text+0x100): undefined reference to gtk_list_get_type' listboxes.c:(.text+0x10f): undefined reference tog_type_check_instance_cast'
listboxes.c:(.text+0x11f): undefined reference to gtk_list_set_selection_mode' listboxes.c:(.text+0x129): undefined reference togtk_object_get_type'
listboxes.c:(.text+0x138): undefined reference to g_type_check_instance_cast' listboxes.c:(.text+0x175): undefined reference togtk_signal_connect_full'
./../../harbour/lib/libfivec.a(listboxes.o): In function `HB_FUN_LBXSETITEMS':

Benjamin Casarrubias Moreno
Cd. Obreg贸n, Sonora, M茅xico
chino72vale@hotmail.com
Fivewin 24.04, Harbour 3.3, xharbour 1.2.1, Fivelinux, Visual Estudio 2022
Oracle Api Rest, SDK Contpaq, Facturaci贸n Electr贸nica, XML DIOT 2025
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Me marca error en la libreria libfive.a
Posted: Sun Jun 17, 2012 09:34 AM

Conectemos por TeamViewer y te lo confifuramos desde aqui.

Env铆ame un email cuando estes online con tu login y password de TeamViewer

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1078
Joined: Thu Sep 27, 2007 03:47 PM
Re: Me marca error en la libreria libfive.a
Posted: Fri Jun 22, 2012 03:01 AM

Saludos
Como corrigieron este problema

tengo la version Ubuntu 12.04 LTS y me pasa lo mismo ,con linux ubuntu 11.01 funciona perfecto

Ruben Dario Gonzalez
Cali-Colombia
rubendariogd@hotmail.com - rubendariogd@gmail.com
Posts: 120
Joined: Wed Mar 11, 2009 07:32 PM
Re: Me marca error en la libreria libfive.a
Posted: Fri Jun 22, 2012 03:44 AM

hola buenas noches

de aqui tomo las instalacion

http://wiki.fivetechsoft.com/doku.php?i ... ildharbour

se reconstruyo de nuevo el harbour

Benjamin Casarrubias Moreno
Cd. Obreg贸n, Sonora, M茅xico
chino72vale@hotmail.com
Fivewin 24.04, Harbour 3.3, xharbour 1.2.1, Fivelinux, Visual Estudio 2022
Oracle Api Rest, SDK Contpaq, Facturaci贸n Electr贸nica, XML DIOT 2025
Posts: 1078
Joined: Thu Sep 27, 2007 03:47 PM
Re: Me marca error en la libreria libfive.a
Posted: Sat Jun 23, 2012 01:34 AM

benjiben143

Que version de linux Usas.

Yo uso Ubuntu 12.04 harbour Rev 17599 la 3.2

Y tengo el mismo problema

Ruben Dario Gonzalez
Cali-Colombia
rubendariogd@hotmail.com - rubendariogd@gmail.com
Posts: 120
Joined: Wed Mar 11, 2009 07:32 PM
Re: Me marca error en la libreria libfive.a
Posted: Sat Jun 23, 2012 03:44 AM

hola buenas noches

tengo la ubunto 12.04

ya trabajando con harbour 3.0 , ya haciendo pruebas

compilando y enlanzando .. antonio inares me lo reconstruyo el harbour desde cero

usando la pagina de enlaze de arriba

y ya ejecutando

saludos

Benjamin Casarrubias Moreno
Cd. Obreg贸n, Sonora, M茅xico
chino72vale@hotmail.com
Fivewin 24.04, Harbour 3.3, xharbour 1.2.1, Fivelinux, Visual Estudio 2022
Oracle Api Rest, SDK Contpaq, Facturaci贸n Electr贸nica, XML DIOT 2025
Posts: 1078
Joined: Thu Sep 27, 2007 03:47 PM
Re: Me marca error en la libreria libfive.a
Posted: Sat Jun 23, 2012 01:11 PM

benjiben143

Yo mismo reconstrui las Harbour la version 3.2 no se si hice algo mal.

Me podrias dar una copia de tu harbour ya construido, para ver si me pasa lo mismo, lo raro es que la 11.01 me funciona bien.

Gracias

Ruben Dario Gonzalez
Cali-Colombia
rubendariogd@hotmail.com - rubendariogd@gmail.com
Posts: 120
Joined: Wed Mar 11, 2009 07:32 PM
Re: Me marca error en la libreria libfive.a
Posted: Sat Jun 23, 2012 02:46 PM

hola buenos dias
Diario

te acabo de mandar el harbour construido con ubunto 12.04

saludos

Benjamin Casarrubias Moreno
Cd. Obreg贸n, Sonora, M茅xico
chino72vale@hotmail.com
Fivewin 24.04, Harbour 3.3, xharbour 1.2.1, Fivelinux, Visual Estudio 2022
Oracle Api Rest, SDK Contpaq, Facturaci贸n Electr贸nica, XML DIOT 2025
Posts: 1078
Joined: Thu Sep 27, 2007 03:47 PM
Re: Me marca error en la libreria libfive.a
Posted: Sun Jun 24, 2012 03:52 PM

benjiben143

No me ha llegado Nada
te coloque otro correo, me lo puedes envias a los dos correos

Gracias

Ruben Dario Gonzalez
Cali-Colombia
rubendariogd@hotmail.com - rubendariogd@gmail.com