Skip to content

Instantly share code, notes, and snippets.

@lamont-granquist
Created March 29, 2017 16:18
Show Gist options
  • Save lamont-granquist/f3f6651add306da198d39f6043fc135c to your computer and use it in GitHub Desktop.
Save lamont-granquist/f3f6651add306da198d39f6043fc135c to your computer and use it in GitHub Desktop.
clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch x86_64 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ tools/generate_configuration.cpp -o obj/tools/generate_configuration.o
In file included from tools/generate_configuration.cpp:13:
In file included from ./physics/solar_system.hpp:13:
In file included from ./physics/ephemeris.hpp:15:
./integrators/integrators.hpp:90:21: error: unknown type name 'AppendState'
                    AppendState const& append_state);
                    ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
2 errors generated.
make: *** [obj/tools/generate_configuration.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment