This just started happening, I updated my dx to the latest cvs version
it dies when compiling user.c because of an empty include
I do a make maintainer-clean
THen a
{attica} 30 % ./CVSMake
configure.in:1050: warning: AC_TRY_RUN called without default to allow
cross compiling
configure.in:1076: warning: AC_TRY_RUN called without default to allow
cross compiling
automake: src/uipp/java/Makefile.am: `libAnyDX.so' is not a standard
library name
Then
./configure
then
make
....
rm -f dx.mdf
cp ./dxmdf.src tmp.c
gcc -E -I../../../include -I./../dpexec -Dlinux -DHAVE_CONFIG_H
-DCPLUSPLUS_UI -DEXECUTIVE_MODS tmp.c > dx.mdf
cat dx.mdf |sed '/^#/d' > tmp.mdf
cat tmp.mdf |sed -f stripl.sed > dx.mdf
rm -f tmp.c
user.c rule
awk -f ../../../lib/mdf2c.awk < dx.mdf > user.c
make all-am
...
make[4]: Entering directory `/home/matt/scr/dx/src/exec/dxmods'
....
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include
-I./../dpexec -Dlinux -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include -g
-O2 -I/usr/X11R6/include -D_GNU_SOURCE -c `test -f user.c || echo
'./'`user.c
user.c:3:10: empty file name in #include
When I look at user.c I see the following.
/* Automatically generated - may need to edit! */
#include ""
#include <dx/dx.h>
#include <dx/modflags.h>
This is on a fully patched RH7.2 system.
This also happens on my home system.
Thanks
Matt