FDDL/mdd.h include not found
Brought to you by:
atomopawn
Hi.
I'm no C expert but from what I can tell, during compilation your program is expecting to find FDDL/mdd.h on my system. Can you provide me a hint as to where I can obtain this? I've asked yum and the googles and I don't know where else to turn. I'm on CentOS 6.7 and have installed most things from the default repos as well as EPEL.
Thank you,
harper
[silverc@chance build]$ {master} ~/Downloads/ITVal/build$ make
[ 5%] [FLEX][MyScanner] Building scanner with flex 2.5.35
[ 10%] [BISON][MyParser] Building parser with bison 2.4.1
Scanning dependencies of target ITVal
[ 15%] Building CXX object CMakeFiles/ITVal.dir/src/chains.cc.o
In file included from /home/jenkins/Downloads/ITVal/src/chains.cc:44:
/home/silverc/Downloads/ITVal/src/iface.h:28:22: error: FDDL/mdd.h: No such file or directory
Same problem, different place (and ITVal version: 1.2):
I've also just installed FDDL from the git repo mentioned in the INSTALL file, there is no mdd.h file in the version installed.