* [Buildroot] QtWebKit problem
@ 2012-11-21 9:41 Zoran Djordjevic
2012-11-21 9:42 ` Zoltan Gyarmati
2012-11-21 9:53 ` Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Zoran Djordjevic @ 2012-11-21 9:41 UTC (permalink / raw)
To: buildroot
I've built linux with Qt support, and later decided to add
QtWebKit. I checked it, and rebuild (previously deleting
stamp.build and stamp.install in ../output/build/qt-4.7.4)
After building I didn't get QtWebKit in .../sysroot/usr/include.
Where I go wrong ?
?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121121/a54d8ded/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] QtWebKit problem
2012-11-21 9:41 [Buildroot] QtWebKit problem Zoran Djordjevic
@ 2012-11-21 9:42 ` Zoltan Gyarmati
2012-11-21 9:53 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Zoltan Gyarmati @ 2012-11-21 9:42 UTC (permalink / raw)
To: buildroot
On 11/21/2012 10:41 AM, Zoran Djordjevic wrote:
> I've built linux with Qt support, and later decided to add
> QtWebKit. I checked it, and rebuild (previously deleting
> stamp.build and stamp.install in ../output/build/qt-4.7.4)
> After building I didn't get QtWebKit in .../sysroot/usr/include.
> Where I go wrong ?
> Regards
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Probably you also have to delete the configure stamp as well
--
br,
Zoltan Gyarmati
mail: mr.zoltan.gyarmati at gmail.com
freenode nick: zgyarmati
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] QtWebKit problem
2012-11-21 9:41 [Buildroot] QtWebKit problem Zoran Djordjevic
2012-11-21 9:42 ` Zoltan Gyarmati
@ 2012-11-21 9:53 ` Thomas Petazzoni
2012-11-21 10:42 ` Zoran Djordjevic
1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2012-11-21 9:53 UTC (permalink / raw)
To: buildroot
Dear Zoran Djordjevic,
On Wed, 21 Nov 2012 01:41:40 -0800 (PST), Zoran Djordjevic wrote:
> I've built linux with Qt support, and later decided to add
> QtWebKit. I checked it, and rebuild (previously deleting
> stamp.build and stamp.install in ../output/build/qt-4.7.4)
> After building I didn't get QtWebKit in .../sysroot/usr/include.
> Where I go wrong ?
Don't do magic with stamp files, do:
make qt-reconfigure
Or preferably, a 'make clean all' cycle.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] QtWebKit problem
2012-11-21 9:53 ` Thomas Petazzoni
@ 2012-11-21 10:42 ` Zoran Djordjevic
2012-11-21 12:24 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Zoran Djordjevic @ 2012-11-21 10:42 UTC (permalink / raw)
To: buildroot
But before I start overall recompiling, which is (as you know) lengthy
process, is there maybe some dependencies, that I should check
before (related to QtWebKit) ?
?
Regards?
________________________________
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: Zoran Djordjevic <djdjdjole@yahoo.com>
Cc: "buildroot at busybox.net" <buildroot@busybox.net>
Sent: Wednesday, November 21, 2012 10:53 AM
Subject: Re: [Buildroot] QtWebKit problem
Dear Zoran Djordjevic,
On Wed, 21 Nov 2012 01:41:40 -0800 (PST), Zoran Djordjevic wrote:
> I've built linux with Qt support, and later decided to add
> QtWebKit. I checked it, and rebuild (previously deleting
> stamp.build and stamp.install in ../output/build/qt-4.7.4)
> After building I didn't get QtWebKit in .../sysroot/usr/include.
> Where I go wrong ?
Don't do magic with stamp files, do:
??? make qt-reconfigure
Or preferably, a 'make clean all' cycle.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121121/ab049bb4/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] QtWebKit problem
2012-11-21 10:42 ` Zoran Djordjevic
@ 2012-11-21 12:24 ` Thomas Petazzoni
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2012-11-21 12:24 UTC (permalink / raw)
To: buildroot
Dear Zoran Djordjevic,
On Wed, 21 Nov 2012 02:42:43 -0800 (PST), Zoran Djordjevic wrote:
> But before I start overall recompiling, which is (as you know) lengthy
> process, is there maybe some dependencies, that I should check
> before (related to QtWebKit) ?
Well, unless there is a bug (which is of course always possible),
Buildroot normally knows all the dependencies that are needed for a
given package. It's one of the main reason for Buildroot to exist in
the first place...
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-11-21 12:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21 9:41 [Buildroot] QtWebKit problem Zoran Djordjevic
2012-11-21 9:42 ` Zoltan Gyarmati
2012-11-21 9:53 ` Thomas Petazzoni
2012-11-21 10:42 ` Zoran Djordjevic
2012-11-21 12:24 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox