Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Error compiling sumo master

Hello everyone,

I am having problems compiling the latest version of sumo. I also moved to 1.5 and I get the same error message. Could it be that I am missing some library?

sumo/src/utils/gui/div/GLHelper.cpp:513:9: error: 'gl2psTextOptColor' was not declared in this scope; did you mean 'gl2psTextOpt'?
  513 |         gl2psTextOptColor(text.c_str(), "Roboto", 10, align == 0 ? GL2PS_TEXT_C : align, (GLfloat) - angle, color);
      |         ^~~~~~~~~~~~~~~~~
      |         gl2psTextOpt
make[2]: *** [src/utils/gui/div/CMakeFiles/utils_gui_div.dir/GLHelper.cpp.o] Error 1
make[1]: *** [src/utils/gui/div/CMakeFiles/utils_gui_div.dir/all] Error 2


Best regards,
Jose

Back to the top