Thanks! I'll give it a shot over the weekend!
Printable View
Thanks! I'll give it a shot over the weekend!
http://www.libusb.org
Note: The radioactive@home app uses the old 0.1 version, not the newer 1.0 version.
Dang. I just tried it out, but got an immediate error. Here is the task:
http://radioactiveathome.org/boinc/r...esultid=161792
Code:Stderr output
<core_client_version>6.12.35</core_client_version>
<![CDATA[
<message>
process exited with code 2 (0x2, -254)
</message>
<stderr_txt>
</stderr_txt>
]]>
I may have to break down and buy a sensor in order to figure it out.
Let's try this again....
I changed the c++ lib to be static.
I decided that even when linking to the .a file, it was really still using the dynamic library (.dylib file).
I named it correctly for OS X 10.5+
I included the libusb.dylib with its symbolic links. I think it should work in the project folder. If not, try putting them in /usr/local/lib. If that doesn't work, try otool -L to see what it reports.
http://boinc.thesonntags.com/collatz...4-apple-darwin
(Note: I deleted the previous one since it didn't work and the name changed)
bump...
Tried the new version of the app yet?
There is no new app_info.xml? Doesn't that need to change if the app name changes?
I made three changes. I replaced the file name in two places, and I changed the platform name to match what is in the new app name. Hope that is correct.
Code:<app_info>
<app>
<name>radac</name>
<user_friendly_name>Radioactivity Monitor</user_friendly_name>
</app>
<file_info>
<name>radac_1.54_x86_64-apple-darwin</name>
<executable/>
</file_info>
<app_version>
<app_name>radac</app_name>
<version_num>154</version_num>
<platform>x86_64-apple-darwin</platform>
<avg_ncpus>1.000000</avg_ncpus>
<max_ncpus>1.000000</max_ncpus>
<api_version>6.10.58</api_version>
<file_ref>
<file_name>radac_1.54_x86_64-apple-darwin</file_name>
<main_program/>
</file_ref>
</app_version>
</app_info>