all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Ziltener via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 70026@debbugs.gnu.org
Subject: bug#70026: QtBase 6.5.2: Wrong private header locations
Date: Wed, 27 Mar 2024 11:59:21 +0100	[thread overview]
Message-ID: <0104d8bf-0215-4b2d-3319-9ffcbd5936af@lyrion.ch> (raw)

The private header files of QtBase (and probably other Qt packages as 
well) are placed in the wrong location. In my case, I am trying to use 
qmetaobjectbuilder_p.h. The path for it is 
/gnu/store/zywk3i6r200qd0w0fjizg3m5nwpkkzjs-profile/include/qt6/QtCore/6.5.2/QtCore/private/qmetaobjectbuilder_p.h 
(expected would be 
/gnu/store/zywk3i6r200qd0w0fjizg3m5nwpkkzjs-profile/include/qt6/QtCore/private/qmetaobjectbuilder_p.h), 
which leads to issues when compiling, because qmetaobjectbuilder_p.h 
contains an "#include <QtCore/private/qglobal_p.h>", which can then not 
be found. It also means I cannot use any of the provided include path 
env variables like C_INCLUDE_PATH.





             reply	other threads:[~2024-03-27 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-27 10:59 Daniel Ziltener via Bug reports for GNU Guix [this message]
2024-03-28 18:24 ` bug#70026: QtBase 6.5.2: Wrong private header locations Maxim Cournoyer

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=0104d8bf-0215-4b2d-3319-9ffcbd5936af@lyrion.ch \
    --to=bug-guix@gnu.org \
    --cc=70026@debbugs.gnu.org \
    --cc=dziltener@lyrion.ch \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.