Opened 6 years ago

Closed 6 years ago

#55955 closed defect (duplicate)

Error: Problem while installing qscintilla-qt4

Reported by: vamsi765 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.4.2
Keywords: Cc: michaelld@…, mcalhoun@…
Port: qscintilla-qt4

Description

Hi,

I get the following error:

:info:build /usr/bin/clang++ -c -Os -std=c++11 -stdlib=libc++ -arch x86_64 -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.13 -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/local/libexec/qt4/share/mkspecs/macx-g++ -I. -I. -I/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/Headers -I. -I../include -I../lexlib -I../src -I/opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/libexec/qt4/include -F/opt/local/libexec/qt4/Library/Frameworks -F/opt/local/libexec/qt4/lib -o qsciabstractapis.o qsciabstractapis.cpp
:info:build /usr/bin/clang++ -c -Os -std=c++11 -stdlib=libc++ -arch x86_64 -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.13 -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQSCINTILLA_MAKE_DLL -DSCINTILLA_QT -DSCI_LEXER -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/local/libexec/qt4/share/mkspecs/macx-g++ -I. -I. -I/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/Headers -I. -I../include -I../lexlib -I../src -I/opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/libexec/qt4/include -F/opt/local/libexec/qt4/Library/Frameworks -F/opt/local/libexec/qt4/lib -o qsciapis.o qsciapis.cpp
:info:build In file included from qsciscintillabase.cpp:41:
:info:build ./SciAccessibility.h:80:26: error: no type named 'InterfaceType' in 'QAccessible'; did you mean 'QAccessible2::InterfaceType'?
:info:build     void *interface_cast(QAccessible::InterfaceType t);
:info:build                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build                          QAccessible2::InterfaceType
:info:build /opt/local/libexec/qt4/include/QtGui/qaccessible.h:349:10: note: 'QAccessible2::InterfaceType' declared here
:info:build     enum InterfaceType
:info:build          ^
:info:build 1 error generated.

Change History (1)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed

Duplicate of #55944.

Note: See TracTickets for help on using tickets.