Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2004-06-15 10:16:19


Bugs item #973310, was opened at 2004-06-15 10:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=973310&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Larry Evans (cppljevans)
Assigned to: Nobody/Anonymous (nobody)
Summary: jam_src build scripts need como --c

Initial Comment:
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 <limits.h>
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.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=973310&group_id=7586

-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk