View Issue Details

IDProjectCategoryView StatusLast Update
0001216Ecere SDKecerepublic2019-08-18 02:07
Reporterubuntourist Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Platformx86_64:linuxOSArch LinuxOS Version-
Product Version0.44.15 
Summary0001216: Non-AUR "make" fails with "EDASQLite.ec:17:10: fatal error: ffi.h: No such file or directory"
Description"EDASQLite.ec:17:10: fatal error: ffi.h: No such file or directory"
Steps To Reproducegit clone https://github.com/ecere/ecere-sdk.git
cd ecere-sdk
git checkout dev
make
Additional Information______________________________________

$ pkg-config --cflags libffi
-I/usr/lib/libffi-3.2.1/include

$ ls -l /usr/lib/libffi-3.2.1/include
total 24
-rw-r--r-- 1 root root 13338 Nov 6 2018 ffi.h
-rw-r--r-- 1 root root 4193 Nov 6 2018 ffitarget.h

__________________________________
 
$ pkg-config --libs libffi
-L/usr/lib/../lib -lffi

 ls -l /usr/lib/../lib | grep ffi | grep -v office
drwxr-xr-x 3 root root 4096 May 17 2018 libffi-3.2.1
lrwxrwxrwx 1 root root 15 Nov 6 2018 libffi.so -> libffi.so.6.0.4
lrwxrwxrwx 1 root root 15 Nov 6 2018 libffi.so.6 -> libffi.so.6.0.4
-rwxr-xr-x 1 root root 38792 Nov 6 2018 libffi.so.6.0.4
_____________________________

See atached log
TagsNo tags attached.

Activities

ubuntourist

2019-08-18 02:07

reporter  

ecere-sdk.log (903 bytes)   
Bootstrapping eC compiling tools...
Building ecere...
Building ec...
Building ecp...
Building ecc...
Building ecs...
All done!
Building 2nd stage ecere...
Building eAR command line tool...
Building Vanilla Ecere...
Building ear...
Building self-extract tool...
Building eAR command line tool...
Building 2nd stage compiler
Building 2nd stage libec...
Building 2nd stage ecp...
Building 2nd stage ecc...
Building 2nd stage ecs...
Building libec2...
Building eC Core Runtime...
Enabling 2nd stage binaries...
Building EDA...
Building Ecere Data Access layer...
Building EDAdBASE driver...
Building EDASQLite driver...
EDASQLite.ec:17:10: fatal error: ffi.h: No such file or directory
   17 | #include "ffi.h"
      |          ^~~~~~~
compilation terminated.
make[2]: *** [Makefile:198: obj/release.linux/EDASQLite.sym] Error 1
make[1]: *** [Makefile:26: all] Error 2
make: *** [Makefile:395: eda] Error 2
ecere-sdk.log (903 bytes)   

Issue History

Date Modified Username Field Change
2019-08-18 02:07 ubuntourist New Issue
2019-08-18 02:07 ubuntourist File Added: ecere-sdk.log