You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a linked error, which is probably indicative of an actual issue in the code.
/usr/bin/ld: Products/libopenstudio_lib.a(ApplyMeasureNowDialog.cpp.o): in function `QtPrivate::assertObjectType<openstudio::OpenStudioApp>(QObject*)::{lambda(QObject*)#3}::operator()(QObject*) const':
/opt/Qt/6.3.0/gcc_64/include/QtCore/qobjectdefs_impl.h:150: undefined reference to `typeinfo for openstudio::OpenStudioApp'
/usr/bin/ld: Products/libopenstudio_lib.a(ApplyMeasureNowDialog.cpp.o): in function `void QtPrivate::assertObjectType<openstudio::OpenStudioApp>(QObject*)':
/opt/Qt/6.3.0/gcc_64/include/QtCore/qobjectdefs_impl.h:155: undefined reference to `openstudio::OpenStudioApp::staticMetaObject'
collect2: error: ld returned 1 exit status
[ 99%][555/557] Linking CXX executable Products/OpenStudioApp-1.4.0-rc1
ninja: build stopped: subcommand failed.
Failure, exit status 0
Possible Solution
There's probably a virtual function that's missing a definition in the current translation unit (TU)
Details
Environment
Some additional details about your environment for this issue (if relevant):
Platform (Operating system, version): Ubuntu at least
Version of OpenStudioApplication (if using an intermediate build, include SHA): v1.4.0-rc1
The text was updated successfully, but these errors were encountered:
Issue overview
Current Behavior
I get a linked error, which is probably indicative of an actual issue in the code.
Possible Solution
There's probably a virtual function that's missing a definition in the current translation unit (TU)
Details
Environment
Some additional details about your environment for this issue (if relevant):
The text was updated successfully, but these errors were encountered: