Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sifgenerator.cpp: error: qualified-id in declaration before '(' token #418

Open
barracuda156 opened this issue Aug 18, 2023 · 0 comments
Open

Comments

@barracuda156
Copy link

[ 60%] Building CXX object ElmerGUI/Application/CMakeFiles/ElmerGUI.dir/src/solverparameters.cpp.o
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/elmerfem-4f81fef4be6be8815f111b13046cd0758adec692/ElmerGUI/Application/src/sifgenerator.cpp: In member function 'void SifGenerator::handleLineEdit(const QDomElement&, QWidget*)':
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/elmerfem-4f81fef4be6be8815f111b13046cd0758adec692/ElmerGUI/Application/src/sifgenerator.cpp:1312:34: error: qualified-id in declaration before '(' token
 1312 | void SifGenerator::handleTextEdit(const QDomElement &elem, QWidget *widget)
      |                                  ^
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/elmerfem-4f81fef4be6be8815f111b13046cd0758adec692/ElmerGUI/Application/src/sifgenerator.cpp:1319:34: error: qualified-id in declaration before '(' token
 1319 | void SifGenerator::handleComboBox(const QDomElement &elem, QWidget *widget)
      |                                  ^
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/elmerfem-4f81fef4be6be8815f111b13046cd0758adec692/ElmerGUI/Application/src/sifgenerator.cpp:1332:34: error: qualified-id in declaration before '(' token
 1332 | void SifGenerator::handleCheckBox(const QDomElement &elem, QWidget *widget)
      |                                  ^
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/elmerfem-4f81fef4be6be8815f111b13046cd0758adec692/ElmerGUI/Application/src/sifgenerator.cpp:1351:2: error: expected '}' at end of input
 1351 | }
      |  ^
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/elmerfem-4f81fef4be6be8815f111b13046cd0758adec692/ElmerGUI/Application/src/sifgenerator.cpp:1278:1: note: to match this '{'
 1278 | {
      | ^
cd /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/build/ElmerGUI/Application && /opt/local/bin/g++-mp-12 -DCONTIG="" -DEG_PLUGIN -DEG_QWT -DHAVE_EXECUTECOMMANDLINE -DHAVE_HDF5 -DHAVE_NETCDF -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_SCRIPT_LIB -DQT_XML_LIB -DUSE_ARPACK -DUSE_ISO_C_BINDINGS -I/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/build/ElmerGUI/Application -I/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/elmerfem-4f81fef4be6be8815f111b13046cd0758adec692/ElmerGUI/Application -I/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/build/ElmerGUI/Application/ElmerGUI_autogen/include -I/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/elmerfem-4f81fef4be6be8815f111b13046cd0758adec692/ElmerGUI/netgen/libsrc/interface -I/opt/local/libexec/qt4/include/qwt -isystem /opt/local/libexec/qt4/include -isystem /opt/local/libexec/qt4/include/QtOpenGL -isystem /opt/local/libexec/qt4/include/QtScript -isystem /opt/local/libexec/qt4/include/QtGui -isystem /opt/local/libexec/qt4/include/QtXml -isystem /opt/local/libexec/qt4/include/QtCore -pipe -Os -DNDEBUG -isystem/opt/local/include/LegacySupport -I/opt/local/include -fopenmp -arch ppc -mmacosx-version-min=10.6 -fPIE -framework OpenGL -framework GLU -MD -MT ElmerGUI/Application/CMakeFiles/ElmerGUI.dir/src/solverparameters.cpp.o -MF CMakeFiles/ElmerGUI.dir/src/solverparameters.cpp.o.d -o CMakeFiles/ElmerGUI.dir/src/solverparameters.cpp.o -c /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_elmerfem/elmerfem/work/elmerfem-4f81fef4be6be8815f111b13046cd0758adec692/ElmerGUI/Application/src/solverparameters.cpp
make[2]: *** [ElmerGUI/Application/CMakeFiles/ElmerGUI.dir/src/sifgenerator.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
t7saeki added a commit to t7saeki/elmerfem that referenced this issue Aug 21, 2023
@t7saeki t7saeki mentioned this issue Aug 21, 2023
raback added a commit that referenced this issue Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant