Hi!
I recently found this interesting project while i was searching for software for my soon to be build media center
The problem is: I can't install disko. "sudo scons install" says:
Code: |
KeyError: 'LIBPATH':
File "/home/tloeffler/download/morphine/disko-1.5.0/SConstruct", line 337:
disko_pc_libs = '-L%s' % ' -L'.join(env['LIBPATH'])
File "/usr/lib/python2.6/site-packages/SCons/Environment.py", line 368:
return self._dict[key]
|
I never used scons by I guessed that it complains about missing libs. In SConstruct line 336 is:
Code: |
disko_pc_requires = 'libxml-2.0 >= 2.6, libcurl, sigc++-2.0, libpng >= 1.2'
|
I installed all libs and the corresponding headers but still no luck.
Funny thing is, building went fine.
TIA,
jd