2011/7/17 Tore Brigaglia <opensource...@gmail.com>: > Il 14/07/2011 19:05, jb ha scritto: > > pkg-config --modversion mlt++ > > Thanks for pointing me to this. You win! > > This command gived: > *** > tore@tore-VAIO:/usr/lib/pkgconfig> pkg-config --modversion mlt++ > Package mlt++ was not found in the pkg-config search path. > Perhaps you should add the directory containing `mlt++.pc' > to the PKG_CONFIG_PATH environment variable > No package 'mlt++' found > *** > So i first checked the variable with #echo $PKG_CONFIG_PATH and it was > empty! > > So i'v done: export PKG_CONFIG_PATH="/usr/lib/pkgconfig/" > > And cmake found MLT's version number. > > How is it possible that this variable was empty?
It is actually normal that this is empty because pkg-config is built to look within its $prefix/lib/pkgconfig automatically. So, it is very strange that it could not see the .pc file in that location. Usually, people only set PKG_CONFIG_PATH when they are installing things to non-standard locations like /opt or $HOME. Glad you got it working. -- +-DRD-+ ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Kdenlive-devel mailing list Kdenlive-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kdenlive-devel