Patch Applied.

libconcord rebuilt, and reinstalled with make clean && make && make install

jessy concordance # ./concordance -vi
Concordance 0.21+CVS
Copyright 2007 Kevin Timmerman and Phil Dibowitz
This software is distributed under the GPLv3.

ERROR: Couldn't initializing libconcord: Error connecting or finding the
remote
Calling InitUSB()Calling FindRemote()jessy concordance #

I changed the line

if (ep_write == -1) return 1;

to

if (ep_read == -1) return 1;

rebuilt, and get:

jessy concordance # ./concordance -vi
Concordance 0.21+CVS
Copyright 2007 Kevin Timmerman and Phil Dibowitz
This software is distributed under the GPLv3.

ERROR: failed to requesting identity
Calling InitUSB()Calling FindRemote()Requesting Identity: In
deinit_concord(), calling ShutdownUSB()
In deinit_concord(), deleting the rmt object
Failed with error 1

Changed the line back to ep_write, so my source is what you'd expect.

-Lucas


On Fri, Aug 28, 2009 at 6:41 AM, Phil Dibowitz <p...@ipom.com> wrote:

> Well - somewhere something muked with that message...
>
> Anyway, here's the patch, one more time, in case it's hard to get out of
> the
> screwed-up MIME encapsulation.
>
> --
> Phil Dibowitz                             p...@ipom.com
> Open Source software and tech docs        Insanity Palace of Metallica
> http://www.phildev.net/                   http://www.ipom.com/
>
> "Never write it in C if you can do it in 'awk';
>  Never do it in 'awk' if 'sed' can handle it;
>  Never use 'sed' when 'tr' can do the job;
>  Never invoke 'tr' when 'cat' is sufficient;
>  Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> concordance-devel mailing list
> concordance-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/concordance-devel
>
>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to