Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Removed Library.h still needed by CudaUtils.cpp #230

Open
cfcohen opened this issue Dec 4, 2015 · 0 comments
Open

Removed Library.h still needed by CudaUtils.cpp #230

cfcohen opened this issue Dec 4, 2015 · 0 comments

Comments

@cfcohen
Copy link

cfcohen commented Dec 4, 2015

As others have remarked, CudaUtils.cpp still requires the "removed" Library.h:

.../src/nvtt/cuda/CudaUtils.cpp: In function ‘bool isCudaDriverAvailable(int)’:
.../src/nvtt/cuda/CudaUtils.cpp:82:2: error: ‘Library’ was not declared in this scope
Library nvcuda(NV_LIBRARY_NAME(cuda));

Reverting commits b254961, 7b031aa, and 81336cc corrected the problem.

Kunbuntu 15.10, GCC 5.2.1, cmake 3.2.2, CUDA tools installed.

edowson added a commit to edowson/nvidia-texture-tools that referenced this issue Aug 18, 2019
This commit also reintroduces nvcore Library.h and Library.cpp files
required by nvtt/cuda/CudaUtils.cpp

Ref:
castano#230
castano@81336cc

Signed-off-by: Elvis Dowson <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant