Re: compile simple example of gtkmozembedmm by myself



Tobias Eberle wrote:

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

Hello Tobias,

When you downloaded, extracted, decompressed, configured, made and installed the gtkmozembedmm tarball, how did you do it?

The error messages you list seem to indicate that pkg-config cannot find the gtkmozembedmm.pc file, so the rest of the include and link information is missing.

Bob Caryl
begin:vcard
fn:Robert Caryl
n:Caryl;Robert
org:Fiscal Systems, Inc.
adr:;;102 Commerce Circle;Madison;AL;35758;USA
email;internet:bob fis-cal com
title:Senior Software Design Engineer
tel;work:356-772-8920 X108
x-mozilla-html:TRUE
url:http://www.fis-cal.com
version:2.1
end:vcard



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]