antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

Can't compile strings_join.cu on linux #61

Closed Randolph42 closed 10 years ago

Randolph42 commented 10 years ago

Anton, when I compile the new code line I get:

nvcc --machine 64 -O3 -arch=sm_20 -c strings_join.cu strings_join.cu(48): error: argument list for class template "is_positive" is missing detected during instantiation of "__nv_bool T_unroll_functor<unroll_count, T_functor>::operator()(T1 &, T2 &, T3 &, T4 &, unsigned int) [with unroll_count=40U, T_functor=T_str_gather, T1=thrust::device_ptr, T2=const size_t, T3=void , T4=void ]" (58): here

1 error detected in the compilation of "/tmp/tmpxft_0000475e_00000000-6_strings_join.cpp1.ii".

antonmks commented 10 years ago

Should be ok now.