Re: compile simple example of gtkmozembedmm by myself

2006-02-19 Thread Chris Vine
On Friday 17 February 2006 22:34, Tobias Eberle wrote: Hello, When you downloaded, extracted, decompressed, configured, made and installed the gtkmozembedmm tarball, how did you do it? I installed gtkmozembedmm into /usr/local. The examples are compiled fine by using the shipped

Re: compile simple example of gtkmozembedmm by myself

2006-02-18 Thread Max Vasin
Tobias == Tobias Eberle [EMAIL PROTECTED] writes: Tobias Hello, When you downloaded, extracted, decompressed, configured, made and installed the gtkmozembedmm tarball, how did you do it? Tobias I installed gtkmozembedmm into /usr/local. The examples are Tobias compiled fine by using the

Re: compile simple example of gtkmozembedmm by myself

2006-02-18 Thread Max Vasin
Tobias == Tobias Eberle [EMAIL PROTECTED] writes: Tobias Hello, When you downloaded, extracted, decompressed, configured, made and installed the gtkmozembedmm tarball, how did you do it? Tobias I installed gtkmozembedmm into /usr/local. The examples are Tobias compiled fine by using the

Re: compile simple example of gtkmozembedmm by myself

2006-02-18 Thread Tobias Eberle
Hello Max, gtkmozembed_libdir=`pkg-config --variable=libdir mozilla-gtkmozembed` GTKMOZEMBED_RPATH=-Wl,-rpath $gtkmozembed_libdir But it seems a problem not with GTKMOZEMBED_RPATH, but some where in include paths. Try to locate webcontrol.h in /usr/local/include... 0) I downloaded cvs

Re: compile simple example of gtkmozembedmm by myself

2006-02-18 Thread Max Vasin
Tobias == Tobias Eberle [EMAIL PROTECTED] writes: Tobias Hello Max, Hello Tobias, thank you for replay and bug reports. gtkmozembed_libdir=`pkg-config --variable=libdir mozilla-gtkmozembed` GTKMOZEMBED_RPATH=-Wl,-rpath $gtkmozembed_libdir But it seems a problem not with GTKMOZEMBED_RPATH,

Re: compile simple example of gtkmozembedmm by myself

2006-02-17 Thread Bob Caryl
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

Re: compile simple example of gtkmozembedmm by myself

2006-02-17 Thread Tobias Eberle
Hello, When you downloaded, extracted, decompressed, configured, made and installed the gtkmozembedmm tarball, how did you do it? I installed gtkmozembedmm into /usr/local. The examples are compiled fine by using the shipped makefiles. I want to compile it by myself because I want to see how