Opened 9 years ago
Closed 9 years ago
#48119 closed defect (fixed)
qt5-mac is not UsingTheRightCompiler when building ninja bootstrap
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | mkae (Marko Käning), RJVB (René Bertin), pixilla (Bradley Giesbrecht) |
Port: | qt5-mac |
Description
qt5-mac is not UsingTheRightCompiler when building ninja bootstrap. It is looking for an environment variable CXX
to be set.
There is already a comment to that effect in the portfile:
# qtwebengine/src/3rdparty/ninja/bootstrap.py calls g++ (must set CXX)
Attachments (1)
Change History (5)
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | qt5-mac.diff added |
---|
comment:1 Changed 9 years ago by mkae (Marko Käning)
Cc: | mk@… rjvbertin@… pixilla@… added |
---|---|
Version: | 2.3.99 |
comment:2 Changed 9 years ago by mkae (Marko Käning)
comment:4 Changed 9 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed in r142505.
Note: See
TracTickets for help on using
tickets.
As far as I understood - from what René wrote somewhere - it would be better to create a separate (sub-)port for
qtwebengine
to reduce the effort for rebuildingqt5-mac
...