I am trying to build Calculix 2.17 from the source code on Ubuntu Linux. cgx is built and seems to be working normally. During the “make” of ccx, the compile of arpack.c fails with an error:
In file included from arpack.c:26:0:
spooles.h:26:10: fatal error: misc.h: no such file or directory
#include <misc.h>
compilation terminated
Makefile:9: recipe for target ‘arpack.o’ failed.
misc.h is a common file in C based programs but often varies from version to version and program to program.
Is something missing in the Calculix 2.17 distribution? Or is this an include file that is not really needed?
Any assistance would be appreciated!
–William Kirkham, P.E., S.E., Ph.D.