OMNeT++/OMNEST Bug Tracker - OMNeT++ | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000758 | OMNeT++ | Installer / Productizing | public | 2014-05-07 16:00 | 2014-07-16 12:07 |
Reporter | gava100 | ||||
Assigned To | rhornig | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 4.4.1 | ||||
Target Version | Fixed in Version | 4.5 | |||
Summary | 0000758: OMNeT++ does not compile with -std=c++11 flag | ||||
Description | Hi, I've set the flag -std=c++11 on configure.user, as described below, and then tried to compile, getting the following error: --- configure.user CFLAGS_DEBUG='-g -Wall -std=c++11' CFLAGS_RELEASE='-O2 -DNDEBUG=1 -std=c++11' ---- make MODE=release make[1]: Entering directory `/omnetpp-4.4.1' ***** Configuration: MODE=release, TOOLCHAIN_NAME=gcc, LIB_SUFFIX=.dll **** ===== Checking environment ===== ===== Compiling utils ==== make[2]: Entering directory `/omnetpp-4.4.1/src/utils' Copying scripts to bin directory... make[2]: Leaving directory `/omnetpp-4.4.1/src/utils' ===== Compiling common ==== make[2]: Entering directory `/omnetpp-4.4.1/src/common' LEX: expression.lex YACC: expression.y lex.expressionyy.cc expression.tab.cc YACC: matchexpression.y conflicts: 1 shift/reduce matchexpressionlexer.cc matchexpressionlexer.cc: In member function 'int MatchExpressionLexer::getNextToken(char**)': matchexpressionlexer.cc:57:55: error: 'strncasecmp' was not declared in this scope matchexpressionlexer.cc:59:56: error: 'strncasecmp' was not declared in this scope matchexpressionlexer.cc:61:56: error: 'strncasecmp' was not declared in this scope make[2]: *** [d:/Oberthur/omnetpp-4.4.1/out/gcc-release/src/common/matchexpressionlexer.o] Error 1 make[2]: Leaving directory `/omnetpp-4.4.1/src/common' make[1]: *** [common] Error 2 make[1]: Leaving directory `/omnetpp-4.4.1' make: *** [allmodes] Error 2 | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-05-07 16:00 | gava100 | New Issue | |||
2014-06-26 13:30 | rhornig | Note Added: 0000920 | |||
2014-07-16 12:07 | rhornig | Note Added: 0000922 | |||
2014-07-16 12:07 | rhornig | Status | new => resolved | ||
2014-07-16 12:07 | rhornig | Fixed in Version | => 4.5 | ||
2014-07-16 12:07 | rhornig | Resolution | open => fixed | ||
2014-07-16 12:07 | rhornig | Assigned To | => rhornig |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|