ComparativeGenomicsToolkit / hal

Hierarchical Alignment Format
Other
164 stars 39 forks source link

hal make error #297

Closed Marh32 closed 8 months ago

Marh32 commented 8 months ago

Hi, I cd to hal/, enter make, the following error is reported: "hdf5_impl/hdf5UDCFuseDriver.cpp:35:10: fatal error: common.h: No such file or directory 35 | #include "common.h" | ^~~~~~ compilation terminated. make[1]: [../rules.mk:18: ../objs/api/hdf5_impl/hdf5UDCFuseDriver.o] Error 1 make[1]: Leaving directory '/home/dell/Documents/Repo/hal/api' make: [Makefile:13: api.libs] Error 2"

glennhickey commented 8 months ago

Try not defining ENABLE_UDC. You can run unset ENABLE_UDC to make sure.