Software installation tricks: Difference between revisions
Jump to navigation
Jump to search
(New page: Building OpenCV on Ubuntu 10.10 from svn on 2011-January-31 gives the error: 'gdk-pixbuf/gdk-pixbuf.h: No such file or directory' It seems that that file was moved somewhere else. As a ...) |
m (add warning on top) |
||
Line 1: | Line 1: | ||
''2016 note: this page is obsolete and can be deleted!'' | |||
Building OpenCV on Ubuntu 10.10 from svn on 2011-January-31 gives the error: | Building OpenCV on Ubuntu 10.10 from svn on 2011-January-31 gives the error: | ||
'gdk-pixbuf/gdk-pixbuf.h: No such file or directory' | 'gdk-pixbuf/gdk-pixbuf.h: No such file or directory' |
Latest revision as of 14:01, 24 October 2016
2016 note: this page is obsolete and can be deleted!
Building OpenCV on Ubuntu 10.10 from svn on 2011-January-31 gives the error:
'gdk-pixbuf/gdk-pixbuf.h: No such file or directory'
It seems that that file was moved somewhere else. As a quick fix, you can create symbolic link where the file is needed:
sudo ln -s /usr/include/gdk-pixbuf-2.0/gdk-pixbuf /usr/include/gtk-2.0/gdk-pixbuf