Date: Thu, 19 Jan 2006 01:56:50 +0300 From: Dmitry Marakasov <amdmi3@mail.ru> To: Edwin Groothuis <edwin@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/91953: I can 't compile the port graphics/gnash-0.7 Message-ID: <20060118225650.GA34090@hades.panopticon> In-Reply-To: <200601182150.k0ILoiMo029255@freefall.freebsd.org> References: <200601182150.k0ILoiMo029255@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Edwin Groothuis (edwin@FreeBSD.org) wrote: > Awaiting maintainers feedback I've asked the submitter for additional info, as for now I'm not sure of reason it doesn't compile. Here's the copy of my message, I forgot to cc freebsd-ports-bugs@... === cut === * Rainer Heesen (rainer.heesen@gmx.de) wrote: > >Description: > make stops wiht the error messages: files not found for npapi.h, npupp.h, and prtypes.h > >How-To-Repeat: > Say again make. > >Fix: > Extend the CPPFLAGS in the Makefiles with these paths: > -I/usr/X11R6/include/mozilla -I/usr/local/include/nspr Hi, I'm the mantainer of graphics/gnash. The problem you reported is kinda strange, as port as it is should not build firefox plugin at all, and thus should not use firefox libs. When it is build with firefox support (this option is disabled atm, as plugin is not usable yet at all), -I... options you've specified are got from `firefox-config --cflags`. Could you supply additional details? - full log of make (cd /usr/ports/graphics/gnash && make > ~/LOG 2>&1) - did you specify WITH_FIREFOX in make.conf or env or make params? - output of `firefox-config --cflags` - output of `firefox-config1 --cflags` (just a wild guess) - does it build when doing `cd /usr/ports/graphics/gnash && make WITH_FIREFOX=yes'? Thanks for your help. === cut === -- Best regards, Dmitry mailto:amdmi3@mail.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060118225650.GA34090>