Hello,

I tried to compile the simple example shipped with gtkmozembedmm by
myself:

g++ main.cc `pkg-config gtkmm-2.4 gtkmozembedmm --cflags --libs` -o
simple

And got the following error messages:

g++ main.cc `pkg-config gtkmm-2.4 gtkmozembedmm --cflags --libs` -o
simple
g++: $(GTKMOZEMBED_RPATH): No such file or directory
main.cc:23:38: error: gtkmozembedmm/webcontrol.h: No such file or
directory
main.cc:29: error: 'Mozilla' has not been declared
main.cc:29: error: 'WebControl' does not name a type
main.cc: In constructor 'Simple::Simple()':
main.cc:36: error: 'wc' was not declared in this scope
make: *** [simple] Error 1


What should $(GTKMOZEMBED_RPATH) contain and how to set it?

Thank you!

Bye, Tobias

_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to