|
|
| Author |
Message |
|
|
Ujjwol Familiar Face
Joined: 26 Feb 2008 Posts: 11
|
Posted: Fri Feb 29, 2008 2:24 am Post subject: Erros during compilation |
|
|
When i write a small c program with gtk.h and glade.h
i get following error
[Ujjwol@localhost Practice]$ gcc -Wall -g -o ujjwol glade.c 'pkg-config --cflags --libs gtk+-2.0 libglade-2.0'
gcc: pkg-config --cflags --libs gtk+-2.0 libglade-2.0: No such file or directory
glade.c:5:21: error: gtk/gtk.h: No such file or directory
glade.c:6:25: error: glade/glade.h: No such file or directory |
|
| Back to top |
|
 |
Micah Carrick Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 407 Location: Portland, OR USA
|
Posted: Fri Feb 29, 2008 11:10 pm Post subject: |
|
|
| What distribution are you using? Are you sure you have the glade and gtk development libraries installed? |
|
| Back to top |
|
 |
Ujjwol Familiar Face
Joined: 26 Feb 2008 Posts: 11
|
Posted: Mon Mar 03, 2008 5:29 pm Post subject: |
|
|
i am using fedora 8 werewolf and now the problem is solved..
THanks for your interest... :lol: |
|
| Back to top |
|
 |
|