From: stephan b. <st...@s1...> - 2004-12-17 23:28:57
|
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, -- ----- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |