all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#70026: QtBase 6.5.2: Wrong private header locations
@ 2024-03-27 10:59 Daniel Ziltener via Bug reports for GNU Guix
  2024-03-28 18:24 ` Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ziltener via Bug reports for GNU Guix @ 2024-03-27 10:59 UTC (permalink / raw)
  To: 70026

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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#70026: QtBase 6.5.2: Wrong private header locations
  2024-03-27 10:59 bug#70026: QtBase 6.5.2: Wrong private header locations Daniel Ziltener via Bug reports for GNU Guix
@ 2024-03-28 18:24 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2024-03-28 18:24 UTC (permalink / raw)
  To: 70026; +Cc: dziltener

Hi Daniel,

Daniel Ziltener via Bug reports for GNU Guix <bug-guix@gnu.org> writes:

> 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.

If you have the chance, could you try on the qt-team branch? It has a
fresh Qt 6.6.2 version; perhaps something got fixed.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-28 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27 10:59 bug#70026: QtBase 6.5.2: Wrong private header locations Daniel Ziltener via Bug reports for GNU Guix
2024-03-28 18:24 ` Maxim Cournoyer

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.