You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
I'm unable to compile fancon since git commit d76e678 (I used cmake … -DNVIDIA_SUPPORT=OFF ..).
commit d76e6780ff87fdb4a76e65934b0592d6b338ef6d
Author: Hayden Briese <haydenbriese@gmail.com>
Date: Thu May 7 02:02:38 2020 +1000
- Fixed bug where configured NVIDIA devices may be run without NVIDIA control
Signed-off-by: Hayden Briese <haydenbriese@gmail.com>
Steps to Reproduce
$ make
Scanning dependencies of target fancon
[ 5%] Building CXX object CMakeFiles/fancon.dir/src/main.cpp.o
[ 11%] Building CXX object CMakeFiles/fancon.dir/src/Controller.cpp.o
…/upstream.git/src/Controller.cpp:12:3: error: use of undeclared identifier 'NV'
NV::init();
^
1 error generated.
make[2]: *** [CMakeFiles/fancon.dir/build.make:148: CMakeFiles/fancon.dir/src/Controller.cpp.o] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/fancon.dir/all] Fehler 2
make: *** [Makefile:150: all] Fehler 2
Describe the bug
I'm unable to compile fancon since git commit d76e678 (I used
cmake … -DNVIDIA_SUPPORT=OFF ..
).Steps to Reproduce
Expected behavior
compilation works
Environment
Additional context
The text was updated successfully, but these errors were encountered: