All Forums |
Register |
Login |
Search |
Subscriptions |
My Profile |
Inbox |
Tool Warehouse |
FAQs |
Resources |
Help |
Member List |
Address Book |
Logout |
|
|
rrdtool - (round robin database)
|
Logged in as: Guest |
Users viewing this topic: none |
|
Login  |
|
|
rrdtool - (round robin database) - Apr. 1, '04, 12:09:49 PM
|
|
|
willplaice
Posts: 1
Joined: Apr. 1, '04,
Status: offline
|
Help...
RRD is used in Comms stats systems to collect data from stuff (www.rrdtool.org)
I am having problems compling this app on SFU - it complains of en environmental variable that is not returned correctly...
the program compliles cleanly - here is the output when make'd
below is the end of the make....
I have used set env to place different values here
rrd_tool.c: In function `main':
rrd_tool.c:217: error: storage size of `tz' isn't known
rrd_tool.c:217: warning: unused variable `tz'
rrd_tool.c: In function `HandleInputLine':
rrd_tool.c:385: warning: long unsigned int format, int arg (arg 3)
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
any ideas ?
(I run this fine on Solaris and Linux)
many thanks, Will
|
|
|
RE: rrdtool - (round robin database) - Apr. 1, '04, 12:53:32 PM
|
|
|
Rodney
Posts: 3728
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
|
Did you compile with the environment variables set as:
CFLAGS="-D_ALL_SOURCE -D_REENTRANT"
CPPFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/lib"
LDFLAGS="-L/usr/local/lib"
Look at the source code file rrd_tools.c and tell us what the variable
is declared as (if the above does not solve the problem).
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
|
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|
|