|
From: Miklos S. <mi...@sz...> - 2006-01-10 18:51:10
|
> > These options should be KERNELCFLAGS not KERNELCPPFLAGS, since those > > are definitely not cpp flags. > > I wondered about that myself. The thing is, there is no reference to > KERNELCFLAGS anywhere in the source tree. I tried looking with a "grep -r > KERNELCFLAGS *" in the fuse-2.4.2 directory. Everything appears to be using > KERNELCPPFLAGS. > > > Does the KERNELCFLAGS version not work for you? > > Just to be sure, I tried autoconf/configure and indeed, the Makefile does not > have the correct options. > > Perhaps this is a version issue? I'm using 2.4.2. Were the > *CPPFLAGS renamed to *CFLAGS in the cvs source since then? Yeah. I always work on CVS head, and forgot that this is a recent addition. You might like to try 2.5.0-pre2 with patch applied. Thanks, Miklos |