Pierre Ossman wrote:
> Duncan Webb wrote:
>> Pierre Ossman wrote:
>>
>> Sorry Pierre, I can't accept this patch as it stands because it parses
>> linux/input.h, which requires that kernel headers are installed.
>>
>> I have reversed the patches from rel-1-6 and rel-1
>>
>> There must be a better way to do this without this dependency.
>>
> 
> As added to the sf tracker, it doesn't depend on input.h. It simple uses
> it (if available) to update the default mappings included in evfallback.py.

I didn't work for Justin and I guess that it will affect others too. He
is getting:

-------------------------------------------------------------------------------
Freevo (1.6.0) start at Thu Oct 19 14:34:38 2006
-------------------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/src/freevo-1.6/freevo/src/main.py", line 78, in ?
    import config
  File "/usr/local/src/freevo-1.6/freevo/src/config.py", line 431, in ?
    execfile(os.environ['FREEVO_CONFIG'], globals(), locals())
  File "/usr/local/src/freevo-1.6/freevo/freevo_config.py", line 99, in ?
    import plugin
  File "/usr/local/src/freevo-1.6/freevo/src/plugin.py", line 38, in ?
    import rc
  File "/usr/local/src/freevo-1.6/freevo/src/rc.py", line 39, in ?
    import evdev
  File "/usr/local/src/freevo-1.6/freevo/src/evdev.py", line 320, in ?
    parse_input_h("/usr/include/linux/input.h")
  File "/usr/local/src/freevo-1.6/freevo/src/evdev.py", line 87, in
parse_input_h
    raise Exception("Invalid type: %s" % m.group("type"))
Exception: Invalid type: INPUT


I think that event support is a great feature but I needs to be very
robust if it is being called from rc.py. I'm more that happy to put this
 back when we have a better solution.

Duncan


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to