bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #4824] configuring ffcall with Apple runtime


From: nobody
Subject: [bug #4824] configuring ffcall with Apple runtime
Date: Mon, 18 Aug 2003 04:45:39 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

=================== BUG #4824: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4824&group_id=99

Changes by: David Ayers <d.ayers@inode.at>
Date: Mon 08/18/2003 at 10:45 (Europe/Vienna)

            What     | Removed                   | Added
---------------------------------------------------------------------------
            Severity | 5 - Major                 | 3


------------------ Additional Follow-up Comments ----------------------------
A work around for the common apple-apple-apple case could be to:
./configure --disable-do



=================== BUG #4824: FULL BUG SNAPSHOT ===================


Submitted by: ayers                   Project: GNUstep                      
Submitted on: Mon 08/18/2003 at 10:32
Category:  Base/Foundation            Severity:  3                          
Bug Group:  Bug                       Resolution:  None                     
Assigned to:  None                    Status:  Open                         

Summary:  configuring ffcall with Apple runtime

Original Submission:  It's been reported that the configure script for base 
fails on OS X with:

checking ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
checking "for forwarding callback in runtime"... no
checking callback.h usability... yes
checking callback.h presence... yes
checking for callback.h... yes
checking "FFI library usage"... none

GNUstep requires the ffcall library to do invocations and DO.
Make sure this library is installed (see installation instructions).
Otherwise DO will not be compatible with other systems, and you will not
be able to use gnustep-gui.
...

The intersting line is:
checking "for forwarding callback in runtime"... no
which is a GNU Runtime specific test that probably sets enabled_ffcall to 'no' 
with Apple's runtime..

This seems correct as we probably don't want to configure for ffcall for 
Apple's runtime, as there isn't a hook we can use.

Yet this seems to lead to neither ffi nor ffcall being configured and due to:
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/configure.ac.diff?r1=1.13&r2=1.14&diff_format=h&sortby=date
we fail the configure (probably also for apple-apple-apple, ie. -baseadd on OS 
X, where we don't need ffcall as we use Apple's DO/AppKit).


Follow-up Comments
*******************

-------------------------------------------------------
Date: Mon 08/18/2003 at 10:45       By: ayers
A work around for the common apple-apple-apple case could be to:
./configure --disable-do


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4824&group_id=99

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]