Getting error when compiling my c code

Emily Brantley koneko.em at gmail.com
Thu Aug 18 06:13:15 UTC 2005


Lalit Kumar wrote:
> Hi all,
>  
> I am getting error ' could not find gnome.h' when I am trying to compile
> my c code on Fedora core 3.
>  
> On my system I have gone.h but do not know why it can not find it.
> can anybody tell me why this problem is and how to resolve that.
> I think I may have to make some setting regarding this.
>  
> Please help me out, its urgent.
>  
> Thanks in advance.
> 
> 
> -- 
> Bye,
> 
> Lalit Kumar
> Pune
> M- 9881209069
> 

make sure you have libgnomeui-devel installed.  then make sure you're
compiling like so

gcc `pkg-config --cflags --libs libgnomeui-2.0` <file> -o <program>

em.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: koneko.em.vcf
Type: text/x-vcard
Size: 203 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20050818/14bfa3f9/attachment-0002.vcf 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20050818/14bfa3f9/attachment-0002.bin 


More information about the users mailing list