Skip to content

Instantly share code, notes, and snippets.

@krzkaczor
Created October 18, 2015 20:33
Show Gist options
  • Save krzkaczor/772c822c18fdbfe29f7f to your computer and use it in GitHub Desktop.
Save krzkaczor/772c822c18fdbfe29f7f to your computer and use it in GitHub Desktop.
make: Entering directory `/home/travis/build/krzkaczor/CobolToCSharpTranslator/node_modules/edge/build'
CXX(target) Release/obj.target/edge/src/mono/clractioncontext.o
CXX(target) Release/obj.target/edge/src/mono/clrfunc.o
CXX(target) Release/obj.target/edge/src/mono/clrfuncinvokecontext.o
CXX(target) Release/obj.target/edge/src/mono/edge.o
CXX(target) Release/obj.target/edge/src/mono/monoembedding.o
../src/mono/monoembedding.cpp: In static member function ‘static MonoClass* MonoEmbedding::GetIDictionaryStringObjectClass(MonoException**)’:
../src/mono/monoembedding.cpp:108:66: error: ‘mono_reflection_type_get_type’ was not declared in this scope
../src/mono/monoembedding.cpp: In static member function ‘static MonoClass* MonoEmbedding::GetUriClass(MonoException**)’:
../src/mono/monoembedding.cpp:127:66: error: ‘mono_reflection_type_get_type’ was not declared in this scope
../src/mono/monoembedding.cpp: In static member function ‘static MonoClass* MonoEmbedding::GetFuncClass()’:
../src/mono/monoembedding.cpp:173:62: error: ‘mono_reflection_type_get_type’ was not declared in this scope
make: *** [Release/obj.target/edge/src/mono/monoembedding.o] Error 1
make: Leaving directory `/home/travis/build/krzkaczor/CobolToCSharpTranslator/node_modules/edge/build'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment