Re: Compilatin failing on recent versions
- From: <tpgww@xxxxxxxxxxx>
- To: emelfm2@xxxxxxxxxxxxx
- Date: Fri, 5 Jan 2007 07:39:49 -0500
On Thu, 4 Jan 2007 12:59:49 +0000
Geoff <capsthorne@xxxxxxxxxxx> wrote:
> On Thu, 4 Jan 2007 08:22:17 -0500
>
> <snip>
>
> > svn code now has a couple of updates that should deal
> > with the matter.
>
> Hi Tom,
>
> I checked out svn this morning. Unfortunately
> compilation with my gcc-3.2.3 now aborts with :
>
> compiling 'plugins/e2p_dircmp.c'
> plugins/e2p_dircmp.c: In function `_e2p_diff_dohash':
> plugins/e2p_dircmp.c:384: `O_NOATIME' undeclared (first use
> in this function) plugins/e2p_dircmp.c:384: (Each
> undeclared identifier is reported only once
> plugins/e2p_dircmp.c:384: for each function it appears in.)
> make: *** [objs/plugins/e2p_dircmp.so] Error 1
Then try this:
in file ...plugins/e2p_dircmp.so at line 383 is
#ifdef __USE_GNU
change that to
#if defined(__USE_GNU) && defined(O_NOATIME)
Regards
Tom
--
Users can unsubscribe from the list by sending email to
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by
logging into the web interface.
- Follow-Ups:
- Re: Compilatin failing on recent versions
- From: Geoff
- References:
- Compilatin failing on recent versions
- From: Geoff
- Re: Compilatin failing on recent versions
- From: tpgww
- Re: Compilatin failing on recent versions
- From: Geoff
Other related posts:
- » Compilatin failing on recent versions
- » Re: Compilatin failing on recent versions
- » Re: Compilatin failing on recent versions
- » Re: Compilatin failing on recent versions
- » Re: Compilatin failing on recent versions
- » Re: Compilatin failing on recent versions
- Re: Compilatin failing on recent versions
- From: Geoff
- Compilatin failing on recent versions
- From: Geoff
- Re: Compilatin failing on recent versions
- From: tpgww
- Re: Compilatin failing on recent versions
- From: Geoff