Starting early this week I am unable to build the simple 'hello world'
application, at least not the way I've been doing it. From the error
messages it looks like there may be a header file missing from SNV
(cal.h?). Here's what it looks like:
g++ -I/tmp/boinc_test/install/include/boinc -g -c hello.C -o hello.o
In file included from /tmp/boinc_test/install/include/boinc/hostinfo.h:32,
from /tmp/boinc_test/install/include/boinc/app_ipc.h:25,
from /tmp/boinc_test/install/include/boinc/boinc_api.h:120,
from hello.C:27:
/tmp/boinc_test/install/include/boinc/coproc.h:74:17: error: cal.h: No such
file or directory
/tmp/boinc_test/install/include/boinc/coproc.h:292: error:
'CALdeviceattribs' does not name a type
/tmp/boinc_test/install/include/boinc/coproc.h:293: error: 'CALdeviceinfo'
does not name a type
/tmp/boinc_test/install/include/boinc/coproc.h: In member function 'double
COPROC_ATI::peak_flops()':
/tmp/boinc_test/install/include/boinc/coproc.h:307: error: 'attribs' was not
declared in this scope
make: *** [hello.o] Error 1
-Eric
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.