From: Christian P. <cp...@se...> - 2004-12-18 14:36:08
|
As i already said, please use the 1.0.0_beta2 from CVS. Christian Am Samstag 18 Dezember 2004 00:27 schrieb stephan beal: > On Friday 17 December 2004 23:45, stephan beal wrote: > > atalkaddr.cpp: In constructor `P::ATalkAddress::ATalkAddress()': > > patalkaddr.cpp:39: error: invalid application of `sizeof' to an > > incomplete type > > Solved: installed netatalk-devel > and the compulsory kludge in patalkaddr.h: > > Replace: > struct at_addr; > > with: > struct atalk_addr; > #define at_addr atalk_addr > > configure script apparently doesn't check for appletalk, or the > makefiles don't properly accommodate when it's not there. > > Take care, |