Bug 8928 - error: 'command' undeclared (first use in this function) in xserver/os/utils.c
Summary: error: 'command' undeclared (first use in this function) in xserver/os/utils.c
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.1 (2006.05)
Hardware: PowerPC Mac OS X (All)
: high normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-07 04:24 UTC by Peter Dyballa
Modified: 2007-03-12 02:41 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Peter Dyballa 2006-11-07 04:24:31 UTC
While making the X server suddenly DEBUG seems to be defined and this error comes up:

utils.c:1892: error: 'command' undeclared (first use in this function)
utils.c:1892: error: (Each undeclared identifier is reported only once
utils.c:1892: error: for each function it appears in.)

because of this C code:

#ifdef DEBUG
    ErrorF("Popen: `%s', fp = %p\n", command, iop);
#endif


Mac OS X 10.4.8
GCC 4.0.1
Release 7.1.99.2
Comment 1 Daniel Stone 2007-02-27 01:34:30 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 2 Peter Dyballa 2007-03-12 02:41:21 UTC
Solved!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.