Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
585 Discussions

error compiling Qt 6.3.0 on Windows with oneAPI icx using c++20

Rich_F_1
New Contributor I
1,241 Views

 

Attempting to compile Qt 6.3.0 on Windows with oneAPI icx using c++20

was instructed to report the error as a bug by Thiago Macieira.

see bug https://bugreports.qt.io/browse/QTBUG-103605

 

Do you need me to report the details again here or is the QT bug report enough?

Thanks in advance

Rich

0 Kudos
1 Solution
Rich_F_1
New Contributor I
1,177 Views

The latest patch set 4 provided by Qt has the c++ code-fu needed to make the compiler happy.

 

As for the problem of getting the configure to work on your end I'm not sure what is going on.

There was a problem extracting the Qt 6.3.0 source code because the file path was too long.

Extracting it to c:\tmp\ then moving it got around that problem.

Otherwise I followed the instructions from here https://doc.qt.io/qt-6/windows-building.html

using the Strawberry Perl.

Changed win32-icc qmake.conf QMAKE_CC = icx

Ran xemacs from the Intel 64 command prompt then configuring and compiling from a shell in xemacs

to capture everything.

View solution in original post

0 Kudos
3 Replies
NoorjahanSk_Intel
Moderator
1,188 Views

Hi,

 

Thanks for reaching out to us.

 

Could you please provide the steps to reproduce the issue at our end?

 

We have followed the steps that you have posted in the qt forum(https://bugreports.qt.io/browse/QTBUG-103605) but got some issues.

Please find the screenshot of the error log.

NoorjahanSk_Intel_0-1653387549787.png

 

Could you please help us in reproducing your issue?

 

Thanks & Regards,

Noorjahan.

 

0 Kudos
Rich_F_1
New Contributor I
1,178 Views

The latest patch set 4 provided by Qt has the c++ code-fu needed to make the compiler happy.

 

As for the problem of getting the configure to work on your end I'm not sure what is going on.

There was a problem extracting the Qt 6.3.0 source code because the file path was too long.

Extracting it to c:\tmp\ then moving it got around that problem.

Otherwise I followed the instructions from here https://doc.qt.io/qt-6/windows-building.html

using the Strawberry Perl.

Changed win32-icc qmake.conf QMAKE_CC = icx

Ran xemacs from the Intel 64 command prompt then configuring and compiling from a shell in xemacs

to capture everything.

0 Kudos
NoorjahanSk_Intel
Moderator
1,145 Views

Hi,


Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Thanks & Regards,

Noorjahan.


0 Kudos
Reply