View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001216 | Ecere SDK | ecere | public | 2019-08-18 02:07 | 2019-08-18 02:07 |
Reporter | ubuntourist | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64:linux | OS | Arch Linux | OS Version | - |
Product Version | 0.44.15 | ||||
Summary | 0001216: 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 Reproduce | git 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 | ||||
Tags | No tags attached. | ||||
Attached Files | 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 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-08-18 02:07 | ubuntourist | New Issue | |
2019-08-18 02:07 | ubuntourist | File Added: ecere-sdk.log |