Riccardo Mottola<riccardo.mottola@libero.it> writes:
sudo aptitude install libpantomime1.2-dev \
addresses-goodies-for-gnustep addresses.framework
Then in unpacked directory GNUMail-1.2.0/ I run make and get:
This is gnustep-make 2.6.2. Type 'make print-gnustep-make-help' for help.
Making all in Framework/GNUMail ...
Making build-headers for framework GNUMail...
Making all for framework GNUMail...
Compiling file AddressBookController.m ...
In file included from AddressBookController.m:28:0:
AddressBookPanel.h:29:46: fatal error:
AddressView/ADSinglePropertyView.h: No such file or directory
compilation terminated.
make[3]: *** [obj/GNUMail.obj/AddressBookController.m.o] Error 1
make[2]: *** [internal-framework-run-compile-submake] Error 2
make[1]: *** [GNUMail.all.framework.variables] Error 2
make: *** [internal-all] Error 2
What can I do to solve this problem?