| Newsgroups |
gmane.os.freedos.devel |
| Message-ID |
<[email protected]> |
On Mon, 14 Oct 2002, Alain wrote:
> > Warning compfile.c 56: Call to function 'dfnfilename' with no prototype in
>
> I had to copy 'dfn.h' to the include directory.
>
> The source file says:
>
> #include <dfn.h>
OK, this is a bug in BATCH.C and must be replaced by
#include <dfn.h>
As you can see in the Makefile, my installation resolves the
"../include/dfn.h" not as a _FreeCOM_local_, but site-wide header file:
/freedos/src/include/../include/dfn.h
Will be fixed soon.
Actually, SUPPL is a library and is used so, hence, I assume the include
files are in the compiler's search path, ergo the <dfn.h> style is correct
and CONFIG.MAK ensures, that the created *.CFG do setup the appropriate -I
switch.
BTW: Did I overlooked a bug filed?
Bye,
--
Steffen Kaiser
The current maintainer of [email protected]
http://freedos.sourceforge.net/freecom/FreeCOM.html