On Fri, Jan 11, 2013 at 8:06 AM, Carl Karsten <[email protected]> wrote:
> g++  -I/home/juser/melt/20130111/include -DARCH_X86_64 -Wall -DPIC
> -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX
> -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -fPIC -pthread -DARCH_X86_64 -Wall -DPIC   -O2 -pipe
> -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE
> -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC
> -pthread -I../.. -DARCH_X86_64 -Wall -DPIC   -O2 -pipe
> -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE
> -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC
> -pthread -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml
> -I/usr/include/qt4/QtSvg -I/usr/include/libexif -I/usr/include/
> -Wno-deprecated   -c -o kdenlivetitle_wrapper.o
> kdenlivetitle_wrapper.cpp
> qimage_wrapper.cpp:37:28: fatal error: kcomponentdata.h: No such file
> or directory
> compilation terminated.
> make[2]: *** [qimage_wrapper.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory `/home/juser/melt/src/mlt/src/modules/qimage'
>
> (veyepar)juser@cnt1:~/melt$ find ./ -name kcomponentdata.h
> (veyepar)juser@cnt1:~/melt$

It is detecting KDE is available on your system because the execution
of kde4-config did not return an error. The "-I/usr/include/" in the
compile line was provided by "kde4-config --install include." This
could be a problem in your environment, or if it is a MLT problem,
then we need your help to figure out why because I am unable to
reproduce the problem on any of the various nightly build agents we
have setup for QA. find /usr/include -name kcomponentdata.h. If it
returns nothing, then figure out what package is not installed or
figure out what package provides kde4-config because it is lying.

-- 
+-DRD-+

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Mlt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to