On 04/07/2010 at 3:36 PM, <doiggl@velocitynet.com.au> wrote: I installed the rpms, 1 at a time on a local pc and run this command after each install
This was the result I think the test was looking for file wfnetobjs.h location
# ./configure --with-wfnetobjs-libdir=/usr/include/wallfire/
you should use %configure --with-wfnetobjs-libdir=%{_libdir} in your spec file. If you have to define a libdir, then /usr/include is most likely wrong. you can apply the attached diff to your spec file, then the 'build' process get's over this very error (warning: it does stop during build due to missing #include statements). Hope this helps. Dominique how to apply the patch: Save it in the same folder you have your package / spec file, then patch < specfile.diff And you get a changed spec file. Make sure to get those lengthy comments out... sometimes RPM is nasty with macros in comments.