Aeth.drive correct code for cuda 2.0?

Hi,

I am quite new at this, so here it goes

I am trying to compile the source but I am getting these errors

nvcc -shared -g src/host.cu -arch compute_11 -L/usr/lib -lGL -lglut -g src/GLee.c -lXfree86 -o lib/libaethdrive-arch11.so.0.0.1a
src/EM.h(31): error: explicit type is missing (“int” assumed)

src/host.cu(22): error: cannot overload functions distinguished by return type alone (fixed this External Image )

src/host.cu(26): error: identifier “mask” is undefined (fixed this External Image mask also never referenced so i kicked this out)

src/host.cu(102): error: identifier “tbo” is undefined (External Image)

src/host.cu(102): error: identifier “cudaGLMapBufferObject” is undefined (bit sloppy External Image don’t know wat to do with this one )

5 errors detected in the compilation of “/tmp/tmpxft_000001df_00000000-4_host.cpp1.ii”.
make: *** [compute_11] Error 255

Does someone have the correct code for cuda 2.0 / made a fix for this?

With kind regards,

Dennis Rutjes