All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Navani Srivastava <navani.srivastava@gmail.com>
Cc: yocto@yoctoproject.org, Praveen Vk <Praveen.VK@lnties.com>
Subject: Re: Problem in Compiling Qt-4.6.3
Date: Tue, 20 Mar 2012 16:42:12 +0000	[thread overview]
Message-ID: <1864039.T6V9d7o7RK@helios> (raw)
In-Reply-To: <CA+Z6RkU9b9zAobZWXwMs6mRKMtcJEmq65eUxpZVWsABC9ywwQw@mail.gmail.com>

On Tuesday 20 March 2012 12:07:37 Navani Srivastava wrote:
> >> "db2.cpp:42:20: fatal error: sqlcli.h: No such file or directory"
> >> "oci.cpp:42:17: fatal error: oci.h: No such file or directory"

The above errors are just passed through from the configure tests and despite 
saying "fatal" they actually aren't.

The real problem appears to be this error:

> | sed: can't read
> 
> /home/navani/Poky/poky-bernard-5.0/build/tmp/work/armv6-poky-linux-gnueabi/q
> t4-embedded-4.6.3-r26.1/qt-everywhere-opensource-src-4.6.3/translations/Make
> file: No such file or directory

> On removing
> "sed -e '/QMAKE_TARGET /d' -e '/TARGET /d' -i ${S}/translations/Makefile"
> from qt-4.6.3.inc and this error got resolved. But I don't think this is
> the correct way.

It's not obvious, but looking through Qt 4.6.3's configure script, it seems 
that if you specify a "-make xxx" option you won't get the default items 
("libs tools examples demos docs translations") unless you state them 
explicitly, although "-nomake xxx" will not trigger this. Thus by having "-
make libs" in your configure command line it has disabled all of the other 
defaults including translations.

So I think you have two options to fix this:

a) Remove the "-make libs" option and add "-nomake xxx" for anything you don't 
want in the default items listed above, or

b) Add "-make translations" and possibly "-make xxx" for anything other than 
libs from the above list that you do want.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


      reply	other threads:[~2012-03-20 16:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-20  6:37 Problem in Compiling Qt-4.6.3 Navani Srivastava
2012-03-20 16:42 ` Paul Eggleton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1864039.T6V9d7o7RK@helios \
    --to=paul.eggleton@linux.intel.com \
    --cc=Praveen.VK@lnties.com \
    --cc=navani.srivastava@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.