Bug 1201 - Trying to compile SRPM of control-panel fails without addition of two header files..
Summary: Trying to compile SRPM of control-panel fails without addition of two header ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: control-panel
Version: 5.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-02-16 16:24 UTC by Bruce Z. Lysik
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 1999-02-16 21:41:10 UTC
Embargoed:


Attachments (Terms of Use)

Description Bruce Z. Lysik 1999-02-16 16:24:34 UTC
While trying to compile control-panel from source, I ran
into the problem that a bunch of functions weren't being
found.  (fprintf, malloc, and others which I can't remember)

To solve this, I added these two lines to control-panel.c:
#include <stdio.h>
#include <stdlib.h>

Then the program was able to compile normally.

Comment 1 Bill Nottingham 1999-02-16 21:41:59 UTC
this was fixed in some later version of control panel...


Note You need to log in before you can comment on or make changes to this bug.