Same problem as described in bug #168275 building against seamonkey. Headers in /usr/lib/seamonkey/xpcom are not found due to missing -I statement in CFLAGS. Could someone please fix this or poke upstream since I don't have a bugzilla account there? I manually added the missing directory to CFLAGS and the package compiled okay. Thanks. Dustin Reproducible: Always Steps to Reproduce: 1.compile mplayerplug-in against seamonkey 2. 3. Actual Results: failure because headers are not found due to missing -I/usr/lib/seamonkey/include/xpcom Expected Results: compile fine :) I think that emerge --info is not needed at this point. If you want to have it, please leave a note.
I looked at the firefox-patch and made one alike for seamonkey. for me, this solved the issue.
Created attachment 113348 [details] Patch to compile against seamonkey
Thanks. :) Added to CVS, I'll check upstream and see if it's missing there too.