Re: advanced programming unix environment
- From: Mel <fbsd.questions@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 14 Apr 2008 20:51:05 +0200
On Monday 14 April 2008 18:48:58 Brother Seamus wrote:
I am trying to build the neccesary files for the stevens/rago APUE.2e book
on FreeBSD 7.0
<snip>
I get the following error:
+++++++++++++++++++++++++++++++++++++++++
pracct.c ../lib/libapue.a
pracct.c: In function 'main':
pracct.c:31: error: storage size of 'acdata' isn't known
pracct.c:31: warning: unused variable 'acdata'
The legacy struct acct has been renamed to acctv1 and a new one is named
acctv2.
If you add:
typedef struct acctv1 acct_t;
After the #include <sys/acct.h>
then change the type of acdata to 'acct_t', you'll probably have solved it.
But depends a bit on the rest of the library.
--
Mel
Problem with today's modular software: they start with the modules
and never get to the software part.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- advanced programming unix environment
- From: Brother Seamus
- advanced programming unix environment
- Prev by Date: Re: port seahorse won't upgrade properly
- Next by Date: Re: advanced programming unix environment
- Previous by thread: advanced programming unix environment
- Next by thread: Re: advanced programming unix environment
- Index(es):