Compiling problem - SOLVED

Post Reply
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Compiling problem - SOLVED

Post by Maurizio »

Hello Antonio
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'
 
MAurizio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Compiling problem - SOLVED

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply