Re: File not found: /usr//include/xmlparse.h (RPM build problem)

>>>>> Steinar Bang <sb@metis.no>:

> I'm trying to rebuild libwww RPMs for Windows, based on todays snaphot
> tarball and a doctored version of the SPEC file for the 5.2.8 RPM.

> The build crashes out with:
> Wrote: /usr/src/packages/RPMS/i386/w3c-libwww-5.2.8-4.i386.rpm
> Binary Packaging: w3c-libwww-devel-5.2.8-4
> File not found: /usr//include/xmlparse.h
> Build failed.

The cure to this was removing the line 
        %{prefix}/include/xmlparse.h
from the SPEC file.  The xmlparse.h is no longer directly under
/usr/include, but resides in the w3c-libwww subdirectory.

But now I have a problem in that the wwwconf.h file doesn't seem to be 
in the installation:

cd ~/src/test/cplusplus/qtlibwww/
make 
g++ -c -I/home/sb/apps/qt-egcs/include -I/usr/include -I/usr/include/w3c-libwww -DHAVE_CONFIG_H -g qtlibwww.cpp
In file included from /usr/include/w3c-libwww/WWWLib.h:50,
                 from qtlibwww.cpp:11:
/usr/include/w3c-libwww/wwwsys.h:132: wwwconf.h: No such file or directory
make: *** [qtlibwww.o] Error 1

All tips and hints appreciated!

Thanx!


- Steinar

Received on Friday, 6 August 1999 06:45:27 UTC