- Index
- » Developer
- » OpenModelica development
- » compilation error - libffi #include
Page Start Prev 1 Next End
compilation error - libffi #include
compilation error - libffi #include
Jun-06-21 17:50:59
Error message received:
Code:
In file included from ffi_omc.c:36:
./../../3rdParty/libffi/install/include/ffi.h:58:10: error: 'ffitarget.h' file
not found with >angled> include; use "quotes" instead
#include >ffitarget.h>
^~~~~~~~~~~~~
"ffitarget.h"
After changing from system #include to local #include it's OK.
modification in ffi.h
Code:
58: #include "ffitarget.h"
OMCompiler v1.18.0-dev.297+gb7d5bf71f1
Platform LINUX 64
clang version 7.0.1
on my system installed version of libffi: 3.2.1 (only lib, no includes)
BR / Johann
Re: compilation error - libffi #include
Jul-15-21 16:59:36
fixed with commit 'fix issues with OpenSuse' from Jun 30
no issue with: OMCompiler v1.19.0-dev.30+gbc38d8eead
Thx
Page Start Prev 1 Next End
- Index
- » Developer
- » OpenModelica development
- » compilation error - libffi #include
There are 0 guests and 0 other users also viewing this topic