Re: displaying html



On Monday 06 June 2005 09:09 am, Bob Caryl wrote:
> Alan wrote:
> > One downloads gtkmozembedmm from here:
> > http://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/gtkmozembedmm/1.4/

I also looked at this but was concerned by the versioning number and active 
status of the project - does it relate to gtkmm 1.4 or mozilla 1.4 - if 
either case, both are very outdated.  So how can we update to the latest 
Mozilla/Firefox gecko version?  I guess gtkmozembed is not part of the gtk 
package and thus is not part of the gtkmm package but perhaps we need a 
package of gtkmm-extras that would include such a widget.  
John

> > (linked from the gtkmm website), and if you do 'make docs' it will
> > generate documentation for you. gtkmozembedmm is a Gtkmm wrapper of
> > the gtkmozembed C library.
> >
> > Alan.
> >
> > Foster, Gareth wrote:
> >>>Ok, fair enough.  I have also tried to find documentation on mozembed
> >>>with no palpable success.  Can you point me at that
> >>>information?  I hate
> >>>to sound like a whiner, but I spent a lot of time over last
> >>>weekend, and
> >>>all day yesterday looking for information on how to implement both
> >>>solutions to little avail.
> >>
> >>I think you use the C widget, and there is a special call that lets you
> >> use an instance of it within the GTKmm framework (i.e hands it over to
> >> GTKmm to manage), unless somebody did a pucker mm wrapper since I tried
> >> it, it works well once you get it going anyway.
> >>
> >>Google for "wrap C widget gtk" or something? I have a sneaking feeling
> >> there are mozembed docs, I think they might be on the Mozilla site,
> >> along with the download and some rant about GTK+ hackers not wanting to
> >> use C++ and the history behind the widget :)
> >>
> >>Sorry I couldn't be more specific, hopefully you can narrow your google
> >> work down a bit with this - or just wait until somebody posts who used
> >> this more recently.
> >>
> >>Cheers mate,
> >>
> >>Gaz
> >>_______________________________________________
> >>gtkmm-list mailing list
> >>gtkmm-list gnome org
> >>http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
> Hey everyone,
>
> Since I didn't have gtkmozembedmm installed at all, I took Alan's advice
> and downloaded the gtkmozembedmm-1.4.0 package and installed it.  All
> went without incident.  The docs and examples made it pretty clear as to
> what should happen and how to use gtkmozembedmm.
>
> However, I have encountered a strange problem:
>
> In my makefile, I am using `pkg-config --cflags gtkmozembedmm` and
> `pkg-config --libs gtkmozembedmm` in my compile and link lines
> respectively.  I get the following compiler complaint when I try to
> compile my test case:
>
> /opt/gnome/include/gtkmozembedmm-0.1/gtkmozembedmm.h:1:41:
> gtkmozembedmm/gtkmozembedmm.h: No such file or directory
>
> Running pkg-config --cflags gtkmozembedmm at the command line specifies
> -I/opt/gnome/include/gtkmozembedmm-0.1 as it's first pre-processor
> instruction.  Examination of the /opt/gnome/include/gtkmozembedmm-0.1
> directory reveals that in the gtkmozembedmm subdirectory there is NO
> gtkmozembedmm.h file, but rather another directory called "private" that
> contains a file called "gtkmozembedmm_p.h"
>
> Any clue as to what I may have missed here?
>
> Bob
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list



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