Intel-HLS / TileDB

TileDB
http://istc-bigdata.org/tiledb
MIT License
80 stars 17 forks source link

'tiledb_enum.inc' file not found #66

Open ktoor2 opened 7 years ago

ktoor2 commented 7 years ago

whenever I try to compile a program it throws the following error:

/usr/local/include/tiledb.h:114:10: fatal error: 'tiledb_enum.inc' file not found

include "tiledb_enum.inc"

stavrospapadopoulos commented 7 years ago

I think you mixed up the repos. The tiledb.h you have belongs to the fork TileDB-Inc/TileDB, not to this Intel-HLS/TileDB. If you want to use the Intel-HLS/TileDB one, you need to re-install it. I hope this helps.