+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/qt6-qscintilla-2.14.1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/qt6-qscintilla-2.14.1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for qt6-qscintilla-2.14.1 g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qsciscintilla.o qsciscintilla.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qsciscintillabase.o qsciscintillabase.cpp qsciscintillabase.cpp: In member function 'virtual void QsciScintillaBase::mouseDoubleClickEvent(QMouseEvent*)': qsciscintillabase.cpp:528:55: warning: 'int QMouseEvent::x() const' is deprecated: Use position() [-Wdeprecated-declarations] 528 | sci->ButtonDownWithModifiers(Scintilla::Point(e->x(), e->y()), clickTime, | ~~~~^~ In file included from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/QContextMenuEvent:1, from qsciscintillabase.cpp:26: /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:225:16: note: declared here 225 | inline int x() const { return qRound(position().x()); } | ^ qsciscintillabase.cpp:528:63: warning: 'int QMouseEvent::y() const' is deprecated: Use position() [-Wdeprecated-declarations] 528 | sci->ButtonDownWithModifiers(Scintilla::Point(e->x(), e->y()), clickTime, | ~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:227:16: note: declared here 227 | inline int y() const { return qRound(position().y()); } | ^ qsciscintillabase.cpp:533:35: warning: 'QPoint QMouseEvent::globalPos() const' is deprecated: Use globalPosition() [-Wdeprecated-declarations] 533 | triple_click_at = e->globalPos(); | ~~~~~~~~~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:223:19: note: declared here 223 | inline QPoint globalPos() const { return globalPosition().toPoint(); } | ^~~~~~~~~ qsciscintillabase.cpp: In member function 'virtual void QsciScintillaBase::mouseMoveEvent(QMouseEvent*)': qsciscintillabase.cpp:541:55: warning: 'int QMouseEvent::x() const' is deprecated: Use position() [-Wdeprecated-declarations] 541 | sci->ButtonMoveWithModifiers(Scintilla::Point(e->x(), e->y()), 0, | ~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:225:16: note: declared here 225 | inline int x() const { return qRound(position().x()); } | ^ qsciscintillabase.cpp:541:63: warning: 'int QMouseEvent::y() const' is deprecated: Use position() [-Wdeprecated-declarations] 541 | sci->ButtonMoveWithModifiers(Scintilla::Point(e->x(), e->y()), 0, | ~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:227:16: note: declared here 227 | inline int y() const { return qRound(position().y()); } | ^ qsciscintillabase.cpp: In member function 'virtual void QsciScintillaBase::mousePressEvent(QMouseEvent*)': qsciscintillabase.cpp:551:29: warning: 'int QMouseEvent::x() const' is deprecated: Use position() [-Wdeprecated-declarations] 551 | Scintilla::Point pt(e->x(), e->y()); | ~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:225:16: note: declared here 225 | inline int x() const { return qRound(position().x()); } | ^ qsciscintillabase.cpp:551:37: warning: 'int QMouseEvent::y() const' is deprecated: Use position() [-Wdeprecated-declarations] 551 | Scintilla::Point pt(e->x(), e->y()); | ~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:227:16: note: declared here 227 | inline int y() const { return qRound(position().y()); } | ^ qsciscintillabase.cpp:559:53: warning: 'QPoint QMouseEvent::globalPos() const' is deprecated: Use globalPosition() [-Wdeprecated-declarations] 559 | if (triple_click.isActive() && (e->globalPos() - triple_click_at).manhattanLength() < QApplication::startDragDistance()) | ~~~~~~~~~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:223:19: note: declared here 223 | inline QPoint globalPos() const { return globalPosition().toPoint(); } | ^~~~~~~~~ qsciscintillabase.cpp: In member function 'virtual void QsciScintillaBase::mouseReleaseEvent(QMouseEvent*)': qsciscintillabase.cpp:610:29: warning: 'int QMouseEvent::x() const' is deprecated: Use position() [-Wdeprecated-declarations] 610 | Scintilla::Point pt(e->x(), e->y()); | ~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:225:16: note: declared here 225 | inline int x() const { return qRound(position().x()); } | ^ qsciscintillabase.cpp:610:37: warning: 'int QMouseEvent::y() const' is deprecated: Use position() [-Wdeprecated-declarations] 610 | Scintilla::Point pt(e->x(), e->y()); | ~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:227:16: note: declared here 227 | inline int y() const { return qRound(position().y()); } | ^ qsciscintillabase.cpp: In member function 'virtual void QsciScintillaBase::dragMoveEvent(QDragMoveEvent*)': qsciscintillabase.cpp:693:48: warning: 'QPoint QDropEvent::pos() const' is deprecated: Use position().toPoint() [-Wdeprecated-declarations] 693 | Scintilla::Point(e->pos().x(), e->pos().y()), false, | ~~~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:713:19: note: declared here 713 | inline QPoint pos() const { return position().toPoint(); } | ^~~ qsciscintillabase.cpp:693:62: warning: 'QPoint QDropEvent::pos() const' is deprecated: Use position().toPoint() [-Wdeprecated-declarations] 693 | Scintilla::Point(e->pos().x(), e->pos().y()), false, | ~~~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:713:19: note: declared here 713 | inline QPoint pos() const { return position().toPoint(); } | ^~~ g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qsciabstractapis.o qsciabstractapis.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qsciapis.o qsciapis.cpp qsciapis.cpp: In member function 'bool QsciAPIs::loadPrepared(const QString&)': qsciapis.cpp:855:21: warning: 'qsizetype QByteArray::count() const' is deprecated: Use size() or length() instead. [-Wdeprecated-declarations] 855 | if (cpdata.count() == 0) | ~~~~~~~~~~~~^~ In file included from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qstringview.h:8, from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qchar.h:656, from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qstring.h:14, from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qhashfunctions.h:8, from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qlist.h:10, from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/QList:1, from Qsci/qsciapis.h:24, from qsciapis.cpp:25: /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qbytearray.h:477:22: note: declared here 477 | inline qsizetype count() const noexcept { return size(); } | ^~~~~ qsciapis.cpp: In member function 'QStringList QsciAPIs::installedAPIFiles() const': qsciapis.cpp:981:43: warning: 'static QString QLibraryInfo::location(LibraryLocation)' is deprecated: Use path() [-Wdeprecated-declarations] 981 | QString qtdir = QLibraryInfo::location(QLibraryInfo::DataPath); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/QLibraryInfo:1, from qsciapis.cpp:32: /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qlibraryinfo.h:48:20: note: declared here 48 | static QString location(LibraryLocation location) | ^~~~~~~~ g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscicommand.o qscicommand.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscicommandset.o qscicommandset.cpp qscicommandset.cpp: In constructor 'QsciCommandSet::QsciCommandSet(QsciScintilla*)': qscicommandset.cpp:73:42: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 73 | Qt::Key_Down | Qt::ALT | Qt::SHIFT, | ^~~~~ In file included from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qlist.h:9, from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/QList:1, from Qsci/qscicommandset.h:26, from qscicommandset.cpp:21: /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:110:40: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 110 | Qt::Key_Up | Qt::ALT | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:164:51: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 164 | Qt::Key_BracketRight | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:177:50: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 177 | Qt::Key_BracketLeft | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:205:42: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 205 | Qt::Key_Left | Qt::ALT | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:237:43: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 237 | Qt::Key_Right | Qt::ALT | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:261:43: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 261 | Qt::Key_Left | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:278:44: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 278 | Qt::Key_Right | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:324:44: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 324 | Qt::Key_Slash | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:337:48: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 337 | Qt::Key_Backslash | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:436:42: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 436 | Qt::Key_Home | Qt::ALT | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:482:41: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 482 | Qt::Key_End | Qt::ALT | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:538:43: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 538 | Qt::Key_Home | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:559:42: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 559 | Qt::Key_End | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:579:44: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 579 | Qt::Key_PageUp | Qt::ALT | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:606:46: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 606 | Qt::Key_PageDown | Qt::ALT | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:693:48: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 693 | Qt::Key_Backspace | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:702:45: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 702 | Qt::Key_Delete | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:709:40: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 709 | Qt::Key_L | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:721:40: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 721 | Qt::Key_T | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:771:40: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 771 | Qt::Key_U | Qt::CTRL | Qt::SHIFT, | ^~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:63:26: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 63 | Qt::Key_Down | Qt::SHIFT, | ~~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:84:26: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 84 | Qt::Key_Down | Qt::CTRL, | ~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:100:24: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 100 | Qt::Key_Up | Qt::SHIFT, | ~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:121:24: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 121 | Qt::Key_Up | Qt::CTRL, | ~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:158:34: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 158 | Qt::Key_BracketRight | Qt::CTRL, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:171:33: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 171 | Qt::Key_BracketLeft | Qt::CTRL, | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:194:26: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 194 | Qt::Key_Left | Qt::SHIFT, | ~~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:226:27: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 226 | Qt::Key_Right | Qt::SHIFT, | ~~~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:251:26: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 251 | Qt::Key_Left | Qt::CTRL, | ~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:271:27: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 271 | Qt::Key_Right | Qt::CTRL, | ~~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:318:27: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 318 | Qt::Key_Slash | Qt::CTRL, | ~~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:331:31: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 331 | Qt::Key_Backslash | Qt::CTRL, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:379:26: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 379 | Qt::Key_Home | Qt::ALT, | ~~~~~~~~~~~~~^~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:425:26: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 425 | Qt::Key_Home | Qt::SHIFT, | ~~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:471:25: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 471 | Qt::Key_End | Qt::SHIFT, | ~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:493:25: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 493 | Qt::Key_End | Qt::ALT, | ~~~~~~~~~~~~^~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:528:26: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 528 | Qt::Key_Home | Qt::CTRL, | ~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:549:25: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 549 | Qt::Key_End | Qt::CTRL, | ~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:573:28: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 573 | Qt::Key_PageUp | Qt::SHIFT, | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:596:30: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 596 | Qt::Key_PageDown | Qt::SHIFT, | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:657:31: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 657 | Qt::Key_Backspace | Qt::SHIFT, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:670:31: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 670 | Qt::Key_Backspace | Qt::CTRL, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:676:28: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 676 | Qt::Key_Delete | Qt::CTRL, | ~~~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:715:23: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 715 | Qt::Key_L | Qt::CTRL, | ~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:727:23: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 727 | Qt::Key_T | Qt::CTRL, | ~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:740:23: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 740 | Qt::Key_A | Qt::CTRL, | ~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:759:23: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 759 | Qt::Key_D | Qt::CTRL, | ~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:765:23: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 765 | Qt::Key_U | Qt::CTRL, | ~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:777:23: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 777 | Qt::Key_X | Qt::CTRL, | ~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:778:28: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 778 | Qt::Key_Delete | Qt::SHIFT, | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:783:23: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 783 | Qt::Key_C | Qt::CTRL, | ~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:784:28: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 784 | Qt::Key_Insert | Qt::CTRL, | ~~~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:789:23: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 789 | Qt::Key_V | Qt::CTRL, | ~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:790:28: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 790 | Qt::Key_Insert | Qt::SHIFT, | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:802:28: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 802 | Qt::Key_Return | Qt::SHIFT, | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:819:25: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 819 | Qt::Key_Tab | Qt::SHIFT, | ~~~~~~~~~~~~^~~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:831:23: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 831 | Qt::Key_Z | Qt::CTRL, | ~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:832:31: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 832 | Qt::Key_Backspace | Qt::ALT, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:840:23: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 840 | Qt::Key_Y | Qt::CTRL, | ~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:847:26: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 847 | Qt::Key_Plus | Qt::CTRL, | ~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ qscicommandset.cpp:853:27: warning: 'constexpr QKeyCombination::operator int() const' is deprecated: Use QKeyCombination instead of int [-Wdeprecated-declarations] 853 | Qt::Key_Minus | Qt::CTRL, | ~~~~~~~~~~~~~~^~~~~~~~~~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtCore/qnamespace.h:1898:26: note: declared here 1898 | constexpr Q_IMPLICIT operator int() const noexcept | ^~~~~~~~ g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscidocument.o qscidocument.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexer.o qscilexer.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerasm.o qscilexerasm.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexeravs.o qscilexeravs.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerbash.o qscilexerbash.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerbatch.o qscilexerbatch.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexercmake.o qscilexercmake.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexercoffeescript.o qscilexercoffeescript.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexercpp.o qscilexercpp.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexercsharp.o qscilexercsharp.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexercss.o qscilexercss.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexercustom.o qscilexercustom.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerd.o qscilexerd.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerdiff.o qscilexerdiff.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexeredifact.o qscilexeredifact.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerfortran.o qscilexerfortran.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerfortran77.o qscilexerfortran77.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerhex.o qscilexerhex.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerhtml.o qscilexerhtml.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexeridl.o qscilexeridl.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerintelhex.o qscilexerintelhex.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerjava.o qscilexerjava.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerjavascript.o qscilexerjavascript.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerjson.o qscilexerjson.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerlua.o qscilexerlua.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexermakefile.o qscilexermakefile.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexermarkdown.o qscilexermarkdown.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexermasm.o qscilexermasm.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexermatlab.o qscilexermatlab.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexernasm.o qscilexernasm.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexeroctave.o qscilexeroctave.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerpascal.o qscilexerpascal.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerperl.o qscilexerperl.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerpostscript.o qscilexerpostscript.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerpo.o qscilexerpo.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerpov.o qscilexerpov.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerproperties.o qscilexerproperties.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerpython.o qscilexerpython.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerruby.o qscilexerruby.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerspice.o qscilexerspice.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexersql.o qscilexersql.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexersrec.o qscilexersrec.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexertcl.o qscilexertcl.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexertekhex.o qscilexertekhex.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexertex.o qscilexertex.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerverilog.o qscilexerverilog.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexervhdl.o qscilexervhdl.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexerxml.o qscilexerxml.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscilexeryaml.o qscilexeryaml.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscimacro.o qscimacro.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscistyle.o qscistyle.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qscistyledtext.o qscistyledtext.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o InputMethod.o InputMethod.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o ListBoxQt.o ListBoxQt.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o MacPasteboardMime.o MacPasteboardMime.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o PlatQt.o PlatQt.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o SciAccessibility.o SciAccessibility.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o SciClasses.o SciClasses.cpp SciClasses.cpp: In member function 'virtual void QsciSciCallTip::mousePressEvent(QMouseEvent*)': SciClasses.cpp:79:16: warning: 'int QMouseEvent::x() const' is deprecated: Use position() [-Wdeprecated-declarations] 79 | pt.x = e->x(); | ~~~~^~ In file included from /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/QKeyEvent:1, from SciClasses.cpp:25: /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:225:16: note: declared here 225 | inline int x() const { return qRound(position().x()); } | ^ SciClasses.cpp:80:16: warning: 'int QMouseEvent::y() const' is deprecated: Use position() [-Wdeprecated-declarations] 80 | pt.y = e->y(); | ~~~~^~ /home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/qt6/include/QtGui/qevent.h:227:16: note: declared here 227 | inline int y() const { return qRound(position().y()); } | ^ g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o ScintillaQt.o ScintillaQt.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexA68k.o ../scintilla/lexers/LexA68k.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexAPDL.o ../scintilla/lexers/LexAPDL.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexASY.o ../scintilla/lexers/LexASY.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexAU3.o ../scintilla/lexers/LexAU3.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexAVE.o ../scintilla/lexers/LexAVE.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexAVS.o ../scintilla/lexers/LexAVS.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexAbaqus.o ../scintilla/lexers/LexAbaqus.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexAda.o ../scintilla/lexers/LexAda.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexAsm.o ../scintilla/lexers/LexAsm.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexAsn1.o ../scintilla/lexers/LexAsn1.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexBaan.o ../scintilla/lexers/LexBaan.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexBash.o ../scintilla/lexers/LexBash.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexBasic.o ../scintilla/lexers/LexBasic.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexBatch.o ../scintilla/lexers/LexBatch.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexBibTeX.o ../scintilla/lexers/LexBibTeX.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexBullant.o ../scintilla/lexers/LexBullant.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexCLW.o ../scintilla/lexers/LexCLW.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexCOBOL.o ../scintilla/lexers/LexCOBOL.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexCPP.o ../scintilla/lexers/LexCPP.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexCSS.o ../scintilla/lexers/LexCSS.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexCaml.o ../scintilla/lexers/LexCaml.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexCmake.o ../scintilla/lexers/LexCmake.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexCoffeeScript.o ../scintilla/lexers/LexCoffeeScript.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexConf.o ../scintilla/lexers/LexConf.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexCrontab.o ../scintilla/lexers/LexCrontab.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexCsound.o ../scintilla/lexers/LexCsound.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexD.o ../scintilla/lexers/LexD.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexDMAP.o ../scintilla/lexers/LexDMAP.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexDMIS.o ../scintilla/lexers/LexDMIS.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexDiff.o ../scintilla/lexers/LexDiff.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexECL.o ../scintilla/lexers/LexECL.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexEDIFACT.o ../scintilla/lexers/LexEDIFACT.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexEScript.o ../scintilla/lexers/LexEScript.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexEiffel.o ../scintilla/lexers/LexEiffel.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexErlang.o ../scintilla/lexers/LexErlang.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexErrorList.o ../scintilla/lexers/LexErrorList.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexFlagship.o ../scintilla/lexers/LexFlagship.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexForth.o ../scintilla/lexers/LexForth.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexFortran.o ../scintilla/lexers/LexFortran.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexGAP.o ../scintilla/lexers/LexGAP.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexGui4Cli.o ../scintilla/lexers/LexGui4Cli.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexHTML.o ../scintilla/lexers/LexHTML.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexHaskell.o ../scintilla/lexers/LexHaskell.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexHex.o ../scintilla/lexers/LexHex.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexIndent.o ../scintilla/lexers/LexIndent.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexInno.o ../scintilla/lexers/LexInno.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexJSON.o ../scintilla/lexers/LexJSON.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexKVIrc.o ../scintilla/lexers/LexKVIrc.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexKix.o ../scintilla/lexers/LexKix.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexLaTeX.o ../scintilla/lexers/LexLaTeX.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexLisp.o ../scintilla/lexers/LexLisp.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexLout.o ../scintilla/lexers/LexLout.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexLua.o ../scintilla/lexers/LexLua.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexMMIXAL.o ../scintilla/lexers/LexMMIXAL.cpp ../scintilla/lexers/LexMMIXAL.cpp: In function 'void ColouriseMMIXALDoc(Sci_PositionU, Sci_Position, int, Scintilla::WordList**, Scintilla::Accessor&)': ../scintilla/lexers/LexMMIXAL.cpp:106:56: warning: 'void* __builtin_memmove(void*, const void*, long unsigned int)' reading 100 bytes from a region of size 99 [-Wstringop-overread] 106 | *(s+i) = *(s+i+1); | ~~~~~~~^~~~~~~~~~ ../scintilla/lexers/LexMMIXAL.cpp:102:38: note: at offset 1 into source object 's' of size 100 102 | char s[100]; | ^ g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexMPT.o ../scintilla/lexers/LexMPT.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexMSSQL.o ../scintilla/lexers/LexMSSQL.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexMagik.o ../scintilla/lexers/LexMagik.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexMake.o ../scintilla/lexers/LexMake.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexMarkdown.o ../scintilla/lexers/LexMarkdown.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexMatlab.o ../scintilla/lexers/LexMatlab.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexMaxima.o ../scintilla/lexers/LexMaxima.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexMetapost.o ../scintilla/lexers/LexMetapost.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexModula.o ../scintilla/lexers/LexModula.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexMySQL.o ../scintilla/lexers/LexMySQL.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexNimrod.o ../scintilla/lexers/LexNimrod.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexNsis.o ../scintilla/lexers/LexNsis.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexNull.o ../scintilla/lexers/LexNull.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexOScript.o ../scintilla/lexers/LexOScript.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexOpal.o ../scintilla/lexers/LexOpal.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexPB.o ../scintilla/lexers/LexPB.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexPLM.o ../scintilla/lexers/LexPLM.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexPO.o ../scintilla/lexers/LexPO.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexPOV.o ../scintilla/lexers/LexPOV.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexPS.o ../scintilla/lexers/LexPS.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexPascal.o ../scintilla/lexers/LexPascal.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexPerl.o ../scintilla/lexers/LexPerl.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexPowerPro.o ../scintilla/lexers/LexPowerPro.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexPowerShell.o ../scintilla/lexers/LexPowerShell.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexProgress.o ../scintilla/lexers/LexProgress.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexProps.o ../scintilla/lexers/LexProps.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexPython.o ../scintilla/lexers/LexPython.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexR.o ../scintilla/lexers/LexR.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexRebol.o ../scintilla/lexers/LexRebol.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexRegistry.o ../scintilla/lexers/LexRegistry.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexRuby.o ../scintilla/lexers/LexRuby.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexRust.o ../scintilla/lexers/LexRust.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexSAS.o ../scintilla/lexers/LexSAS.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexSML.o ../scintilla/lexers/LexSML.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexSQL.o ../scintilla/lexers/LexSQL.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexSTTXT.o ../scintilla/lexers/LexSTTXT.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexScriptol.o ../scintilla/lexers/LexScriptol.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexSmalltalk.o ../scintilla/lexers/LexSmalltalk.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexSorcus.o ../scintilla/lexers/LexSorcus.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexSpecman.o ../scintilla/lexers/LexSpecman.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexSpice.o ../scintilla/lexers/LexSpice.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexStata.o ../scintilla/lexers/LexStata.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexTACL.o ../scintilla/lexers/LexTACL.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexTADS3.o ../scintilla/lexers/LexTADS3.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexTAL.o ../scintilla/lexers/LexTAL.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexTCL.o ../scintilla/lexers/LexTCL.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexTCMD.o ../scintilla/lexers/LexTCMD.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexTeX.o ../scintilla/lexers/LexTeX.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexTxt2tags.o ../scintilla/lexers/LexTxt2tags.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexVB.o ../scintilla/lexers/LexVB.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexVHDL.o ../scintilla/lexers/LexVHDL.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexVerilog.o ../scintilla/lexers/LexVerilog.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexVisualProlog.o ../scintilla/lexers/LexVisualProlog.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexYAML.o ../scintilla/lexers/LexYAML.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o Accessor.o ../scintilla/lexlib/Accessor.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o CharacterCategory.o ../scintilla/lexlib/CharacterCategory.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o CharacterSet.o ../scintilla/lexlib/CharacterSet.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o DefaultLexer.o ../scintilla/lexlib/DefaultLexer.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexerBase.o ../scintilla/lexlib/LexerBase.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexerModule.o ../scintilla/lexlib/LexerModule.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexerNoExceptions.o ../scintilla/lexlib/LexerNoExceptions.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LexerSimple.o ../scintilla/lexlib/LexerSimple.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o PropSetSimple.o ../scintilla/lexlib/PropSetSimple.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o StyleContext.o ../scintilla/lexlib/StyleContext.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o WordList.o ../scintilla/lexlib/WordList.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o AutoComplete.o ../scintilla/src/AutoComplete.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o CallTip.o ../scintilla/src/CallTip.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o CaseConvert.o ../scintilla/src/CaseConvert.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o CaseFolder.o ../scintilla/src/CaseFolder.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o Catalogue.o ../scintilla/src/Catalogue.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o CellBuffer.o ../scintilla/src/CellBuffer.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o CharClassify.o ../scintilla/src/CharClassify.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o ContractionState.o ../scintilla/src/ContractionState.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o DBCS.o ../scintilla/src/DBCS.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o Decoration.o ../scintilla/src/Decoration.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o Document.o ../scintilla/src/Document.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o EditModel.o ../scintilla/src/EditModel.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o Editor.o ../scintilla/src/Editor.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o EditView.o ../scintilla/src/EditView.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o ExternalLexer.o ../scintilla/src/ExternalLexer.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o Indicator.o ../scintilla/src/Indicator.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o KeyMap.o ../scintilla/src/KeyMap.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o LineMarker.o ../scintilla/src/LineMarker.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o MarginView.o ../scintilla/src/MarginView.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o PerLine.o ../scintilla/src/PerLine.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o PositionCache.o ../scintilla/src/PositionCache.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o RESearch.o ../scintilla/src/RESearch.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o RunStyles.o ../scintilla/src/RunStyles.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o ScintillaBase.o ../scintilla/src/ScintillaBase.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o Selection.o ../scintilla/src/Selection.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o Style.o ../scintilla/src/Style.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o UniConversion.o ../scintilla/src/UniConversion.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o ViewStyle.o ../scintilla/src/ViewStyle.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o XPM.o ../scintilla/src/XPM.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o qsciprinter.o qsciprinter.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -dM -E -o moc_predefs.h /opt/local/qt6/mkspecs/features/data/dummy.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qsciscintilla.h -o moc_qsciscintilla.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qsciscintilla.o moc_qsciscintilla.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qsciscintillabase.h -o moc_qsciscintillabase.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qsciscintillabase.o moc_qsciscintillabase.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qsciabstractapis.h -o moc_qsciabstractapis.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qsciabstractapis.o moc_qsciabstractapis.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qsciapis.h -o moc_qsciapis.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qsciapis.o moc_qsciapis.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexer.h -o moc_qscilexer.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexer.o moc_qscilexer.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerasm.h -o moc_qscilexerasm.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerasm.o moc_qscilexerasm.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexeravs.h -o moc_qscilexeravs.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexeravs.o moc_qscilexeravs.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerbash.h -o moc_qscilexerbash.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerbash.o moc_qscilexerbash.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerbatch.h -o moc_qscilexerbatch.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerbatch.o moc_qscilexerbatch.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexercmake.h -o moc_qscilexercmake.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexercmake.o moc_qscilexercmake.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexercoffeescript.h -o moc_qscilexercoffeescript.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexercoffeescript.o moc_qscilexercoffeescript.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexercpp.h -o moc_qscilexercpp.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexercpp.o moc_qscilexercpp.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexercsharp.h -o moc_qscilexercsharp.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexercsharp.o moc_qscilexercsharp.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexercss.h -o moc_qscilexercss.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexercss.o moc_qscilexercss.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexercustom.h -o moc_qscilexercustom.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexercustom.o moc_qscilexercustom.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerd.h -o moc_qscilexerd.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerd.o moc_qscilexerd.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerdiff.h -o moc_qscilexerdiff.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerdiff.o moc_qscilexerdiff.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexeredifact.h -o moc_qscilexeredifact.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexeredifact.o moc_qscilexeredifact.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerfortran.h -o moc_qscilexerfortran.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerfortran.o moc_qscilexerfortran.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerfortran77.h -o moc_qscilexerfortran77.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerfortran77.o moc_qscilexerfortran77.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerhex.h -o moc_qscilexerhex.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerhex.o moc_qscilexerhex.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerhtml.h -o moc_qscilexerhtml.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerhtml.o moc_qscilexerhtml.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexeridl.h -o moc_qscilexeridl.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexeridl.o moc_qscilexeridl.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerintelhex.h -o moc_qscilexerintelhex.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerintelhex.o moc_qscilexerintelhex.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerjava.h -o moc_qscilexerjava.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerjava.o moc_qscilexerjava.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerjavascript.h -o moc_qscilexerjavascript.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerjavascript.o moc_qscilexerjavascript.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerjson.h -o moc_qscilexerjson.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerjson.o moc_qscilexerjson.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerlua.h -o moc_qscilexerlua.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerlua.o moc_qscilexerlua.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexermakefile.h -o moc_qscilexermakefile.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexermakefile.o moc_qscilexermakefile.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexermarkdown.h -o moc_qscilexermarkdown.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexermarkdown.o moc_qscilexermarkdown.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexermasm.h -o moc_qscilexermasm.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexermasm.o moc_qscilexermasm.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexermatlab.h -o moc_qscilexermatlab.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexermatlab.o moc_qscilexermatlab.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexernasm.h -o moc_qscilexernasm.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexernasm.o moc_qscilexernasm.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexeroctave.h -o moc_qscilexeroctave.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexeroctave.o moc_qscilexeroctave.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerpascal.h -o moc_qscilexerpascal.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerpascal.o moc_qscilexerpascal.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerperl.h -o moc_qscilexerperl.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerperl.o moc_qscilexerperl.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerpostscript.h -o moc_qscilexerpostscript.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerpostscript.o moc_qscilexerpostscript.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerpo.h -o moc_qscilexerpo.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerpo.o moc_qscilexerpo.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerpov.h -o moc_qscilexerpov.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerpov.o moc_qscilexerpov.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerproperties.h -o moc_qscilexerproperties.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerproperties.o moc_qscilexerproperties.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerpython.h -o moc_qscilexerpython.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerpython.o moc_qscilexerpython.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerruby.h -o moc_qscilexerruby.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerruby.o moc_qscilexerruby.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerspice.h -o moc_qscilexerspice.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerspice.o moc_qscilexerspice.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexersql.h -o moc_qscilexersql.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexersql.o moc_qscilexersql.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexersrec.h -o moc_qscilexersrec.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexersrec.o moc_qscilexersrec.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexertcl.h -o moc_qscilexertcl.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexertcl.o moc_qscilexertcl.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexertekhex.h -o moc_qscilexertekhex.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexertekhex.o moc_qscilexertekhex.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexertex.h -o moc_qscilexertex.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexertex.o moc_qscilexertex.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerverilog.h -o moc_qscilexerverilog.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerverilog.o moc_qscilexerverilog.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexervhdl.h -o moc_qscilexervhdl.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexervhdl.o moc_qscilexervhdl.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexerxml.h -o moc_qscilexerxml.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexerxml.o moc_qscilexerxml.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscilexeryaml.h -o moc_qscilexeryaml.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscilexeryaml.o moc_qscilexeryaml.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include Qsci/qscimacro.h -o moc_qscimacro.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_qscimacro.o moc_qscimacro.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include SciClasses.h -o moc_SciClasses.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_SciClasses.o moc_SciClasses.cpp /opt/local/qt6/libexec/moc -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src/moc_predefs.h -I/opt/local/qt6/mkspecs/solaris-g++-64 -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/src -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/include -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/lexlib -I/home/pbulk/build/x11/qt6-qscintilla/work/QScintilla_src-2.14.1/scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/dbus-1.0/include/dbus -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/harfbuzz -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/freetype2 -I/home/pbulk/build/x11/qt6-qscintilla/work/.buildlink/include/libdrm -I/opt/local/gcc13/include/c++/13.2.0 -I/opt/local/gcc13/include/c++/13.2.0/x86_64-sun-solaris2.11 -I/opt/local/gcc13/include/c++/13.2.0/backward -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include -I/opt/local/include -I/opt/local/gcc13/include -I/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0/include-fixed -I/usr/include ScintillaQt.h -o moc_ScintillaQt.cpp g++ -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/qt6/include -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libdrm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DQT_NO_VERSION_TAGGING -I/usr/include -I/opt/local/include -I/opt/local/lib/dbus-1.0/include/dbus -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/python3.11 -I/opt/local/include/libdrm -Wno-register -D_Noreturn= -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DINCLUDE_DEPRECATED_FEATURES -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I../scintilla/include -I../scintilla/lexlib -I../scintilla/src -I/opt/local/qt6/include -I/opt/local/qt6/include/QtPrintSupport -I/opt/local/qt6/include/QtWidgets -I/opt/local/qt6/include/QtGui -I/opt/local/qt6/include/QtCore -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/qt6/mkspecs/solaris-g++-64 -o moc_ScintillaQt.o moc_ScintillaQt.cpp rm -f libqscintilla2_qt6.so.15.2.1 libqscintilla2_qt6.so libqscintilla2_qt6.so.15 libqscintilla2_qt6.so.15.2 g++ -shared -L/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0 -Wl,-R/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0 -Wl,-R/opt/local/qt6/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -Wl,-O1 -pthread -Wl,-rpath,/opt/local/qt6/lib -shared -Wl,-soname,libqscintilla2_qt6.so.15 -o libqscintilla2_qt6.so.15.2.1 qsciscintilla.o qsciscintillabase.o qsciabstractapis.o qsciapis.o qscicommand.o qscicommandset.o qscidocument.o qscilexer.o qscilexerasm.o qscilexeravs.o qscilexerbash.o qscilexerbatch.o qscilexercmake.o qscilexercoffeescript.o qscilexercpp.o qscilexercsharp.o qscilexercss.o qscilexercustom.o qscilexerd.o qscilexerdiff.o qscilexeredifact.o qscilexerfortran.o qscilexerfortran77.o qscilexerhex.o qscilexerhtml.o qscilexeridl.o qscilexerintelhex.o qscilexerjava.o qscilexerjavascript.o qscilexerjson.o qscilexerlua.o qscilexermakefile.o qscilexermarkdown.o qscilexermasm.o qscilexermatlab.o qscilexernasm.o qscilexeroctave.o qscilexerpascal.o qscilexerperl.o qscilexerpostscript.o qscilexerpo.o qscilexerpov.o qscilexerproperties.o qscilexerpython.o qscilexerruby.o qscilexerspice.o qscilexersql.o qscilexersrec.o qscilexertcl.o qscilexertekhex.o qscilexertex.o qscilexerverilog.o qscilexervhdl.o qscilexerxml.o qscilexeryaml.o qscimacro.o qscistyle.o qscistyledtext.o InputMethod.o ListBoxQt.o MacPasteboardMime.o PlatQt.o SciAccessibility.o SciClasses.o ScintillaQt.o LexA68k.o LexAPDL.o LexASY.o LexAU3.o LexAVE.o LexAVS.o LexAbaqus.o LexAda.o LexAsm.o LexAsn1.o LexBaan.o LexBash.o LexBasic.o LexBatch.o LexBibTeX.o LexBullant.o LexCLW.o LexCOBOL.o LexCPP.o LexCSS.o LexCaml.o LexCmake.o LexCoffeeScript.o LexConf.o LexCrontab.o LexCsound.o LexD.o LexDMAP.o LexDMIS.o LexDiff.o LexECL.o LexEDIFACT.o LexEScript.o LexEiffel.o LexErlang.o LexErrorList.o LexFlagship.o LexForth.o LexFortran.o LexGAP.o LexGui4Cli.o LexHTML.o LexHaskell.o LexHex.o LexIndent.o LexInno.o LexJSON.o LexKVIrc.o LexKix.o LexLaTeX.o LexLisp.o LexLout.o LexLua.o LexMMIXAL.o LexMPT.o LexMSSQL.o LexMagik.o LexMake.o LexMarkdown.o LexMatlab.o LexMaxima.o LexMetapost.o LexModula.o LexMySQL.o LexNimrod.o LexNsis.o LexNull.o LexOScript.o LexOpal.o LexPB.o LexPLM.o LexPO.o LexPOV.o LexPS.o LexPascal.o LexPerl.o LexPowerPro.o LexPowerShell.o LexProgress.o LexProps.o LexPython.o LexR.o LexRebol.o LexRegistry.o LexRuby.o LexRust.o LexSAS.o LexSML.o LexSQL.o LexSTTXT.o LexScriptol.o LexSmalltalk.o LexSorcus.o LexSpecman.o LexSpice.o LexStata.o LexTACL.o LexTADS3.o LexTAL.o LexTCL.o LexTCMD.o LexTeX.o LexTxt2tags.o LexVB.o LexVHDL.o LexVerilog.o LexVisualProlog.o LexYAML.o Accessor.o CharacterCategory.o CharacterSet.o DefaultLexer.o LexerBase.o LexerModule.o LexerNoExceptions.o LexerSimple.o PropSetSimple.o StyleContext.o WordList.o AutoComplete.o CallTip.o CaseConvert.o CaseFolder.o Catalogue.o CellBuffer.o CharClassify.o ContractionState.o DBCS.o Decoration.o Document.o EditModel.o Editor.o EditView.o ExternalLexer.o Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o PositionCache.o RESearch.o RunStyles.o ScintillaBase.o Selection.o Style.o UniConversion.o ViewStyle.o XPM.o qsciprinter.o moc_qsciscintilla.o moc_qsciscintillabase.o moc_qsciabstractapis.o moc_qsciapis.o moc_qscilexer.o moc_qscilexerasm.o moc_qscilexeravs.o moc_qscilexerbash.o moc_qscilexerbatch.o moc_qscilexercmake.o moc_qscilexercoffeescript.o moc_qscilexercpp.o moc_qscilexercsharp.o moc_qscilexercss.o moc_qscilexercustom.o moc_qscilexerd.o moc_qscilexerdiff.o moc_qscilexeredifact.o moc_qscilexerfortran.o moc_qscilexerfortran77.o moc_qscilexerhex.o moc_qscilexerhtml.o moc_qscilexeridl.o moc_qscilexerintelhex.o moc_qscilexerjava.o moc_qscilexerjavascript.o moc_qscilexerjson.o moc_qscilexerlua.o moc_qscilexermakefile.o moc_qscilexermarkdown.o moc_qscilexermasm.o moc_qscilexermatlab.o moc_qscilexernasm.o moc_qscilexeroctave.o moc_qscilexerpascal.o moc_qscilexerperl.o moc_qscilexerpostscript.o moc_qscilexerpo.o moc_qscilexerpov.o moc_qscilexerproperties.o moc_qscilexerpython.o moc_qscilexerruby.o moc_qscilexerspice.o moc_qscilexersql.o moc_qscilexersrec.o moc_qscilexertcl.o moc_qscilexertekhex.o moc_qscilexertex.o moc_qscilexerverilog.o moc_qscilexervhdl.o moc_qscilexerxml.o moc_qscilexeryaml.o moc_qscimacro.o moc_SciClasses.o moc_ScintillaQt.o -L/opt/local/lib -lpthread -lrt /opt/local/qt6/lib/libQt6PrintSupport.so /opt/local/qt6/lib/libQt6Widgets.so /opt/local/qt6/lib/libQt6Gui.so /opt/local/qt6/lib/libQt6Core.so -lGL ld: fatal: unrecognized option '-O' ld: fatal: unrecognized option '-1' ld: fatal: use the -z help option for usage information collect2: error: ld returned 1 exit status gmake: *** [Makefile:1010: libqscintilla2_qt6.so.15.2.1] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/x11/qt6-qscintilla *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/x11/qt6-qscintilla