Re: Errors Compiling GtkDatabox Demo Files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Title: Re: Errors Compiling GtkDatabox Demo Files

You are best off asking the author of the GtkDatabox widget.

If the author of the widget wrote it such that it “registers” itself with pkg-config, you might be able to add a pkg-config call or two for it to your gcc line.  Run a ‘pkg-config —list-all’ to find out.

Otherwise, you might have to manually specify the path where the headers are installed and where the library is (see man gcc for how to do this, also run your existing pkg-config commands for gtk+-2.0 to get an idea of what this would look like, since really that is all they are spitting back.


On 12/21/04 11:47 PM, "Miguel F. Zavala L." <mzavala@xxxxxxxxxxxxxxx> wrote:

I’m new to GTK+ and a beginner in Linux programming, so please be patient with me.
 
After installing GtkDatabox-0.2.4.5 typing the following lines:
 
./configure
make
make install

everything looks fine. I tested the example programs without any complication. But when trying to compile them, I’m experiencing the following difficulties. I try to compile for example the basics.c file typing:
 
gcc –Wall –g basics.c –o basics ‘pkg-config --cflags gtk+-2.0’ ‘pkg-config --libs gtk+-2.0’

and the compiler give me the following errors:
 
/tmp/cc5o02G.o(text+0x175): In function ‘create_basics’:
/home/mzavala/…./basics.c:69: reference to ‘gtk_databox_new’ without definition

and the same as the last message for other functions as: gtk_databox_get_type, gtk_databox_set_background_color, etc.
 
How can I make gcc recognize GtkDatabox libraries? Should I install GtkDatabox libraries in some specific directory in order to make them work?
 
Any help will be GREATLY appreciated…
 
I’m using RH9.
 
Thanks…
 
Miguel Zavala
Asuncion, Paraguay


_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list


--
Ken Sodemann (stuffle@xxxxxxx)
Go Yankees, Go Brewers, Go #17, #20, #24, #97
http://webpages.charter.net/stuffle/
_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux