On Tuesday 04 November 2008 09:19, Simon Geard wrote:
> > The call dies on a function "inotify" ( ? ? )
>
> Could be you've built the kernel without inotify (CONFIG_INOTIFY)
> support? Look for it under File Systems in the menus or config file
Hallo Simon,
exactly this was the case ! thanks a l
On Tue, Nov 04, 2008 at 09:06:38PM +1300, Simon Geard wrote:
> On Mon, 2008-11-03 at 16:54 +, Ken Moffat wrote:
> > 1. libxul-embedding.pc needs -L${sdkdir}/sdk/lib to be able to find
> > libxpcomglue which is a *static* lib (yeugh!) - used by yelp. I
> > think there is similar breakage in oth
On Tue, Nov 04, 2008 at 09:14:08PM +1300, Simon Geard wrote:
> On Mon, 2008-11-03 at 23:28 +, Ken Moffat wrote:
> > On Mon, Nov 03, 2008 at 08:01:57PM +1300, Simon Geard wrote:
> > >
> > > For xul-runner:
> > >
> > [...]
> > > --disable-gnomevfs \
> >
> > I wish I'd realised a couple of
On Tue, Nov 04, 2008 at 11:38:53AM +, Richard Melville wrote:
>
> >> --enable-jemalloc \
> >>
> > does this provide any benefits on non-windows platforms ?
> >
> For some reason my firefox-3.0.3 build failed unless I used
> --disable-jemalloc
> > I'm using --enable-system-sqlite
Hi.
On the page
http://www.linuxfromscratch.org/blfs/view/svn/general/poppler.html
the line
patch -Np1 -i ../poppler-0.5.4-security_fixes-1.patch
should be
patch -Np1 -i ../poppler-0.5.4-security_fixes-2.patch
\bye
--
Nicolas FRANCOIS | /\
http://nicolas.francois.free.f
>> --enable-jemalloc \
>>
> does this provide any benefits on non-windows platforms ?
>
For some reason my firefox-3.0.3 build failed unless I used
--disable-jemalloc
> I'm using --enable-system-sqlite because I loathe multiple static
> builds of libraries, but I did have to create a
On Mon, 2008-11-03 at 13:43 +0100, Dr. Edgar Alwers wrote:
> *** [DIE] osspec.c:watch_fdi_files():349 : Unable to initialize
> inotify:
> Function not implemented
> --
> unquote
> The call dies on a function "inotify" ( ? ? )
Could be you've built the kernel witho
On Mon, 2008-11-03 at 23:28 +, Ken Moffat wrote:
> On Mon, Nov 03, 2008 at 08:01:57PM +1300, Simon Geard wrote:
> >
> > For xul-runner:
> >
> [...]
> > --disable-gnomevfs \
>
> I wish I'd realised a couple of days ago that gnomevfs is now an
> option for xulrunner not firefox! I normal
On Mon, 2008-11-03 at 16:54 +, Ken Moffat wrote:
> 1. libxul-embedding.pc needs -L${sdkdir}/sdk/lib to be able to find
> libxpcomglue which is a *static* lib (yeugh!) - used by yelp. I
> think there is similar breakage in other .pc files, but I don't
> have anything that uses them (and, $DEITY