Skip to content

Instantly share code, notes, and snippets.

@eckucukoglu
Created November 15, 2019 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eckucukoglu/ff2181e95aa894c11d5c03210cb2da51 to your computer and use it in GitHub Desktop.
Save eckucukoglu/ff2181e95aa894c11d5c03210cb2da51 to your computer and use it in GitHub Desktop.
[virtualtestbench@sch-emu omnetpp-5.0]$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
configure: -----------------------------------------------
configure: reading configure.user for your custom settings
configure: -----------------------------------------------
checking for clang... no
checking for icc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for clang++... no
checking for icpc... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for g++... g++
checking for ranlib... ranlib
checking whether g++ supports -std=c++11... no
checking whether g++ supports -fno-stack-protector... yes
checking whether g++ supports -Wl,--no-as-needed... yes
checking whether g++ supports -Wl,--as-needed... yes
checking for swapcontext... yes
checking if shared libs need -fPIC... yes
checking for dlopen with CFLAGS="" LIBS=""... no
checking if --export-dynamic linker option is supported/needed... test failed
checking for flags needed to link with static libs containing simple modules... --whole-archive
configure: NOTE: Use the following syntax when linking with static libraries
configure: containing simple modules and other dynamically registered components:
configure: g++ ... -Wl,--whole-archive <libs> -Wl,--no-whole-archive ...
checking whether linker supports -rpath... yes
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for make... make
checking for perl... perl
checking for swig... swig
checking for math with CFLAGS="" LIBS=""... yes
checking for standard C++ lib with CFLAGS="" LIBS="-lstdc++"... yes
checking for dlopen with CFLAGS="" LIBS=""... no
checking for dlopen with CFLAGS="" LIBS="-ldl"... yes
checking for winsock with CFLAGS="" LIBS="-lwsock32"... no
checking for qmake-qt4... qmake-qt4
checking for Qt4 with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector" LIBS="-lQtGui -lQtCore -lQtOpenGL"... yes
checking for OpenSceneGraph with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector " LIBS="-losg -losgGA -losgViewer -losgQt -lOpenThreads"... no
configure: WARNING: Cannot find OpenSceneGraph - 3D view in Qtenv will not be available. At least the development version of libopenscenegraph package must be installed!
checking for Tcl/Tk 8.6 with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector " LIBS="-ltk8.6 -ltcl8.6"... no
checking for Tcl/Tk 8.5 with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector " LIBS="-ltk8.5 -ltcl8.5"... yes
checking for wish... wish
checking for java... java
checking for java... no
configure: WARNING: JAVA_HOME variable not set.
checking for JNI with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector "... no
checking for mpic++... not found
checking for mpicxx... not found
checking for MPI with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector " LIBS=" -Wl,-rpath,$(OMNETPP_LIB_DIR) -Wl,-rpath,$(OMNETPP_TOOLS_DIR)/lib -Wl,-rpath,. -lmpi"... no
configure: WARNING: Optional package MPI (needed for parallel simulation) not found.
checking for PCAP with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector " LIBS="-lpcap"... no
checking for PTHREAD with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector " LIBS="-lpthread"... yes
checking for LibXML XML parser with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector " LIBS="-lxml2"... no
checking for LibXML XML parser with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector -I/usr/include/libxml2" LIBS="-lxml2"... yes
checking for Expat XML parser with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector " LIBS="-lexpat"... no
configure: Using LibXML for XML parsing
checking for zlib with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector " LIBS="-lz"... yes
checking for Akaroa with CFLAGS=" -O2 -DNDEBUG=1 -fPIC -fno-stack-protector -I/usr/local/akaroa/include" LIBS="-L/usr/local/akaroa/lib -lakaroa -lfl"... no
configure: WARNING: Optional package Akaroa not found
configure: creating ./config.status
config.status: creating Makefile.inc
config.status: creating test/core/runtest
Configuring the IDE...
WARNING: The configuration script could not detect the following packages:
MPI (optional) PCAP (optional) Akaroa (optional)
Scroll up to see the warning messages (use shift+PgUp), and search config.log
for more details. While you can use OMNeT++ in the current configuration,
be aware that some functionality may be unavailable or incomplete.
NOTE: Some packages like MPI may need to be loaded explicitly using a
"module load <MODULENAME>" command prior to running ./configure.
Enter "module avail" to see the list of available modules on your system.
Your PATH contains /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/bin. Good!
[virtualtestbench@sch-emu omnetpp-5.0]$ make
make MODE=release
make[1]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0'
***** Configuration: MODE=release, TOOLCHAIN_NAME=gcc, LIB_SUFFIX=.so ****
===== Checking environment =====
===== Compiling utils ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/utils'
Creating executable: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/out/gcc-release/src/utils/opp_lcg32_seedtool
Creating executable: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/out/gcc-release/src/utils/abspath
Copying scripts to bin directory...
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/utils'
===== Compiling common ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/common'
lcgrandom.cc
filereader.cc
linetokenizer.cc
stringpool.cc
stringtokenizer.cc
fnamelisttokenizer.cc
expression.cc
LEX: expression.lex
YACC: expression.y
lex.expressionyy.cc
expression.tab.cc
matchexpression.cc
YACC: matchexpression.y
conflicts: 1 shift/reduce
matchexpressionlexer.cc
matchexpression.tab.cc
patternmatcher.cc
unitconversion.cc
displaystring.cc
fileglobber.cc
fileutil.cc
stringutil.cc
commonutil.cc
exception.cc
bigdecimal.cc
enumstr.cc
stringtokenizer2.cc
colorutil.cc
Creating shared library: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/lib/gcc/liboppcommon.so
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/common'
===== Compiling layout ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/layout'
geometry.cc
graphcomponent.cc
heapembedding.cc
startreeembedding.cc
forcedirectedparametersbase.cc
forcedirectedparameters.cc
forcedirectedembedding.cc
graphlayouter.cc
basicspringembedderlayout.cc
forcedirectedgraphlayouter.cc
Creating shared library: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/lib/gcc/libopplayout.so
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/layout'
===== Compiling eventlog ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/eventlog'
perl eventlogentries.pl
ievent.cc
ieventlog.cc
eventlogfacade.cc
eventlogtablefacade.cc
sequencechartfacade.cc
eventlog.cc
eventlogindex.cc
messagedependency.cc
event.cc
eventlogentry.cc
eventlogentries.cc
filteredevent.cc
filteredeventlog.cc
eventlogentryfactory.cc
Creating shared library: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/lib/gcc/liboppeventlog.so
eventlogtool.cc
Creating executable: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/out/gcc-release/src/eventlog/eventlogtool
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/eventlog'
===== Compiling scave ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/scave'
arraybuilder.cc
channel.cc
commonnodes.cc
compoundfilter.cc
dataflowmanager.cc
datasorter.cc
diffquot.cc
filewriter.cc
filternodes.cc
customfilter.cc
stddev.cc
idlist.cc
mergernodes.cc
nodetype.cc
nodetyperegistry.cc
resultfilemanager.cc
slidingwinavg.cc
vectorfilereader.cc
vectorfilewriter.cc
windowavg.cc
xyplotnode.cc
indexedvectorfile.cc
vectorfileindexer.cc
indexfile.cc
scaveutils.cc
scaveexception.cc
enumtype.cc
export.cc
teenode.cc
indexedvectorfilereader.cc
xyarray.cc
fields.cc
indexedvectorfilereader2.cc
Creating shared library: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/lib/gcc/liboppscave.so
scavetool.cc
Creating executable: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/out/gcc-release/src/scave/scavetool
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/scave'
===== Compiling nedxml ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/nedxml'
perl dtdclassgen.pl /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/doc/ned2/ned2.dtd
nedelements.cc
nedelement.cc
nederror.cc
nedexception.cc
nedvalidator.cc
neddtdvalidator.cc
neddtdvalidatorbase.cc
nedsyntaxvalidator.cc
nedcrossvalidator.cc
nedfilebuffer.cc
nedparser.cc
nedyylib.cc
YACC: ned2.y
conflicts: 7 shift/reduce
ned2.tab.cc
LEX: ned2.lex
ned2.lex:225: warning, rule cannot be matched
lex.ned2yy.cc
nedtools.cc
nedutil.cc
ned2generator.cc
ned1generator.cc
xmlgenerator.cc
nedxmlparser.cc
nedsaxhandler.cc
saxparser_libxml.cc
YACC: ned1.y
conflicts: 5 shift/reduce
ned1.tab.cc
LEX: ned1.lex
lex.ned1yy.cc
YACC: msg2.y
conflicts: 1 shift/reduce
msg2.tab.cc
LEX: msg2.lex
lex.msg2yy.cc
msgcppgenerator.cc
nedresourcecache.cc
nedtypeinfo.cc
Creating shared library: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/lib/gcc/liboppnedxml.so
nedtool.cc
Creating executable: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/out/gcc-release/src/nedxml/nedtool
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/nedxml'
===== Compiling sim ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/sim'
carray.cc
cdelaychannel.cc
cdataratechannel.cc
cboolparimpl.cc
cchannel.cc
cobjectfactory.cc
ccomponent.cc
ccomponenttype.cc
cconfiguration.cc
cconfigoption.cc
ccanvas.cc
ccoroutine.cc
cdefaultlist.cc
cdensityestbase.cc
cfutureeventset.cc
cdetect.cc
cdisplaystring.cc
cdoubleparimpl.cc
cdynamicexpression.cc
cenvir.cc
cenum.cc
cevent.cc
cexception.cc
cfsm.cc
cnedmathfunction.cc
cgate.cc
chistogram.cc
cksplit.cc
clcg32.cc
clistener.cc
clog.cc
clongparimpl.cc
cmersennetwister.cc
cmessage.cc
cpacket.cc
cmsgpar.cc
cmodule.cc
ceventheap.cc
chasher.cc
cfingerprint.cc
ctimestampedvalue.cc
cmatchexpression.cc
cpatternmatcher.cc
cmessageprinter.cc
cnullenvir.cc
envirext.cc
cnedfunction.cc
cnedvalue.cc
cobject.cc
coutvector.cc
cnamedobject.cc
cosgcanvas.cc
cpar.cc
cparimpl.cc
cownedobject.cc
cproperties.cc
cproperty.cc
crandom.cc
cresultfilter.cc
cresultlistener.cc
cresultrecorder.cc
clifecyclelistener.cc
cpsquare.cc
cqueue.cc
cpacketqueue.cc
cscheduler.cc
csimplemodule.cc
csimulation.cc
cstatistic.cc
cstddev.cc
cstlwatch.cc
cstringparimpl.cc
cstringpool.cc
cstringtokenizer.cc
cclassdescriptor.cc
ctopology.cc
cvarhist.cc
cvisitor.cc
cwatch.cc
cxmlelement.cc
cxmlparimpl.cc
distrib.cc
nedfunctions.cc
errmsg.cc
globals.cc
cregistrationlist.cc
LEX: expr.lex
YACC: expr.y
lex.expryy.cc
minixpath.cc
onstartup.cc
simtime.cc
task.cc
util.cc
expr.tab.cc
nedsupport.cc
MSGC: sim_std.msg
sim_std_m.cc
resultfilters.cc
resultrecorders.cc
ccommbuffer.cc
cparsimcomm.cc
netbuilder/cexpressionbuilder.cc
netbuilder/cneddeclaration.cc
netbuilder/cnedloader.cc
netbuilder/cdynamicchanneltype.cc
netbuilder/cdynamicmoduletype.cc
netbuilder/cnednetworkbuilder.cc
parsim/cmemcommbuffer.cc
parsim/cparsimpartition.cc
parsim/cplaceholdermod.cc
parsim/cproxygate.cc
parsim/cparsimsynchr.cc
parsim/cparsimprotocolbase.cc
parsim/cnosynchronization.cc
parsim/cnullmessageprot.cc
parsim/clinkdelaylookahead.cc
parsim/cidealsimulationprot.cc
parsim/cispeventlogger.cc
parsim/ccommbufferbase.cc
parsim/cfilecomm.cc
parsim/cfilecommbuffer.cc
parsim/cnamedpipecomm-win.cc
parsim/cnamedpipecomm.cc
parsim/parsimutil.cc
parsim/creceivedexception.cc
parsim/cmpicomm.cc
parsim/cmpicommbuffer.cc
Creating shared library: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/lib/gcc/liboppsim.so
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/sim'
===== Compiling envir ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/envir'
appreg.cc
args.cc
startup.cc
evmain.cc
logformatter.cc
perl eventlogwriter.pl
envirbase.cc
fsutils.cc
sectionbasedconfig.cc
inifilereader.cc
scenario.cc
valueiterator.cc
fileoutvectormgr.cc
fileoutscalarmgr.cc
filesnapshotmgr.cc
indexedfileoutvectormgr.cc
akoutvectormgr.cc
speedometer.cc
matchableobject.cc
matchablefield.cc
akaroarng.cc
cxmldoccache.cc
eventlogwriter.cc
objectprinter.cc
eventlogfilemgr.cc
runattributes.cc
intervals.cc
statisticparser.cc
visitor.cc
envirutils.cc
main.cc
Creating static library: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/lib/gcc/liboppmain.a
Creating shared library: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/lib/gcc/liboppenvir.so
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/envir'
===== Compiling cmdenv ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/cmdenv'
cmdenv.cc
Creating shared library: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/lib/gcc/liboppcmdenv.so
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/cmdenv'
===== Compiling tkenv ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/tkenv'
perl tcl2c.pl tclcode.cc clearlooksimg.tcl *.tcl
tkenv.cc
tkcmd.cc
tklib.cc
inspector.cc
logbuffer.cc
inspectorfactory.cc
genericobjectinspector.cc
watchinspector.cc
canvasinspector.cc
moduleinspector.cc
loginspector.cc
gateinspector.cc
figurerenderers.cc
outputvectorinspector.cc
histograminspector.cc
componenthistory.cc
canvasrenderer.cc
layouterenv.cc
arrow.cc
tkutil.cc
tkImgPNG.c
tkImgPNGInit.c
Copying Tcl extensions to lib/
Creating shared library: /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/lib/gcc/libopptkenv.so
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/tkenv'
===== Compiling qtenv ====
make[2]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/qtenv'
Invoking qmake-qt4 and building qtenv using qt4
OPP_CFLAGS=" -DHAVE_SWAPCONTEXT -DWITH_QTENV -DWITH_TKENV -DXMLPARSER=libxml -DWITH_PARSIM -DWITH_NETBUILDER -O2 -DNDEBUG=1 -fPIC -fno-stack-protector -I/usr/include/QtOpenGL -Wno-ignored-attributes -Wno-inconsistent-missing-override" OPP_DEFINES="-DHAVE_SWAPCONTEXT -DWITH_QTENV -DWITH_TKENV -DXMLPARSER=libxml -DWITH_PARSIM -DWITH_NETBUILDER" qmake-qt4 "QMAKE_CXX=@echo $<; g++" "QMAKE_CC=@echo $<; gcc" "QMAKE_AR=ar cr" "CONFIG+=release" -o /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/out/gcc-release/src/qtenv/Makefile && (cd /home/virtualtestbench/Emre_EMKU/omnetpp-5.0/out/gcc-release/src/qtenv && make)
/usr/lib64/qt4/bin/rcc: File does not exist '../../../../src/qtenv/icons.qrc'
make[3]: Entering directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/out/gcc-release/src/qtenv'
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/mainwindow.ui -o ui_mainwindow.h
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/runselectiondialog.ui -o ui_runselectiondialog.h
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/stopdialog.ui -o ui_stopdialog.h
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/logfinddialog.ui -o ui_logfinddialog.h
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/logfilterdialog.ui -o ui_logfilterdialog.h
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/preferencesdialog.ui -o ui_preferencesdialog.h
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/rununtildialog.ui -o ui_rununtildialog.h
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/filteredobjectlistdialog.ui -o ui_filteredobjectlistdialog.h
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/comboselectiondialog.ui -o ui_comboselectiondialog.h
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/layersdialog.ui -o ui_layersdialog.h
/usr/lib64/qt4/bin/uic ../../../../src/qtenv/fileeditor.ui -o ui_fileeditor.h
../../../../src/qtenv/mainwindow.cc
In file included from ../../../../src/qtenv/loginspector.h:25,
from ../../../../src/qtenv/mainwindow.cc:40:
../../../../src/qtenv/textviewerwidget.h:21:25: error: QElapsedTimer: No such file or directory
In file included from ../../../../src/qtenv/logbuffer.h:22,
from ../../../../src/qtenv/qtenv.h:27,
from ../../../../src/qtenv/mainwindow.cc:27:
../../../../src/qtenv/qtutil.h:39: error: a call to a constructor cannot appear in a constant-expression
../../../../src/qtenv/qtutil.h:39: error: ISO C++ forbids initialization of member 'color'
../../../../src/qtenv/qtutil.h:39: error: making 'color' static
../../../../src/qtenv/qtutil.h:39: error: invalid in-class initialization of static data member of non-integral type 'QColor'
../../../../src/qtenv/qtutil.h:40: error: ISO C++ forbids initialization of member 'weight'
../../../../src/qtenv/qtutil.h:40: error: making 'weight' static
../../../../src/qtenv/qtutil.h:40: error: ISO C++ forbids in-class initialization of non-const static member 'weight'
../../../../src/qtenv/qtutil.h:43: error: ISO C++ forbids initialization of member 'changed'
../../../../src/qtenv/qtutil.h:43: error: making 'changed' static
../../../../src/qtenv/qtutil.h:43: error: ISO C++ forbids in-class initialization of non-const static member 'changed'
../../../../src/qtenv/qtutil.h:47: error: ISO C++ forbids initialization of member 'smooth'
../../../../src/qtenv/qtutil.h:47: error: making 'smooth' static
../../../../src/qtenv/qtutil.h:47: error: ISO C++ forbids in-class initialization of non-const static member 'smooth'
../../../../src/qtenv/qtutil.h:124: error: ISO C++ forbids declaration of 'constexpr' with no type
../../../../src/qtenv/qtutil.h:124: error: expected ';' before 'double'
../../../../src/qtenv/qtutil.h:125: error: ISO C++ forbids declaration of 'constexpr' with no type
../../../../src/qtenv/qtutil.h:125: error: expected ';' before 'double'
../../../../src/qtenv/qtutil.h:131: error: ISO C++ forbids initialization of member 'pathBuilt'
../../../../src/qtenv/qtutil.h:131: error: making 'pathBuilt' static
../../../../src/qtenv/qtutil.h:131: error: ISO C++ forbids in-class initialization of non-const static member 'pathBuilt'
In file included from ../../../../src/qtenv/qtenv.h:27,
from ../../../../src/qtenv/mainwindow.cc:27:
../../../../src/qtenv/logbuffer.h:51: error: ISO C++ forbids initialization of member 'eventNumber'
../../../../src/qtenv/logbuffer.h:51: error: making 'eventNumber' static
../../../../src/qtenv/logbuffer.h:51: error: ISO C++ forbids in-class initialization of non-const static member 'eventNumber'
../../../../src/qtenv/logbuffer.h:52: error: ISO C++ forbids initialization of member 'simtime'
../../../../src/qtenv/logbuffer.h:52: error: making 'simtime' static
../../../../src/qtenv/logbuffer.h:52: error: invalid in-class initialization of static data member of non-integral type 'omnetpp::simtime_t'
../../../../src/qtenv/logbuffer.h:53: error: ISO C++ forbids initialization of member 'componentId'
../../../../src/qtenv/logbuffer.h:53: error: making 'componentId' static
../../../../src/qtenv/logbuffer.h:53: error: ISO C++ forbids in-class initialization of non-const static member 'componentId'
../../../../src/qtenv/logbuffer.h:55: error: ISO C++ forbids initialization of member 'banner'
../../../../src/qtenv/logbuffer.h:55: error: making 'banner' static
../../../../src/qtenv/logbuffer.h:55: error: invalid in-class initialization of static data member of non-integral type 'const char*'
In file included from ../../../../src/qtenv/qtenv.h:30,
from ../../../../src/qtenv/mainwindow.cc:27:
../../../../src/qtenv/inspector.h:62: error: ISO C++ forbids initialization of member 'isNew'
../../../../src/qtenv/inspector.h:62: error: making 'isNew' static
../../../../src/qtenv/inspector.h:62: error: ISO C++ forbids in-class initialization of non-const static member 'isNew'
../../../../src/qtenv/inspector.h:72: error: ISO C++ forbids initialization of member 'goBackAction'
../../../../src/qtenv/inspector.h:72: error: making 'goBackAction' static
../../../../src/qtenv/inspector.h:72: error: invalid in-class initialization of static data member of non-integral type 'QAction*'
../../../../src/qtenv/inspector.h:73: error: ISO C++ forbids initialization of member 'goForwardAction'
../../../../src/qtenv/inspector.h:73: error: making 'goForwardAction' static
../../../../src/qtenv/inspector.h:73: error: invalid in-class initialization of static data member of non-integral type 'QAction*'
../../../../src/qtenv/inspector.h:74: error: ISO C++ forbids initialization of member 'goUpAction'
../../../../src/qtenv/inspector.h:74: error: making 'goUpAction' static
../../../../src/qtenv/inspector.h:74: error: invalid in-class initialization of static data member of non-integral type 'QAction*'
../../../../src/qtenv/inspector.h:75: error: ISO C++ forbids initialization of member 'findObjects'
../../../../src/qtenv/inspector.h:75: error: making 'findObjects' static
../../../../src/qtenv/inspector.h:75: error: invalid in-class initialization of static data member of non-integral type 'QAction*'
In file included from ../../../../src/qtenv/animator.h:27,
from ../../../../src/qtenv/qtenv.h:31,
from ../../../../src/qtenv/mainwindow.cc:27:
../../../../src/qtenv/messageitem.h:47: error: ISO C++ forbids initialization of member 'imageSizeFactor'
../../../../src/qtenv/messageitem.h:47: error: making 'imageSizeFactor' static
../../../../src/qtenv/messageitem.h:47: error: ISO C++ forbids in-class initialization of non-const static member 'imageSizeFactor'
../../../../src/qtenv/messageitem.h:48: error: ISO C++ forbids initialization of member 'image'
../../../../src/qtenv/messageitem.h:48: error: making 'image' static
../../../../src/qtenv/messageitem.h:48: error: invalid in-class initialization of static data member of non-integral type 'QImage*'
../../../../src/qtenv/messageitem.h:49: error: a call to a constructor cannot appear in a constant-expression
../../../../src/qtenv/messageitem.h:49: error: ISO C++ forbids initialization of member 'shapeFillColor'
../../../../src/qtenv/messageitem.h:49: error: making 'shapeFillColor' static
../../../../src/qtenv/messageitem.h:49: error: invalid in-class initialization of static data member of non-integral type 'QColor'
../../../../src/qtenv/messageitem.h:50: error: a call to a constructor cannot appear in a constant-expression
../../../../src/qtenv/messageitem.h:50: error: ISO C++ forbids initialization of member 'shapeOutlineColor'
../../../../src/qtenv/messageitem.h:50: error: making 'shapeOutlineColor' static
../../../../src/qtenv/messageitem.h:50: error: invalid in-class initialization of static data member of non-integral type 'QColor'
../../../../src/qtenv/messageitem.h:51: error: ISO C++ forbids initialization of member 'shapeOutlineWidth'
../../../../src/qtenv/messageitem.h:51: error: making 'shapeOutlineWidth' static
../../../../src/qtenv/messageitem.h:51: error: ISO C++ forbids in-class initialization of non-const static member 'shapeOutlineWidth'
../../../../src/qtenv/messageitem.h:52: error: ISO C++ forbids initialization of member 'shapeWidth'
../../../../src/qtenv/messageitem.h:52: error: making 'shapeWidth' static
../../../../src/qtenv/messageitem.h:52: error: ISO C++ forbids in-class initialization of non-const static member 'shapeWidth'
../../../../src/qtenv/messageitem.h:53: error: ISO C++ forbids initialization of member 'shapeHeight'
../../../../src/qtenv/messageitem.h:53: error: making 'shapeHeight' static
../../../../src/qtenv/messageitem.h:53: error: ISO C++ forbids in-class initialization of non-const static member 'shapeHeight'
../../../../src/qtenv/messageitem.h:54: error: ISO C++ forbids initialization of member 'shape'
../../../../src/qtenv/messageitem.h:54: error: making 'shape' static
../../../../src/qtenv/messageitem.h:54: error: ISO C++ forbids in-class initialization of non-const static member 'shape'
../../../../src/qtenv/messageitem.h:58: error: ISO C++ forbids initialization of member 'shapeItem'
../../../../src/qtenv/messageitem.h:58: error: making 'shapeItem' static
../../../../src/qtenv/messageitem.h:58: error: invalid in-class initialization of static data member of non-integral type 'QAbstractGraphicsShapeItem*'
../../../../src/qtenv/messageitem.h:59: error: ISO C++ forbids initialization of member 'imageItem'
../../../../src/qtenv/messageitem.h:59: error: making 'imageItem' static
../../../../src/qtenv/messageitem.h:59: error: invalid in-class initialization of static data member of non-integral type 'QGraphicsPixmapItem*'
../../../../src/qtenv/messageitem.h:61: error: ISO C++ forbids initialization of member 'colorizeEffect'
../../../../src/qtenv/messageitem.h:61: error: making 'colorizeEffect' static
../../../../src/qtenv/messageitem.h:61: error: invalid in-class initialization of static data member of non-integral type 'QGraphicsColorizeEffect*'
In file included from ../../../../src/qtenv/connectionitem.h:22,
from ../../../../src/qtenv/animator.h:28,
from ../../../../src/qtenv/qtenv.h:31,
from ../../../../src/qtenv/mainwindow.cc:27:
../../../../src/qtenv/graphicspatharrowitem.h:25: error: ISO C++ forbids initialization of member 'arrowWidth'
../../../../src/qtenv/graphicspatharrowitem.h:25: error: making 'arrowWidth' static
../../../../src/qtenv/graphicspatharrowitem.h:25: error: ISO C++ forbids in-class initialization of non-const static member 'arrowWidth'
../../../../src/qtenv/graphicspatharrowitem.h:26: error: ISO C++ forbids initialization of member 'arrowLength'
../../../../src/qtenv/graphicspatharrowitem.h:26: error: making 'arrowLength' static
../../../../src/qtenv/graphicspatharrowitem.h:26: error: ISO C++ forbids in-class initialization of non-const static member 'arrowLength'
../../../../src/qtenv/graphicspatharrowitem.h:27: error: ISO C++ forbids initialization of member 'fillRatio'
../../../../src/qtenv/graphicspatharrowitem.h:27: error: making 'fillRatio' static
../../../../src/qtenv/graphicspatharrowitem.h:27: error: ISO C++ forbids in-class initialization of non-const static member 'fillRatio'
../../../../src/qtenv/graphicspatharrowitem.h:28: error: ISO C++ forbids initialization of member 'lineWidth'
../../../../src/qtenv/graphicspatharrowitem.h:28: error: making 'lineWidth' static
../../../../src/qtenv/graphicspatharrowitem.h:28: error: ISO C++ forbids in-class initialization of non-const static member 'lineWidth'
In file included from ../../../../src/qtenv/animator.h:28,
from ../../../../src/qtenv/qtenv.h:31,
from ../../../../src/qtenv/mainwindow.cc:27:
../../../../src/qtenv/connectionitem.h:41: error: ISO C++ forbids initialization of member 'clickThreshold'
../../../../src/qtenv/connectionitem.h:41: error: making 'clickThreshold' static
../../../../src/qtenv/connectionitem.h:45: error: ISO C++ forbids initialization of member 'lineWidth'
../../../../src/qtenv/connectionitem.h:45: error: making 'lineWidth' static
../../../../src/qtenv/connectionitem.h:45: error: ISO C++ forbids in-class initialization of non-const static member 'lineWidth'
../../../../src/qtenv/connectionitem.h:46: error: a call to a constructor cannot appear in a constant-expression
../../../../src/qtenv/connectionitem.h:46: error: ISO C++ forbids initialization of member 'lineColor'
../../../../src/qtenv/connectionitem.h:46: error: making 'lineColor' static
../../../../src/qtenv/connectionitem.h:46: error: invalid in-class initialization of static data member of non-integral type 'QColor'
../../../../src/qtenv/connectionitem.h:47: error: ISO C++ forbids initialization of member 'lineStyle'
../../../../src/qtenv/connectionitem.h:47: error: making 'lineStyle' static
../../../../src/qtenv/connectionitem.h:47: error: ISO C++ forbids in-class initialization of non-const static member 'lineStyle'
../../../../src/qtenv/connectionitem.h:48: error: ISO C++ forbids initialization of member 'dashOffset'
../../../../src/qtenv/connectionitem.h:48: error: making 'dashOffset' static
../../../../src/qtenv/connectionitem.h:48: error: ISO C++ forbids in-class initialization of non-const static member 'dashOffset'
../../../../src/qtenv/connectionitem.h:50: error: ISO C++ forbids initialization of member 'textAlignment'
../../../../src/qtenv/connectionitem.h:50: error: making 'textAlignment' static
../../../../src/qtenv/connectionitem.h:50: error: invalid in-class initialization of static data member of non-integral type 'Qt::Alignment'
../../../../src/qtenv/connectionitem.h:51: error: a call to a constructor cannot appear in a constant-expression
../../../../src/qtenv/connectionitem.h:51: error: ISO C++ forbids initialization of member 'textColor'
../../../../src/qtenv/connectionitem.h:51: error: making 'textColor' static
../../../../src/qtenv/connectionitem.h:51: error: invalid in-class initialization of static data member of non-integral type 'QColor'
../../../../src/qtenv/connectionitem.h:52: error: ISO C++ forbids initialization of member 'lineEnabled'
../../../../src/qtenv/connectionitem.h:52: error: making 'lineEnabled' static
../../../../src/qtenv/connectionitem.h:52: error: ISO C++ forbids in-class initialization of non-const static member 'lineEnabled'
../../../../src/qtenv/connectionitem.h:54: error: ISO C++ forbids initialization of member 'lineItem'
../../../../src/qtenv/connectionitem.h:54: error: making 'lineItem' static
../../../../src/qtenv/connectionitem.h:54: error: invalid in-class initialization of static data member of non-integral type 'QGraphicsLineItem*'
../../../../src/qtenv/connectionitem.h:55: error: ISO C++ forbids initialization of member 'textItem'
../../../../src/qtenv/connectionitem.h:55: error: making 'textItem' static
../../../../src/qtenv/connectionitem.h:55: error: invalid in-class initialization of static data member of non-integral type 'omnetpp::qtenv::OutlinedTextItem*'
../../../../src/qtenv/connectionitem.h:56: error: ISO C++ forbids initialization of member 'arrowItem'
../../../../src/qtenv/connectionitem.h:56: error: making 'arrowItem' static
../../../../src/qtenv/connectionitem.h:56: error: invalid in-class initialization of static data member of non-integral type 'GraphicsPathArrowItem*'
In file included from ../../../../src/qtenv/qtenv.h:31,
from ../../../../src/qtenv/mainwindow.cc:27:
../../../../src/qtenv/animator.h:54: error: ISO C++ forbids initialization of member 'msg'
../../../../src/qtenv/animator.h:54: error: making 'msg' static
../../../../src/qtenv/animator.h:54: error: invalid in-class initialization of static data member of non-integral type 'omnetpp::cMessage*'
../../../../src/qtenv/animator.h:56: error: ISO C++ forbids initialization of member 'time'
../../../../src/qtenv/animator.h:56: error: making 'time' static
../../../../src/qtenv/animator.h:56: error: ISO C++ forbids in-class initialization of non-const static member 'time'
../../../../src/qtenv/animator.h:58: error: ISO C++ forbids initialization of member 'messageItem'
../../../../src/qtenv/animator.h:58: error: making 'messageItem' static
../../../../src/qtenv/animator.h:58: error: invalid in-class initialization of static data member of non-integral type 'omnetpp::qtenv::MessageItem*'
../../../../src/qtenv/animator.h:60: error: ISO C++ forbids initialization of member 'connectionItem'
../../../../src/qtenv/animator.h:60: error: making 'connectionItem' static
../../../../src/qtenv/animator.h:60: error: invalid in-class initialization of static data member of non-integral type 'omnetpp::qtenv::ConnectionItem*'
../../../../src/qtenv/animator.h:69: error: ISO C++ forbids initialization of member 'groupIndex'
../../../../src/qtenv/animator.h:69: error: making 'groupIndex' static
../../../../src/qtenv/animator.h:69: error: ISO C++ forbids in-class initialization of non-const static member 'groupIndex'
In file included from ../../../../src/qtenv/qtenv.h:31,
from ../../../../src/qtenv/mainwindow.cc:27:
../../../../src/qtenv/animator.h:88: error: ISO C++ forbids initialization of member 'inHurry'
../../../../src/qtenv/animator.h:88: error: making 'inHurry' static
../../../../src/qtenv/animator.h:88: error: ISO C++ forbids in-class initialization of non-const static member 'inHurry'
In file included from ../../../../src/qtenv/mainwindow.cc:27:
../../../../src/qtenv/qtenv.h:151: error: ISO C++ forbids initialization of member 'app'
../../../../src/qtenv/qtenv.h:151: error: making 'app' static
../../../../src/qtenv/qtenv.h:151: error: invalid in-class initialization of static data member of non-integral type 'QApplication*'
../../../../src/qtenv/qtenv.h:152: error: ISO C++ forbids initialization of member 'mainWindow'
../../../../src/qtenv/qtenv.h:152: error: making 'mainWindow' static
../../../../src/qtenv/qtenv.h:152: error: invalid in-class initialization of static data member of non-integral type 'omnetpp::qtenv::MainWindow*'
../../../../src/qtenv/qtenv.h:205: error: ISO C++ forbids initialization of member 'globalPrefs'
../../../../src/qtenv/qtenv.h:205: error: making 'globalPrefs' static
../../../../src/qtenv/qtenv.h:205: error: invalid in-class initialization of static data member of non-integral type 'QSettings*'
../../../../src/qtenv/qtenv.h:206: error: ISO C++ forbids initialization of member 'localPrefs'
../../../../src/qtenv/qtenv.h:206: error: making 'localPrefs' static
../../../../src/qtenv/qtenv.h:206: error: invalid in-class initialization of static data member of non-integral type 'QSettings*'
In file included from ../../../../src/qtenv/mainwindow.cc:27:
../../../../src/qtenv/qtenv.h:392: error: 'std::initializer_list' has not been declared
../../../../src/qtenv/qtenv.h:392: error: expected ',' or '...' before '<' token
../../../../src/qtenv/qtenv.h: In member function 'omnetpp::qtenv::MainWindow* omnetpp::qtenv::Qtenv::getMainWindow()':
../../../../src/qtenv/qtenv.h:253: error: 'mainWindow' was not declared in this scope
In file included from ../../../../src/qtenv/mainwindow.cc:39:
../../../../src/qtenv/genericobjectinspector.h: At global scope:
../../../../src/qtenv/genericobjectinspector.h:52: error: ISO C++ forbids initialization of member 'model'
../../../../src/qtenv/genericobjectinspector.h:52: error: making 'model' static
../../../../src/qtenv/genericobjectinspector.h:52: error: invalid in-class initialization of static data member of non-integral type 'omnetpp::qtenv::GenericObjectTreeModel*'
../../../../src/qtenv/genericobjectinspector.h:59: error: ISO C++ forbids initialization of member 'mode'
../../../../src/qtenv/genericobjectinspector.h:59: error: making 'mode' static
../../../../src/qtenv/genericobjectinspector.h:59: error: ISO C++ forbids in-class initialization of non-const static member 'mode'
In file included from ../../../../src/qtenv/loginspector.h:25,
from ../../../../src/qtenv/mainwindow.cc:40:
../../../../src/qtenv/textviewerwidget.h:83: error: ISO C++ forbids initialization of member 'content'
../../../../src/qtenv/textviewerwidget.h:83: error: making 'content' static
../../../../src/qtenv/textviewerwidget.h:83: error: invalid in-class initialization of static data member of non-integral type 'omnetpp::qtenv::TextViewerContentProvider*'
../../../../src/qtenv/textviewerwidget.h:93: error: ISO C++ forbids initialization of member 'toolbarSpacing'
../../../../src/qtenv/textviewerwidget.h:93: error: making 'toolbarSpacing' static
../../../../src/qtenv/textviewerwidget.h:93: error: ISO C++ forbids in-class initialization of non-const static member 'toolbarSpacing'
../../../../src/qtenv/textviewerwidget.h:94: error: ISO C++ forbids initialization of member 'leftMargin'
../../../../src/qtenv/textviewerwidget.h:94: error: making 'leftMargin' static
../../../../src/qtenv/textviewerwidget.h:94: error: ISO C++ forbids in-class initialization of non-const static member 'leftMargin'
../../../../src/qtenv/textviewerwidget.h:97: error: ISO C++ forbids initialization of member 'topLineIndex'
../../../../src/qtenv/textviewerwidget.h:97: error: making 'topLineIndex' static
../../../../src/qtenv/textviewerwidget.h:97: error: ISO C++ forbids in-class initialization of non-const static member 'topLineIndex'
../../../../src/qtenv/textviewerwidget.h:98: error: ISO C++ forbids initialization of member 'topLineY'
../../../../src/qtenv/textviewerwidget.h:98: error: making 'topLineY' static
../../../../src/qtenv/textviewerwidget.h:98: error: ISO C++ forbids in-class initialization of non-const static member 'topLineY'
../../../../src/qtenv/textviewerwidget.h:99: error: ISO C++ forbids initialization of member 'horizontalScrollOffset'
../../../../src/qtenv/textviewerwidget.h:99: error: making 'horizontalScrollOffset' static
../../../../src/qtenv/textviewerwidget.h:99: error: ISO C++ forbids in-class initialization of non-const static member 'horizontalScrollOffset'
../../../../src/qtenv/textviewerwidget.h:100: error: ISO C++ forbids initialization of member 'caretLineIndex'
../../../../src/qtenv/textviewerwidget.h:100: error: making 'caretLineIndex' static
../../../../src/qtenv/textviewerwidget.h:100: error: ISO C++ forbids in-class initialization of non-const static member 'caretLineIndex'
../../../../src/qtenv/textviewerwidget.h:100: error: ISO C++ forbids initialization of member 'caretColumn'
../../../../src/qtenv/textviewerwidget.h:100: error: making 'caretColumn' static
../../../../src/qtenv/textviewerwidget.h:100: error: ISO C++ forbids in-class initialization of non-const static member 'caretColumn'
../../../../src/qtenv/textviewerwidget.h:101: error: ISO C++ forbids initialization of member 'selectionAnchorLineIndex'
../../../../src/qtenv/textviewerwidget.h:101: error: making 'selectionAnchorLineIndex' static
../../../../src/qtenv/textviewerwidget.h:101: error: ISO C++ forbids in-class initialization of non-const static member 'selectionAnchorLineIndex'
../../../../src/qtenv/textviewerwidget.h:101: error: ISO C++ forbids initialization of member 'selectionAnchorColumn'
../../../../src/qtenv/textviewerwidget.h:101: error: making 'selectionAnchorColumn' static
../../../../src/qtenv/textviewerwidget.h:101: error: ISO C++ forbids in-class initialization of non-const static member 'selectionAnchorColumn'
../../../../src/qtenv/textviewerwidget.h:104: error: ISO C++ forbids initialization of member 'clickCount'
../../../../src/qtenv/textviewerwidget.h:104: error: making 'clickCount' static
../../../../src/qtenv/textviewerwidget.h:104: error: ISO C++ forbids in-class initialization of non-const static member 'clickCount'
../../../../src/qtenv/textviewerwidget.h:107: error: ISO C++ forbids initialization of member 'caretShown'
../../../../src/qtenv/textviewerwidget.h:107: error: making 'caretShown' static
../../../../src/qtenv/textviewerwidget.h:107: error: ISO C++ forbids in-class initialization of non-const static member 'caretShown'
../../../../src/qtenv/textviewerwidget.h:109: error: ISO C++ forbids initialization of member 'autoScrollDirection'
../../../../src/qtenv/textviewerwidget.h:109: error: making 'autoScrollDirection' static
../../../../src/qtenv/textviewerwidget.h:109: error: ISO C++ forbids in-class initialization of non-const static member 'autoScrollDirection'
../../../../src/qtenv/textviewerwidget.h:110: error: ISO C++ forbids initialization of member 'autoScrollDistance'
../../../../src/qtenv/textviewerwidget.h:110: error: making 'autoScrollDistance' static
../../../../src/qtenv/textviewerwidget.h:110: error: ISO C++ forbids in-class initialization of non-const static member 'autoScrollDistance'
../../../../src/qtenv/textviewerwidget.h:152: error: 'QElapsedTimer' does not name a type
In file included from ../../../../src/qtenv/loginspector.h:25,
from ../../../../src/qtenv/mainwindow.cc:40:
../../../../src/qtenv/textviewerwidget.h:179: error: ISO C++ forbids initialization of member 'contentChangedFlag'
../../../../src/qtenv/textviewerwidget.h:179: error: making 'contentChangedFlag' static
../../../../src/qtenv/textviewerwidget.h:179: error: ISO C++ forbids in-class initialization of non-const static member 'contentChangedFlag'
In file included from ../../../../src/qtenv/mainwindow.cc:42:
../../../../src/qtenv/moduleinspector.h:89: error: ISO C++ forbids initialization of member 'toolbarSpacing'
../../../../src/qtenv/moduleinspector.h:89: error: making 'toolbarSpacing' static
../../../../src/qtenv/moduleinspector.h:102: error: ISO C++ forbids initialization of member 'toolbarLayout'
../../../../src/qtenv/moduleinspector.h:102: error: making 'toolbarLayout' static
../../../../src/qtenv/moduleinspector.h:102: error: invalid in-class initialization of static data member of non-integral type 'QGridLayout*'
../../../../src/qtenv/mainwindow.cc: In constructor 'omnetpp::qtenv::MainWindow::MainWindow(omnetpp::qtenv::Qtenv*, QWidget*)':
../../../../src/qtenv/mainwindow.cc:75: error: 'Qt::Orientation' is not a class or namespace
../../../../src/qtenv/mainwindow.cc: In member function 'void omnetpp::qtenv::MainWindow::enterLayoutingMode()':
../../../../src/qtenv/mainwindow.cc:192: warning: 'auto' will change meaning in C++0x; please remove it
../../../../src/qtenv/mainwindow.cc:192: error: expected initializer before ':' token
../../../../src/qtenv/mainwindow.cc:1301: error: expected primary-expression at end of input
../../../../src/qtenv/mainwindow.cc:1301: error: expected ';' at end of input
../../../../src/qtenv/mainwindow.cc:1301: error: expected primary-expression at end of input
../../../../src/qtenv/mainwindow.cc:1301: error: expected ')' at end of input
../../../../src/qtenv/mainwindow.cc:1301: error: expected statement at end of input
../../../../src/qtenv/mainwindow.cc:1301: error: expected '}' at end of input
../../../../src/qtenv/mainwindow.cc: At global scope:
../../../../src/qtenv/mainwindow.cc:1301: error: expected '}' at end of input
../../../../src/qtenv/mainwindow.cc:1301: error: expected '}' at end of input
cc1plus: warning: unrecognized command line option "-Wno-inconsistent-missing-override"
cc1plus: warning: unrecognized command line option "-Wno-inconsistent-missing-override"
cc1plus: warning: unrecognized command line option "-Wno-ignored-attributes"
make[3]: *** [mainwindow.o] Error 1
make[3]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/out/gcc-release/src/qtenv'
make[2]: *** [qmake] Error 2
make[2]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0/src/qtenv'
make[1]: *** [qtenv] Error 2
make[1]: Leaving directory `/home/virtualtestbench/Emre_EMKU/omnetpp-5.0'
make: *** [allmodes] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment