mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 18:40:47 +00:00
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:
parent
57e74ef07a
commit
5ac3721b5d
3 changed files with 45 additions and 38 deletions
12
configure.ac
12
configure.ac
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue