Opened 4 years ago
Last modified 3 months ago
#60790 new defect
QGLE: not using the right compiler
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | QGLE |
Description
QGLE isn't UsingTheRightCompiler because:
DEBUG: Using compiler 'Xcode Clang'
CC='/usr/bin/clang'
CXX='/usr/bin/clang++'
but then:
make[2]: /opt/local/bin/clang++-mp-9.0: No such file or directory
Note: See
TracTickets for help on using
tickets.
This will be fixed once QGLE is updated to 4.3.x which now builds using CMake instead of QMake. I'm working with upstream to resolve a variety of problems before we can update to that series.