cmph 1.1 compilation fails
Brought to you by:
davi,
fc_botelho
When I try to compile cmph with the latest intel compilers, after setting
./configure CC=icc CXX=icc
make gives me the following error:
hash.c(104): error #188: enumerated type mixed with another type
hashfunc = i;
^
compilation aborted for hash.c (code 2)
This has been fixed.