Hi all,

I recently came across a Harmony 900, and I would like to help get it 
working with concordance.  I have been working with the zwave_work_branch.

First of all, a trivial patch to get libconcord to configure:

Index: libconcord/configure.ac
===================================================================
RCS file: /cvsroot/concordance/concordance/libconcord/configure.ac,v
retrieving revision 1.7.2.2
diff -u -r1.7.2.2 configure.ac
--- libconcord/configure.ac     11 Aug 2011 05:46:45 -0000      1.7.2.2
+++ libconcord/configure.ac     23 Jan 2012 01:05:58 -0000
@@ -11,7 +11,7 @@
         AC_MSG_ERROR([Error, libusb is missing!])
  fi
  AC_CHECK_HEADER(zzip/lib.h, [], [a=0])
-AC_CHECK_LIB(zzip, zzip_dir_open, [] [a=0])
+AC_CHECK_LIB(zzip, zzip_dir_open, [], [a=0])
  if test $a == 0
  then
         AC_MSG_ERROR([Error, libzzip is missing!])


Second, I ran concordance with debug enabled.  This is the output I'm 
getting.  Any thoughts on how to investigate further?

Concordance 0.23+CVS
Copyright 2007 Kevin Timmerman and Phil Dibowitz
This software is distributed under the GPLv3.

DEBUG (FindRemote): bNumEndpoints 3
DEBUG (check_ep): address 01 attrib 02 max_length 64
DEBUG (check_ep): address 81 attrib 02 max_length 64
DEBUG (check_ep): address 82 attrib 03 max_length 64
ERROR: Couldn't initializing libconcord: Error connecting or finding the 
remote


Thanks,
Scott

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to