Skip to content

Hotfix

Rouven Hirsch requested to merge (removed):hotfix into master

hotfix to compile hdtv with root6. installation works only with python setup.py install. using only the makefile in src/ i get the following error massage when starting bin/hdtv 13:39:32, hirsch@KnutII:~/Programme/hdtv/bin$ ./hdtv Traceback (most recent call last): File "./hdtv", line 46, in import hdtv.session File "/home/hirsch/Programme/root/lib/ROOT.py", line 301, in _importhook return _orig_ihook( name, *args, **kwds ) File "/home/hirsch/Programme/hdtv/hdtv/session.py", line 27, in hdtv.dlmgr.LoadLibrary("display") File "/home/hirsch/Programme/hdtv/hdtv/dlmgr.py", line 55, in LoadLibrary raise DLImportError, "Failed to find library %s" % name hdtv.dlmgr.DLImportError: Failed to find library display

Merge request reports