>> Hi i got these error while i used methods to add stock icon and some other
>> related application can anyone tell me what else i should do to make this
>> ok.... does i need to include some other file or other option.. Thank you
>> in advance to every one replay
>> 
>> gcc `gtk-config --cflags` -g  main.c -o main `gtk-config --libs`

gtk-config is for gtk-1.2, and if you want to use gtk+-2.x then, it's
pkg-config.

so, the final line is : gcc main.c -o main `pkg-config --libs --cflags
gtk+-2.0`

Bye

---end quoted text---

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to