Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Fail in build SUMO 0.31 in macOS

Hello,
 
I am trying to build the last stable SUMO 0.31 in macOS 10.13.1 using Homebrew as it seems that it is the only way to install SUMO in macOS right now.
 
I followed the instruction on the wiki page, but failed in the building step.
 
The fatal error is:
 
In file included from MSParkingArea.cpp:38:
../../src/utils/foxtools/MFXMutex.h:37:10: fatal error: 'fx.h' file not found
#include <fx.h>
 
I can see some warnings:
 
../../src/utils/xml/SUMOSAXAttributes.h:481:76: warning: instantiation of
      variable 'invalid_return<bool>::type' required here, but no definition is
      available [-Wundefined-var-template]
 
 
../../src/utils/xml/SUMOSAXAttributes.h:459:76: warning: instantiation of
      variable 'invalid_return<RGBColor>::type' required here, but no definition
      is available [-Wundefined-var-template]
 
Could you help me solve this problem or provide me the installation file? Appreciate for any help.
 
Sincerely,
Weiming Zhao

Back to the top