On 11/04/2012 02:15 AM, Anders Wallin wrote: > I tried a simulator build on Ubuntu 12.10 and found that these #defines for > NULL are required.
Thanks for the bug report, Anders. I just pushed a different patch to 2.5 and master that makes sim builds on Quantal work. The issue was that the definition of NULL was removed from linux/stddefs.h sometime between 3.2 (the Precise kernel) and 3.5 (the Quantal kernel). I think the canonical place for NULL to be defined is stddefs.h, so I changed rtapi.h to include that file. rtapi.h is included by the programs that need it, so sim now builds on Quantal. However, the docs still don't build on Quantal. I can't muster the energy to fix that tonight... -- Sebastian Kuzminsky ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
