Re: [Nautilus-list] Compiling Nautilus



> > However when I try to to compile I get repeated errors about
> >
> > warning: pointer of type `void *' used in arithmetic
> >
> > This is defined in /usr/include/bits/string2.h so I am confused as to
why
> > the error is coming about
>
> I believe Ryan Lovett and you are experiencing the same problem. You might
> want to check the version of glibc headers you have installed.
>
> Also, you might check with him to see how he solves his problem building.
>
>     -- Darin

The solution is to open up the Makefile - search for -Wpointer-arith and
delete all/any occurances of it.

Or:

search for -Werror and delete all occurances of it.


You may have to do this for all/most of the directories I think - Sorry
there is no 'easy' way that I know (save downgrading glibc)





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]