Re: [Barry-devel] FC9 and Barry???

2008-07-03 Thread Niels de Vos
On Tue, Jul 1, 2008 at 7:22 PM, lance raymond [EMAIL PROTECTED] wrote:
 Sorry Shannon, nothing to 'help', but also running f9 but a diff error on
 the cvs make, and your right the list is getting a bit quiet.  I also get
 through the build and configure, but I get a lot of errors all pointing at
 usbwrap.h (attached text file as it's way to long to just paste).

 Hopefully things progress and we have some syncing soon!

Most important error seems to be this:
In file included from usbwrap.cc:23:
usbwrap.h:27:17: error: usb.h: No such file or directory

My guess is that if 'usb.h' gets found, barry will compile. Please
make sure libusb-devel is installed and usb.h is in the include path.

Good luck,
Niels

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel


Re: [Barry-devel] FC9 and Barry???

2008-07-03 Thread lance raymond
Cool, that makes sense, my bad.   package is installed, and now successfully
compiled.   btool -lv shows alot (I will attach the full output in a simple
text format), bidentify shows;
2465c4b3, RIM 8300 Series Colour GPRS Handheld

Not sure what's next.  I looked at some old notes when I was testing a while
back with my perl, had some msync commands;
msynctool --addmember EvoBarry evo2-sync
ERROR: Unable to find plugin with name evo2-sync

Not sure, I did look around the sourceforge but can't find some notes, so
have to resort to posting the q's here, sorry.

But, if it's now compiled (don't see the barrybackup also), but the device
is backed up, so I will gladly test in fc9, just throw out what to try,
commands, what to intall, etc. and I will most happily do it (especially if
I get this to sync!)

Regards,
Lr

On Thu, Jul 3, 2008 at 4:27 AM, Niels de Vos [EMAIL PROTECTED] wrote:

 On Tue, Jul 1, 2008 at 7:22 PM, lance raymond [EMAIL PROTECTED]
 wrote:
  Sorry Shannon, nothing to 'help', but also running f9 but a diff error on
  the cvs make, and your right the list is getting a bit quiet.  I also get
  through the build and configure, but I get a lot of errors all pointing
 at
  usbwrap.h (attached text file as it's way to long to just paste).
 
  Hopefully things progress and we have some syncing soon!

 Most important error seems to be this:
 In file included from usbwrap.cc:23:
 usbwrap.h:27:17: error: usb.h: No such file or directory

 My guess is that if 'usb.h' gets found, barry will compile. Please
 make sure libusb-devel is installed and usb.h is in the include path.

 Good luck,
 Niels

 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 Barry-devel mailing list
 Barry-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/barry-devel

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel


Re: [Barry-devel] FC9 and Barry???

2008-07-03 Thread Chris Frey
On Sun, Jun 29, 2008 at 11:22:27PM -0400, Shannon McMackin wrote:
 Shannon McMackin wrote:
  I don't see much action on this topic in this forum.
  
  Has anyone had success with this combo?
  
  I get through buildgen.sh and configure, but make spits out some errors:
  
  data.cc: In function 'bool Barry::IsHexData(const std::string)':
  data.cc:47: error: 'strchr' was not declared in this scope

[snip]

 I also downloaded the latest CVS and get similar errors as to what I saw 
 with 0.12.

The above errors come from the fact that FC9 uses a newer gcc, and some of
the headers were reorganized.  You can either patch version 0.12, or use
CVS.  CVS should not give any errors during the compile on FC9, but if you
do get some, please report the exact output.

The patch for Barry 0.12 on FC9 can be downloaded from this SourceForge
ticket:

https://sourceforge.net/tracker/index.php?func=detailaid=2000895group_id=153722atid=788905

The other drawback is that FC9 unfortunately made the decision to package
up the development tree of opensync.  The devel opensync tree has introduced
a lot of incompatible changes to the API, and Barry has not been ported
yet.  I expect to port Barry once opensync releases their stable 0.4x series.

Barry 0.13 will not support native syncing on FC9.  To get syncing
working on FC9 with Barry, you'll need to install opensync 0.22 manually,
and I suspect this would conflict with any opensync package that FC9 already
provides, so it's probably not for the faint of heart.

- Chris


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel


Re: [Barry-devel] FC9 and Barry???

2008-07-03 Thread Chris Frey
On Thu, Jul 03, 2008 at 09:44:20AM -0400, lance raymond wrote:
 Cool, that makes sense, my bad.   package is installed, and now successfully
 compiled.   btool -lv shows alot (I will attach the full output in a simple
 text format), bidentify shows;
 2465c4b3, RIM 8300 Series Colour GPRS Handheld
 
 Not sure what's next.  I looked at some old notes when I was testing a while
 back with my perl, had some msync commands;
 msynctool --addmember EvoBarry evo2-sync
 ERROR: Unable to find plugin with name evo2-sync
 
 Not sure, I did look around the sourceforge but can't find some notes, so
 have to resort to posting the q's here, sorry.
 
 But, if it's now compiled (don't see the barrybackup also), but the device
 is backed up, so I will gladly test in fc9, just throw out what to try,
 commands, what to intall, etc. and I will most happily do it (especially if
 I get this to sync!)

As mentioned in my response to Shannon in this thread, getting syncing to
work on FC9 will likely be an uphill battle, since FC9 packaged the
devel tree of the opensync project (0.3x), which is incompatible with Barry
at this time.

The above ERROR indicates that you do not yet have the needed plugins
installed.  These are probably individual packages available on FC9,
but again, this is using opensync 0.3x, and Barry needs opensync 0.22.

The rest of Barry should work fine though: database access, backup, modem,
and charging.

- Chris


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel


Re: [Barry-devel] FC9 and Barry???

2008-07-01 Thread lance raymond
Sorry Shannon, nothing to 'help', but also running f9 but a diff error on
the cvs make, and your right the list is getting a bit quiet.  I also get
through the build and configure, but I get a lot of errors all pointing at
usbwrap.h (attached text file as it's way to long to just paste).

Hopefully things progress and we have some syncing soon!


On Sun, Jun 29, 2008 at 11:22 PM, Shannon McMackin [EMAIL PROTECTED]
wrote:

 Shannon McMackin wrote:
  I don't see much action on this topic in this forum.
 
  Has anyone had success with this combo?
 
  I get through buildgen.sh and configure, but make spits out some errors:
 
  data.cc: In function 'bool Barry::IsHexData(const std::string)':
  data.cc:47: error: 'strchr' was not declared in this scope
  data.cc: In constructor 'Barry::Data::Data()':
  data.cc:72: error: 'memset' was not declared in this scope
  data.cc: In constructor 'Barry::Data::Data(int, size_t)':
  data.cc:83: error: 'memset' was not declared in this scope
  data.cc: In copy constructor 'Barry::Data::Data(const Barry::Data)':
  data.cc:106: error: 'memcpy' was not declared in this scope
  data.cc: In member function 'void Barry::Data::MakeSpace(size_t)':
  data.cc:119: error: 'memcpy' was not declared in this scope
  data.cc:120: error: 'memset' was not declared in this scope
  data.cc: In member function 'void Barry::Data::CopyOnWrite(size_t)':
  data.cc:135: error: 'memcpy' was not declared in this scope
  data.cc: In member function 'void Barry::Data::Zap()':
  data.cc:264: error: 'memset' was not declared in this scope
  data.cc: In member function 'Barry::Data Barry::Data::operator=(const
 Barry::Data)':
  data.cc:275: error: 'memcpy' was not declared in this scope
  data.cc: In function 'bool Barry::IsEndpointStart(const std::string,
 int)':
  data.cc:389: error: 'strncmp' was not declared in this scope
  data.cc:392: error: 'atoi' was not declared in this scope
  make[2]: *** [data.lo] Error 1
  make[2]: Leaving directory `/home/smcmackin/Download/barry-0.12/src'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/home/smcmackin/Download/barry-0.12'
  make: *** [all] Error 2
 
  Any pointers would be appreciated.
 
 
  -
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://sourceforge.net/services/buy/index.php
 I also downloaded the latest CVS and get similar errors as to what I saw
 with 0.12.


 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 Barry-devel mailing list
 Barry-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/barry-devel

mv -f .deps/data.Tpo .deps/data.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.. 
-I/usr/include   -ansi -Wall -fno-strict-aliasing -g 
-D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -g -O2 -MT usbwrap.lo -MD 
-MP -MF .deps/usbwrap.Tpo -c -o usbwrap.lo usbwrap.cc
 g++ -DHAVE_CONFIG_H -I.. -I/usr/include -ansi -Wall -fno-strict-aliasing -g 
-D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -g -O2 -MT usbwrap.lo -MD 
-MP -MF .deps/usbwrap.Tpo -c usbwrap.cc  -fPIC -DPIC -o .libs/usbwrap.o
In file included from usbwrap.cc:23:
usbwrap.h:27:17: error: usb.h: No such file or directory
In file included from usbwrap.cc:23:
usbwrap.h:168: error: 'usb_endpoint_descriptor' was not declared in this scope
usbwrap.h:168: error: template argument 2 is invalid
usbwrap.h:168: error: template argument 4 is invalid
usbwrap.h:173: error: 'usb_endpoint_descriptor' was not declared in this scope
usbwrap.h:173: error: template argument 2 is invalid
usbwrap.h:173: error: template argument 4 is invalid
usbwrap.h:195: error: field 'desc' has incomplete type
usbwrap.h:222: error: 'usb_config_descriptor' does not name a type
usbwrap.h:249: error: 'usb_device_descriptor' does not name a type
usbwrap.cc: In function 'std::string Usb::GetErrorString(int, const 
std::string)':
usbwrap.cc:53: error: 'usb_strerror' was not declared in this scope
usbwrap.cc: In constructor 'Usb::Match::Match(int, int, const char*, const 
char*)':
usbwrap.cc:83: error: 'usb_find_busses' was not declared in this scope
usbwrap.cc:84: error: 'usb_find_devices' was not declared in this scope
usbwrap.cc:85: error: 'usb_get_busses' was not declared in this scope
usbwrap.cc: In static member function 'static bool Usb::Match::ToNum(const 
char*, long int)':
usbwrap.cc:95: error: 'strtol' was not declared in this scope
usbwrap.cc:97: error: 'LONG_MIN' was not declared in this scope
usbwrap.cc:97: error: 'LONG_MAX' was not declared in this scope
usbwrap.cc: In member function 'bool 
Usb::Match::next_device(Usb::usb_device**)':

Re: [Barry-devel] FC9 and Barry???

2008-06-29 Thread Shannon McMackin
Shannon McMackin wrote:
 I don't see much action on this topic in this forum.
 
 Has anyone had success with this combo?
 
 I get through buildgen.sh and configure, but make spits out some errors:
 
 data.cc: In function 'bool Barry::IsHexData(const std::string)':
 data.cc:47: error: 'strchr' was not declared in this scope
 data.cc: In constructor 'Barry::Data::Data()':
 data.cc:72: error: 'memset' was not declared in this scope
 data.cc: In constructor 'Barry::Data::Data(int, size_t)':
 data.cc:83: error: 'memset' was not declared in this scope
 data.cc: In copy constructor 'Barry::Data::Data(const Barry::Data)':
 data.cc:106: error: 'memcpy' was not declared in this scope
 data.cc: In member function 'void Barry::Data::MakeSpace(size_t)':
 data.cc:119: error: 'memcpy' was not declared in this scope
 data.cc:120: error: 'memset' was not declared in this scope
 data.cc: In member function 'void Barry::Data::CopyOnWrite(size_t)':
 data.cc:135: error: 'memcpy' was not declared in this scope
 data.cc: In member function 'void Barry::Data::Zap()':
 data.cc:264: error: 'memset' was not declared in this scope
 data.cc: In member function 'Barry::Data Barry::Data::operator=(const 
 Barry::Data)':
 data.cc:275: error: 'memcpy' was not declared in this scope
 data.cc: In function 'bool Barry::IsEndpointStart(const std::string, int)':
 data.cc:389: error: 'strncmp' was not declared in this scope
 data.cc:392: error: 'atoi' was not declared in this scope
 make[2]: *** [data.lo] Error 1
 make[2]: Leaving directory `/home/smcmackin/Download/barry-0.12/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/home/smcmackin/Download/barry-0.12'
 make: *** [all] Error 2
 
 Any pointers would be appreciated.
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
I also downloaded the latest CVS and get similar errors as to what I saw 
with 0.12.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel