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
I think this is most likely a structural difference between Mac and Linux C++ libraries and compiler versions. I just recompiled again today on Linux, and the flag was necessary to include it on relatively new versions of RedHad and OpenSUSE. @lbearup We could modify the make file with an architecture input that would disable the filesystem flag until all the GCC compilers came standard with it?
Hi,
When compiling on MacOS, using
make GCC
we get the following error (tested on several macs from 2018 onwards):Following https://stackoverflow.com/questions/74891427/make-error-library-not-found-for-lstdcfs we were able to compile by removing the
-lstdc++fs
in the makefile. i.e.The text was updated successfully, but these errors were encountered: