I'm on Linux Mint 4.0 KDE, and the installation has gone well up to this point, but when I make barry, I get this error.
Quote:
/usr/bin/ld: .libs/libbarry.so.0.0.13: hidden symbol `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()' isn't defined
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[2]: *** [libbarry.la] Error 1
make[2]: Leaving directory `/home/jon/barry/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jon/barry'
make: *** [all] Error 2
|
[edit] So the problem was that Barry has released version 0.12 very recently. CVS seems to not compile correctly.
My problem now is that when running bcharge, I get this:
Quote:
jon@jon-laptop:~/barry$ sudo bcharge
Scanning for Blackberry devices...
Found device #007...adjusting charge setting...adjusting Pearl mode to dualDetecting possible kernel driver conflict, trying to resolve...
usb_reset failed: could not reset: No such device
...done
jon@jon-laptop:~/barry$ sudo bcharge -o
Scanning for Blackberry devices...
Found device #008...already at 500mA...adjusting Pearl mode to singleDetecting possible kernel driver conflict, trying to resolve...
usb_reset failed: could not reset: No such device
...done
|