Jeff,
 I do not know if you are the right person if not, please disregard this.

I have a few problems with the debian rules file from the latest git
pull, trying to compile under debian lenny with kernel 2.6.30.5 and
rtai 3.8

here is the relevant line in the rules file:
----
        cd src && ./configure --prefix=/usr --sysconfdir=/etc
--mandir=/usr/share/man
--with-realtime=/usr/realtime-$(kernel_version)
                            --enable-build-documentation=pdf
--with-tclConfig=/usr/lib/tcl8.4/tclConfig.sh
--with-tkConfig=/usr/lib/tk8.4/tkConfig.sh
----
the tclConfig I have added because the configure script picked up tcl
and tk 8.5 before 8.4
so that works now.

the next problem that is biting badly is the realtime spec:
--with-realtime=/usr/realtime-$(kernel_version)

rtai 3.8 does not make a realtime directory anymore with the
$(kernel_version) extension, it is just called "/usr/realtime"
I made a symlink, but the build process uses on the one hand the above
spec and on the other hand the spec from the rtai-config script. so
there is confusion with dh_movefiles.

lastly the rtai-config script was dumped in /usr/bin by rtai build
process, so perhaps the configure script must check there also.

I realize that this does not make things cleaner, especially if you
want to build with more than one kernel on the same machine.

I will fix all this, that is not the problem, but I like to hear also
some comment from the community, so the fix will be more of a
permanent nature. And perhaps some of it should rather be done in
communication with the rtai group.

Regards,

Jan de Kruyf.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to