Re: Missing include file pump.h
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Eytan Carmiel wrote:
Hi All,
I am trying to compile anaconda load program, using the regular make and
I get a message
on missing file pump.h.
Do you know where to get the file or by pass the problem?
What version of anaconda are you using? I am looking at anaconda-10.0.2
that I downloaded from CVS. The anaconda-10.0.2/isysc/isys.c file has an
include statement of #include <pump.h> while the
anaconda-10.0.2/loader2/net.h file has an include statement of
#include "pump.h". Looking at the line above pump.h I see it too has
double quotes around the file. Try changing the include statement in
net.h to #include <pump.h> If that works, then the developer's PC may
have had the include file in the same directory as the net.h file. The
enclosing <> should help the compiler find the system installed version
at /usr/include/pump.h. Please file a bug in buzilla if this solves
your problem.
Greg Morgan
[Index of Archives]
[Kickstart]
[Fedora Users]
[Fedora Legacy List]
[Fedora Maintainers]
[Fedora Desktop]
[Fedora SELinux]
[Big List of Linux Books]
[Yosemite News]
[Yosemite Photos]
[KDE Users]
[Fedora Tools]