From: Jon Ringle <jon@ringle.org>
To: ptxdist@pengutronix.com
Subject: [ptxdist] qt4.make leaks include/lib path in devpkg
Date: Mon, 11 Mar 2019 22:25:59 -0400 [thread overview]
Message-ID: <CAMwGMjwocQccELdHjg0htK_hhEUqZP=_XNPogD4ze4vK_t4uTQ@mail.gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 776 bytes --]
In rules/qt4.make, there is:
```
ifdef PTXCONF_QT4_EXAMPLES
QT4_DEVPKG := NO
endif
```
This means that a qt4 dev package will be probably be created.
The qt4.extract rule will create some mkspecs files that contain the
absolute path for include and lib dirs. These mkspecs files get packaged up
in the qt4-*-dev.tar.gz package and does not get fixed up. This caused some
very strange errors when building our project because the include path that
the project used picked up the include path from the qt4 dev package and
pointed to the wrong header file from another platform.
Having a qt4 dev package is a real build time saver and I don't really want
to mark it with QT4_DEVPKG := NO unconditionally, but I'm not sure what the
proper fix for it would be.
Thanks,
-Jon
[-- Attachment #1.2: Type: text/html, Size: 983 bytes --]
[-- Attachment #2: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2019-03-12 2:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-12 2:25 Jon Ringle [this message]
2019-03-13 8:18 ` Michael Olbrich
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='CAMwGMjwocQccELdHjg0htK_hhEUqZP=_XNPogD4ze4vK_t4uTQ@mail.gmail.com' \
--to=jon@ringle.org \
--cc=ptxdist@pengutronix.com \
--cc=ptxdist@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox