Re: 'Make' Can't Find RTAI Include Files

[Sorry to reply to my own post, but I figured this out ... -khj]

  khj> I'm using both RTAI and COMEDI from CVS with a 2.6.8 kernel.
  khj> Configuring COMEDI with 

  khj>    % cd /usr/src/CVS/comedi
  khj>    % configure --with-rtaidir=/usr/src/rtai-build

  khj> and typing 'make' produces:

  khj>    In file included from ../include/linux/comedidev.h:371,
  khj>                     from comedi_fops.c:44:
  khj> ==>../include/linux/comedi_rt.h:43:18: rtai.h: 
  khj>                                        No such file or directory
  khj>      ... ... ...

Using this instead:

          % configure --with-rtaidir=/usr/realtime
          % make

allowed 'make' to finish without errors.


  -Kenneth

Received on 2005-02-25Z12:18:41