AM_CPPFLAGS = \
-I$(top_srcdir)/include \
- -I$(top_builddir)/include
+ -I$(top_builddir)/include \
+ $(KERNEL_CFLAGS)
Well, generally it does not make sense to use kernel parameters for user mode tools. What kind of distribution are you using? Especially, where are your user mode includes from (/usr/include)? I guess your compilation fails because the IOCTL macro for user-kernel communication is not correct.
Jan
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ RTnet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/rtnet-users

