GLib compile error (ffi.h), but libffi is installed

后端 未结 5 1891
囚心锁ツ
囚心锁ツ 2021-02-02 04:36

After a succesful configure, make exits with snipped

gclosure.c:29:17: fatal error: ffi.h: No such file or directory
compilation terminated.
         


        
5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-02 05:27

    Check your GCC version and note this entry in the Debian Bug Archive: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523869

    It was the final solution to my particular issue (it looked exactly like what you report, but couldn't be solved with the solution above)... my problem had nothing to do with LIBFFI at all.

提交回复
热议问题