From: Rusty B. <ho...@sb...> - 2003-11-20 05:30:07
|
> That's in CVS now. It's nice to know the config worked as it should have, > anyway. :) Now the configure completes, but the build fails while compiling the first file (lib/fun/ClassLoader.h); it looks like the compiler isn't being passed -I../../include. (Probably because of that, the first time I tried it, I had a libfunUtil-devel-0.7.999 RPM installed in /usr from the libfunutil tree, so the build found /usr/include/fun/ClassLoader.h, which it didn't like. Uninstalling that, rerunning the configure, and running make again caused it to just fail to find fun/ClassLoader.h.) --Rusty |