Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-20 Thread Josh Kropf
On Fri, 20 Feb 2009 02:26:54 -0500 Chris Frey wrote: > I changed it to a more manual AC_CHECK_LIB, and added an optional --with-zlib > to make the binary package build more robust. > > If you could give it a test run on your system, that would be great. Works fine here. -- Josh Kropf --

Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-20 Thread Nicolas
Your file is corrupted. With RIM's tools, I can't load your COD file. Regards, Nicolas Le vendredi 20 février 2009 à 02:10 -0500, Chris Frey a écrit : > On Fri, Feb 20, 2009 at 01:43:27AM -0500, Josh Kropf wrote: > > This .cod was in fact corrupt some how. Attempting to load it with the > > wi

Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Chris Frey
On Fri, Feb 20, 2009 at 01:53:50AM -0500, Josh Kropf wrote: > I use Arch (archlinux.org), which comes with zlib 1.2.3. I don't recall > where I read this but zlib only recently added autotools goo for > pkg-config support. I will do some research to see if there is a more > portable way to do aut

Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Chris Frey
On Fri, Feb 20, 2009 at 01:43:27AM -0500, Josh Kropf wrote: > This .cod was in fact corrupt some how. Attempting to load it with the > windows javaloader resulted in error too. What was the error you ran > into? I got: Barry::Error caught: file is not a valid Java code file This was after it s

Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Josh Kropf
On Fri, 20 Feb 2009 01:34:56 -0500 Chris Frey wrote: > What distro do you use? I noticed that my system (Debian etch, and > Debian lenny) don't have a pkg-config file for zlib, so the configure > check always fails. I use Arch (archlinux.org), which comes with zlib 1.2.3. I don't recall where

Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Josh Kropf
On Fri, 20 Feb 2009 01:04:47 -0500 Chris Frey wrote: > I tested your changes with your 7 megabyte ca_slashdev_hello.cod file > that you made for Nicolas for testing, and I had trouble with it. > Do you think that the submodules need to be sent to the device in > index order? This .cod was in fac

Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Chris Frey
On Thu, Feb 19, 2009 at 09:37:54PM -0500, Josh Kropf wrote: > * includes my previous patch for packing large modules in pkzip format >in save command What distro do you use? I noticed that my system (Debian etch, and Debian lenny) don't have a pkg-config file for zlib, so the configure check

Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Chris Frey
On Thu, Feb 19, 2009 at 09:37:54PM -0500, Josh Kropf wrote: > git://slashdev.ca/barry.git master > > There are several changes in this series of commits: > > * includes my previous patch for packing large modules in pkzip format >in save command > * cleaned up StartStream function; use JLPa

[Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Josh Kropf
git://slashdev.ca/barry.git master There are several changes in this series of commits: * includes my previous patch for packing large modules in pkzip format in save command * cleaned up StartStream function; use JLPacket instance * refactored SendStream; use JLPacket instance and use simp