Message boards : BOINC client : 6.10.18 compilation error: 'struct COPROC_ATI' has no member named 'flops'
Message board moderation
Author | Message |
---|---|
![]() Send message Joined: 12 Nov 09 Posts: 1 ![]() |
/usr/bin/g++ -DHAVE_CONFIG_H -I..... -DHAVE_ERRNO_AS_DEFINE=1 -g -pthread -O2 -M..... -c -o sched_customize.o sched_customize.cpp sched_customize.cpp: In function ‘int app_plan(SCHEDULER_REQUEST&, char*, HOST_USAGE&)’: sched_customize.cpp:111: error: ‘struct COPROC_ATI’ has no member named ‘flops’ sched_customize.cpp:190: error: ‘struct COPROC_CUDA’ has no member named ‘flops_estimate’ My videocard is NVIDIA, not ATI. And it does not support CUDA. So these messages seem strange a bit. Maybe something is wrong? |
![]() Send message Joined: 29 Aug 05 Posts: 15585 ![]() |
I can see you're trying to build the client in Linux, but do you mind telling which Linux, which client? Have you downloaded the source code from trunk or a branch? I just had a quick chat with a developer, he says if you are just trying to build the client to pass the --disable-server parameter to the build script. It now is failing on the server component. |
![]() ![]() Send message Joined: 30 Oct 05 Posts: 1239 ![]() |
My configure line is: ./configure --disable-server --enable-client --enable-unicode Kathryn :o) |
Send message Joined: 19 Jan 07 Posts: 1179 ![]() |
My videocard is NVIDIA, not ATI. And it does not support CUDA. So these messages seem strange a bit. Maybe something is wrong? Your video cards are detected when the client runs, not when you compile it. That would be silly. Support for both ATI and NVIDIA is always compiled. Imagine getting a new card and having to recompile the client from source... |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.