grendizerufo / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

Build problems with rev 1006 (but 980 works) #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Compiling the current trunk on Ubuntu 9.10.

What is the expected output? What do you see instead?
A lot of errors, starting with:

/home/alon/Dev/nvidia-texture-tools-read-only/src/nvtt/cuda/CudaCompressDXT.cpp:
In member function ‘virtual void nv::CudaCompressorDXT1::setup(cudaArray*,
const nvtt::CompressionOptions::Private&)’:
/home/alon/Dev/nvidia-texture-tools-read-only/src/nvtt/cuda/CudaCompressDXT.cpp:
235:
error: ‘setupCompressKernel’ was not declared in this scope
/home/alon/Dev/nvidia-texture-tools-read-only/src/nvtt/cuda/CudaCompressDXT.cpp:
236:
error: ‘bindTextureToArray’ was not declared in this scope
/home/alon/Dev/nvidia-texture-tools-read-only/src/nvtt/cuda/CudaCompressDXT.cpp:
In member function ‘virtual void
nv::CudaCompressorDXT1::compressBlocks(unsigned int, unsigned int, unsigned
int, unsigned int, nvtt::AlphaMode, const
nvtt::CompressionOptions::Private&, void*)’:
/home/alon/Dev/nvidia-texture-tools-read-only/src/nvtt/cuda/CudaCompressDXT.cpp:
242:
error: ‘compressKernelDXT1’ was not declared in this scope
/home/alon/Dev/nvidia-texture-tools-read-only/src/nvtt/cuda/CudaCompressDXT.cpp:
245:
error: ‘cudaMemcpyDeviceToHost’ was not declared in this scope
[...]

What version of the product are you using? On what operating system?
This is with the latest trunk, rev 1006, on Ubuntu 9.10

Please provide any additional information below.
Compilation **succeeds** with rev 980, on this system.

Original issue reported on code.google.com by alonza...@gmail.com on 26 Oct 2009 at 11:55

GoogleCodeExporter commented 9 years ago
trunk is broken right now. Please, use the stabale 2.0 branch instead. See 
issue 105.

Original comment by cast...@gmail.com on 26 Oct 2009 at 11:07

GoogleCodeExporter commented 9 years ago
This was fixed long ago. Closing.

Original comment by cast...@gmail.com on 22 Jul 2010 at 2:36