You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build KLayout version 0.27.13 on Linux Mint 20.3 Una.
For some reason (a bit trivial), I'd like to use a Qt5 built from source code.
Since the distribution provides tools using Qt 5.12.8, I chose qt-everywhere-src-5.12.8.tar.xz and could successfully install it under the standard directory, namely, /usr/local/Qt-5.12.8/.
While building KLayout using the /usr/local/Qt-5.12.8/bin/qmake tool, I got some compile errors.
To investigate the reasons, I have tested three different environments, as shown in the table below.
The apparent difference between Step 2 and other two is the presence of the -isystem flag in the g++ command line of Step 2.
However, I do not understand why and how qmake inserted this flag.
So far, I'm using the artifacts generated in Step 2.
Dear @klayoutmatthias,
I'm trying to build KLayout version 0.27.13 on Linux Mint 20.3 Una.
For some reason (a bit trivial), I'd like to use a Qt5 built from source code.
Since the distribution provides tools using Qt 5.12.8, I chose
qt-everywhere-src-5.12.8.tar.xz
and could successfully install it under the standard directory, namely,/usr/local/Qt-5.12.8/
.While building KLayout using the
/usr/local/Qt-5.12.8/bin/qmake
tool, I got some compile errors.To investigate the reasons, I have tested three different environments, as shown in the table below.
The apparent difference between Step 2 and other two is the presence of the -isystem flag in the g++ command line of Step 2.
However, I do not understand why and how qmake inserted this flag.
So far, I'm using the artifacts generated in Step 2.
I have also tested my older work environment:
Any suggestions to address this issue?
Thank you and best regards,
Kazzz-S
Edit-1
mkspecs/common/gcc-base.conf
asThe text was updated successfully, but these errors were encountered: