Re: Problem in adding stock item
- From: Stephane Wirtel <stephane wirtel brutele be>
- To: Anish Chandran <anishchandru iamwaiting com>
- Cc: gtk-list gnome org, gtk-app-devel-list gnome org
- Subject: Re: Problem in adding stock item
- Date: Sun, 21 Dec 2003 18:56:36 +0100
>> 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---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]