Boost C++ Libraries: Ticket #281: jam_src build scripts need como --c https://svn.boost.org/trac10/ticket/281 <pre class="wiki">Without the como --c option, the command: build.sh como results in several .c files. For example: "execunix.c", line 225: error: identifier "vfork" is undefined if ((pid = vfork()) == 0) ^ Also, on debian, PATH_MAX is undefined in pwd.c. Output of como -c --list pwd.l pwd.c shows: N#include &lt;limits.h&gt; L 1 "/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h" 1 N/* This administrivia gets added to the beginning of limits.h N if the system has its own version of limits.h. */ N N/* We use _GCC_LIMITS_H_ because we want this not to match N any macros that the system's limits.h uses for its own purposes. */ N#ifndef _GCC_LIMITS_H_ /* Terminated in limity.h. */ N#define _GCC_LIMITS_H_ N N#ifndef _LIBC_LIMITS_H_ S/* Use "..." so that we find syslimits.h only in this same directory. */ S#include "syslimits.h" N#endif indicating that syslimits.h is skipped. Maybe that's part of the problem. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/281 Trac 1.4.3 René Rivera Mon, 21 Jun 2004 03:01:02 GMT <link>https://svn.boost.org/trac10/ticket/281#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/281#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=33595 I added the "--c" option. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Thu, 06 Oct 2005 19:16:23 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/281#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/281#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=33595 Larry, Did the addition of "--c" fix the compile problems? </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Sun, 23 Oct 2005 15:37:05 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/281#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/281#comment:3</guid> <description> <pre class="wiki">Logged In: YES user_id=33595 Assuming the answer is yes. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Sun, 23 Oct 2005 15:37:06 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/281#comment:4 https://svn.boost.org/trac10/ticket/281#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket