Results 1 to 1 of 1
hi... i am not able to compile my test program which uses gtkmozembed.As i am very new to this, i dont know which are the packages to be installed and ...
- 04-20-2010 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 5
how to compile a program which includes gtkmozembed
hi... i am not able to compile my test program which uses gtkmozembed.As i am very new to this, i dont know which are the packages to be installed and how to compile
#include <gtk/gtk.h>
#include <stdio.h>
#include <gtkmozembed.h>
int main(){
GtkWidget *mozEmbed;
mozEmbed = gtk_moz_embed_new();
return 0;
}
i am trying to compile like this
gcc `pkg-config --cflags --libs gtk+-2.0` test.c -o test
can anyone help me by telling what are the basic packages to be installed and how to compile. All packages required for gtk are installed and gtk application runs fine
Thank you...


Reply With Quote