Trying to build this myself, now have Ubuntu 10.04 and everything compiles and runs, but the live view doesn't work. I've enabled all the libs, installed, linked and checked the paths. When connecting however, I get the following stack trace:
/home/joel/chdkptp/trunk/lua/chdku.lua:950: attempt to call method 'get_handler' (a nil value)
stack traceback:
/home/joel/chdkptp/trunk/lua/chdku.lua:950: in function 'live_init_streaming'
/home/joel/chdkptp/trunk/lua/gui_live.lua:577: in function 'on_connect_change'
/home/joel/chdkptp/trunk/lua/gui.lua:111: in function 'update_connection_status'
/home/joel/chdkptp/trunk/lua/gui.lua:128: in function </home/joel/chdkptp/trunk/lua/gui.lua:114>
(tail call): ?
[C]: in function 'MainLoop'
/home/joel/chdkptp/trunk/lua/gui.lua:492: in function </home/joel/chdkptp/trunk/lua/gui.lua:478>
(tail call): ?
/home/joel/chdkptp/trunk/lua/main.lua:172: in main chunk
[C]: in function 'require'
[string "require('main')"]:1: in main chunk
Where do I look? All functions except for live view work however.