don't use C that often :-)

export CPPFLAGS=-I/home/user/local/include
export LDFLAGS=-L/home/user/local/lib

configure --prefix=/home/user/local

and it builds :-)

I then realized that I needed the udev mumbo-jumbo to make the thing work.

I figured the easiest way to do that was go back and ./configure
--sysconfigdir=/etc as it says in the INSTALL.linux.

typo alert ! that should be "--sysconfdir"

looks like if you do that, and then do make install_udev it does _not_
put them in the system directories.  probably need a different option.
 is that right, or is it just me ?

ok - so I do that.  re-connect, hoping that the udev stuff will kick
in and I get this:

ERROR: failed to requesting identity
Failed with error 1

hmmm....aha - I forgot to restart udev.  only - I shouldn't have to do that (?)

just in case, /etc/init.d/udev restart

plug it back in again, and get the same error message.

and that's where I'm currently stuck.



On 1/28/13, leaf on the wind <copperwh...@gmail.com> wrote:
> On 1/28/13, Scott Talbert <s...@techie.net> wrote:
>> On Mon, 28 Jan 2013, leaf on the wind wrote:
>>
>>> I looked at the list and it looks like development is still underway
>>> (?).
>>
>> Yes, we've been working on adding support for a handful of new remotes.
>> Hopefully there will be a new release relatively soon, if we can get
>> Phil's attention for long enough.  :-)
>>
>>> if so I have a harmony one I could use to help test.
>>>
>>> just point me to the latest tree (the distribution is out of date, I'm
>>> assuming there's a cvs or git tree somewhere) and i'll build it and
>>> give it a try.
>>
>> The Harmony One support should be in pretty good shape, other than
>> firmware upgrades.  It would probably be good if you could test the
>> zwave_work_branch with the One.  I don't think that has been done.  CVS
>> is
>> here: http://sourceforge.net/scm/?type=cvs&group_id=201579
>
> hmmm... muddled through the cvs commands (I hardly _ever_ use
> branches) and think I got it installed.
>
> minor snafu building concord.
>
> I built libconcord but my prefix is /home/user/local
>
> I used the same prefix to build concord, but it can't find libconcord.h.
>
> as you would expect libconcord.h is, in fact, in /home/user/local/include
>
> Not sure if I need to fix this with a configure option or if I need to
> export an environment variable of some sort.
>
> is the answer worth adding to the INSTALL.linux file ?
>
> thanks.
>

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to