Hans-Peter Bock wrote:
Hello,
[...]
make[1]: Entering directory `/usr/local/tao-rtai/rtnet/tools'
if gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../include -I../include -s -s -MT rtifconfig.o -MD -MP -MF ".deps/rtifconfig.Tpo" \
-c -o rtifconfig.o `test -f 'rtifconfig.c' || echo './'`rtifconfig.c; \
then mv -f ".deps/rtifconfig.Tpo" ".deps/rtifconfig.Po"; \
else rm -f ".deps/rtifconfig.Tpo"; exit 1; \
fi
rtifconfig.c: In function `do_up':
rtifconfig.c:125: error: parse error before '[' token
rtifconfig.c: In function `do_down':
[...]
Panagiotis Issaris told me to change the file tools/Makefile.am like the attached diff. With this change it compiles. =:)
I didn't see anything attached, so I'm sending it attached to this mail :-)
Now I need a monitorcable to set up my remote testsystem... =8]
With friendly regards, Takis
Index: tools/Makefile.am =================================================================== RCS file: /cvsroot/rtnet/rtnet/tools/Makefile.am,v retrieving revision 1.7 diff -w -b -B -u -r1.7 Makefile.am --- tools/Makefile.am 13 Jan 2004 12:26:07 -0000 1.7 +++ tools/Makefile.am 21 Jan 2004 15:46:22 -0000 @@ -2,6 +2,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ - -I$(top_builddir)/include + -I$(top_builddir)/include \ + $(KERNEL_CFLAGS) all-local: rtifconfig rtcfg

