lion03 / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

host_defines.h does not exist #313

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I was trying to compile a program like:

#include <thrust/host_vector.h>
int main(){
        return 0;
}

With g++ and I get:

./thrust/detail/config/host_device.h:27:26: error: host_defines.h: No such file 
or directory

Is it supposed to e possible to use host_vector inside pure c++ programs?
Am I supposed to define host_defines.h myself?

Original issue reported on code.google.com by filipe.c...@gmail.com on 27 Feb 2011 at 6:40

GoogleCodeExporter commented 8 years ago
I seem to have clicked submit twice by mistake, please discard this one.

Original comment by filipe.c...@gmail.com on 27 Feb 2011 at 6:41

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 28 Feb 2011 at 3:56