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
Could you please to try this also with the default clang compiler (i.e. do not turn off PREFER_CLANG in configure.user)? Is this specific to the GCC compiler only?
Hello, I get the exact same problem on my windows machine, I tried running with multiple configuration flags but trying to keep gcc/g++ as the preferred compiler (setting PREFER_CLANG = no) I could build with the clang before, the same exact omnetpp version. Has any solution been found to this or what else could I try out? Thanks in advance!
while installing omnetpp-6.1 i am getting error at running "make" command
this error i am getting
"resultitems.cc
resultitems.cc:26:29: error: external linkage required for symbol 'omnetpp::scave::NULLSTRING' because of 'dllexport' attribute
26 | const SCAVE_API std::string NULLSTRING = "";
| ^~~~~~~~~~
make[2]: *** [Makefile:75: /c/Users/dilip/Downloads/omnetpp-6.1/out/gcc-release/src/scave/resultitems.o] Error 1
make[1]: *** [Makefile:138: scave] Error 2
make: *** [Makefile:35: allmodes] Error 2"
The text was updated successfully, but these errors were encountered: