Clarify ffi error messages

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-10-29 05:07:45 +00:00
parent 57e74ef07a
commit 5ac3721b5d
3 changed files with 45 additions and 38 deletions

View file

@ -939,13 +939,15 @@ elif test $enable_ffcall = yes; then
else
AC_MSG_RESULT(none)
echo
if test $have_forward_hook = no; then
echo "You do not have an up-to-date libobjc library installed"
else
echo "You do not have either ffcall or libffi installed"
fi
echo "GNUstep requires ffcall or libffi and proper libobjc hooks to do"
echo "invocations and DO."
echo "Make sure one of these libraries is installed and you have a proper"
echo "libobjc library. Otherwise DO will not be compatible with other"
echo "systems, and you will not be able to use gnustep-gui."
echo "(This does not apply on apple-apple-apple systems, except DO will"
echo "still not be compatible with other GNUstep systems.)"
echo "(This does not apply on apple-apple-apple systems where DO is"
echo "not compatible with other GNUstep systems.)"
if test $enable_do = yes; then
echo
echo "You most likely do not want to build base without DO support. Many"