* Qtmultimedia issue
@ 2015-12-14 10:06 Surya
2015-12-15 0:55 ` Khem Raj
2015-12-15 11:07 ` Surya
0 siblings, 2 replies; 3+ messages in thread
From: Surya @ 2015-12-14 10:06 UTC (permalink / raw)
To: yocto
Hello all,
I need some help regarding qtmultimedia .Currently i am trying to build
qt5.3.2 with qtwebengine .It builded properly without any error but when
i am trying to using the "qmake" of this and build any graphic related
applications ,it is showing some error as below:
Project ERROR: Unknown module(s) in QT: script multimedia
I have enabled both qtmultimedia & qtscript by hob ,,but still no idea
why its not taking that.
Thanks & Regards
Surya
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Qtmultimedia issue
2015-12-14 10:06 Qtmultimedia issue Surya
@ 2015-12-15 0:55 ` Khem Raj
2015-12-15 11:07 ` Surya
1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2015-12-15 0:55 UTC (permalink / raw)
To: Surya; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 788 bytes --]
> On Dec 14, 2015, at 2:06 AM, Surya <surya.n@easyarm.com> wrote:
>
> Hello all,
>
> I need some help regarding qtmultimedia .Currently i am trying to build qt5.3.2 with qtwebengine .It builded properly without any error but when i am trying to using the "qmake" of this and build any graphic related applications ,it is showing some error as below:
>
> Project ERROR: Unknown module(s) in QT: script multimedia
>
> I have enabled both qtmultimedia & qtscript by hob ,,but still no idea why its not taking that.
>
these need to be enabled and then qtbase needs to be rebuilt.
>
> Thanks & Regards
> Surya
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Qtmultimedia issue
2015-12-14 10:06 Qtmultimedia issue Surya
2015-12-15 0:55 ` Khem Raj
@ 2015-12-15 11:07 ` Surya
1 sibling, 0 replies; 3+ messages in thread
From: Surya @ 2015-12-15 11:07 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 2022 bytes --]
Hello,
I am building qt5.3.2 with yocto. I need qtmultimedia & qtscript support
to run my video application,but unfortunately my "qmake"
(sysroot/i686-linux/usr/bin/qt5/qmake) is not linked with those
libraries evenif these modules are enabled .
So, i tried to add it manually in my local.conf as below.
PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer010"
But,i am getting error as:
/home/shammi/WIN/surya/work/yocto/build/tmp-glibc/work/cortexa8t2hf-vfp-neon-phytec-linux-gnueabi/qtmultimedia/5.3.2-r0/qtmultimedia-opensource-src-5.3.2/src/gsttools/gstvideoconnector.c:467:32:
error: 'GST_PAD_PROBE_DROP' undeclared (first use in this function)
return element->relinked ? GST_PAD_PROBE_DROP : GST_PAD_PROBE_OK;
^
/home/shammi/WIN/surya/work/yocto/build/tmp-glibc/work/cortexa8t2hf-vfp-neon-phytec-linux-gnueabi/qtmultimedia/5.3.2-r0/qtmultimedia-opensource-src-5.3.2/src/gsttools/gstvideoconnector.c:467:32:
note: each undeclared identifier is reported only once for each function
it appears in
/home/shammi/WIN/surya/work/yocto/build/tmp-glibc/work/cortexa8t2hf-vfp-neon-phytec-linux-gnueabi/qtmultimedia/5.3.2-r0/qtmultimedia-opensource-src-5.3.2/src/gsttools/gstvideoconnector.c:467:53:
error: 'GST_PAD_PROBE_OK' undeclared (first use in this function)
return element->relinked ? GST_PAD_PROBE_DROP : GST_PAD_PROBE_OK;
Need help.
Thanks & Regards
Surya
On Monday 14 December 2015 10:06 AM, Surya wrote:
> Hello all,
>
> I need some help regarding qtmultimedia .Currently i am trying to
> build qt5.3.2 with qtwebengine .It builded properly without any error
> but when i am trying to using the "qmake" of this and build any
> graphic related applications ,it is showing some error as below:
>
> Project ERROR: Unknown module(s) in QT: script multimedia
>
> I have enabled both qtmultimedia & qtscript by hob ,,but still no
> idea why its not taking that.
>
>
> Thanks & Regards
> Surya
[-- Attachment #2: Type: text/html, Size: 3615 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-12-15 11:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-14 10:06 Qtmultimedia issue Surya
2015-12-15 0:55 ` Khem Raj
2015-12-15 11:07 ` Surya
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.