Re: [osg-users] [osgPPU] Err Compiling cudakernel

2010-03-26 Thread Art Tevs
Hi Allen, ok you started new forum thread for the issue, as I see. The nvcc cuda build rules should be setted up automatically by the cmake file. I just tried it again and it works. Has cmake found CUDA_DIR and CUDA_INCLUDE? The one thing which do not work now, is that compiling with cuda I

Re: [osg-users] [osgPPU] Err Compiling cudakernel

2010-03-26 Thread Allen Saucier
Thank you Art cr333, I really appreciate your response. Hum, I will have to check CUDA_DIR and CUDA_INCLUDE. I never knew there was a cuda compiler. Now I know what nvcc means. I have checked my CMake configuration. I have included a pic of what cmake finds. 1st: I placed osgPPU in my

Re: [osg-users] [osgPPU] Err Compiling cudakernel

2010-03-26 Thread Art Tevs
Hi Allen, oh, I see you are using osgPPU-0.4 with osg-2.8.2 together. This constelation wasn't tested before. I haven't submitted any new osgPPU version, because I am waiting for new osg major release. Just take osgPPU from svn maybe this will solve your problems then. As to the

[osg-users] [osgPPU] Err Compiling cudakernel

2010-03-25 Thread Allen Saucier
Hi, I have received these errors when compiling cudakernel. Does anyone know what might be the problem? I am on windows using MSVS 2005 and I know that my gl.h file is w/in my include header path yet for some reason it is not being found - or read. The MSVS 2005 tells: 1C:/Program

Re: [osg-users] [osgPPU] Err Compiling cudakernel

2010-03-25 Thread Christian Richardt
Are you sure it's the Microsoft compiler that is complaining, and not Nvidia's CUDA compiler (nvcc)? You'll have to set up paths for it separately, e.g. using the CUDA build rule. Hope this helps. Christian. On Thu, Mar 25, 2010 at 4:01 PM, Allen Saucier allen.sauc...@itt.com wrote: Hi, I