Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126955 - Why totem must be build with gecko-sdk???
Summary: Why totem must be build with gecko-sdk???
Status: RESOLVED DUPLICATE of bug 126771
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 06:17 UTC by Steve Yin
Modified: 2006-03-20 06:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Yin 2006-03-20 06:17:09 UTC
I have a system with firefox build from source, and I'm using gnome, it need totem (of course, I need it too), but in order to build totem, I have to build gecko-sdk, and build gecko-sdk only for totem? why? Totem CAN BE BUILD with firefox-source. Just need a minor change, I'm sure this change even less litte than the patch which make totem build with gecko-sdk.

each firefox and gecko-sdk will spend me a hour to build!!!

here is the TINY magic that makes totem build with firefox-sources:
change line 46 of src/totem-mozilla-plugin.cpp
#include <nsIDOMWindow.h>
to 
#include <dom/nsIDOMWindow.h>

just a line!!!

and finally, I got a totem build with my firefox!!! and of course, I runs perfect as a firefox plugin!!
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-20 06:21:17 UTC

*** This bug has been marked as a duplicate of 126771 ***