Building -2.0.4: Configuration Error

Mark Johnson mrj001 at shaw.ca
Wed Feb 14 23:27:15 EST 2007


Derek Atkins wrote:

>Quoting Rich Shepard <rshepard at appl-ecosys.com>:
>
>  
>
>>On Wed, 14 Feb 2007, Derek Atkins wrote:
>>
>>    
>>
>>>I think we need to see more of the error...
>>>      
>>>
>>Derek,
>>
>>  Yes. I believe the real issues start at line 1520. I've attached a gzipped
>>config.log.
>>    
>>
>
>Here's the relevant error:
>
>configure:25969: checking g-wrap-wct.h presence
>configure:25984: gcc -E  -pthread -std=gnu99   conftest.c
>In file included from /usr/include/g-wrap/ffi-support.h:24,
>                 from /usr/include/g-wrap/core-runtime.h:23,
>                 from /usr/include/g-wrap/guile-wct.h:23,
>                 from /usr/include/g-wrap-wct.h:3,
>                 from conftest.c:69:
>/usr/include/ffi.h:63:23: ffitarget.h: No such file or directory
>
>You should send this to your distribution -- there's a packaging
>error where g-wrap-devel isn't depending on the libffi development
>package.  You're missing ffi.
>
>-derek
>
>  
>
I did some googling on libffi.  It seems to be included as part of gcc.
Is this relevant?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23718
This was reported against gcc 4.0.0, and you are most likely using gcc 
3.4.6, but it's possible your ffitarget.h is installed in the wrong 
location.  Two guesses. You may need to add a "-Iwhateverdir" to your 
CFLAGS.  You may need to pass some target/host/build info to configure.

Mark



More information about the gnucash-user mailing list