antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

error when using nmake #9

Closed sam1988 closed 11 years ago

sam1988 commented 11 years ago

NMAKE : fatal error U1073: don't know how to make 'join.obj'

sam1988 commented 11 years ago

another error : e:\alenka-master\cm.h(38) : fatal error C1083: Cannot open include file: 'boost/ unordered_map.hpp': No such file or directory

my boost is compile and install in F:/boost

rudym commented 11 years ago

2 options

  1. put boost include files here C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include
  2. or add your lib into environment variables
sam1988 commented 11 years ago

thank you

but your makefile.win seems lack of action of generate join.obj

antonmks commented 11 years ago

fixed.

antonmks commented 11 years ago

There is no need of join.cu anymore. The joins are done using CUDPP hash joins.