I followed all notes in http://www.fivetechsoft.com/wiki/doku.p ... stallation
when I try to compile I have this error
Code: Select all
compiling...
Harbour 2.1.0rc2 (Rev. 16643)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'tutor01.prg'...
Lines 1114, Functions/Procedures 1
Generating C source output to 'tutor01.c'... Done.
compiling C module...
linking...
./../lib/libfivec.a(buttons.o): In function `HB_FUN_CREATEBUTTON':
buttons.c:(.text+0x2f): undefined reference to `gtk_button_new_from_stock'
buttons.c:(.text+0x265): undefined reference to `g_type_check_instance_cast'
buttons.c:(.text+0x270): undefined reference to `g_list_last'