antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

Compile problem #93

Open yoneck opened 8 years ago

yoneck commented 8 years ago

Hi, I've tried to compile Alenka under Ubuntu 14.04, CUDA 7.5, but I get following error. Any ideas how can I fix it?

cd src && make make[1]: Wejście do katalogu `/home/xxx/Alenka/src' nvcc --machine 64 -O3 -std=c++11 -I moderngpu/include/ -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -c -I moderngpu/include/ bison.cu In file included from bison.y:18:0: fl.l:17:23: fatal error: bison.tab.h: No such file or directory

include "bison.tab.h"

                   ^

compilation terminated. make[1]: [bison.o] Error 1 make[1]: leaving`/home/xxx/Alenka/src' make: \ [all] Error 2

best regards

antonmks commented 8 years ago

It was an issue with Makefile. Please try it now.