Skip to content

Instantly share code, notes, and snippets.

@toger5
Created October 3, 2017 17:09
Show Gist options
  • Save toger5/315b7e45a0726303c2d16c219c39b490 to your computer and use it in GitHub Desktop.
Save toger5/315b7e45a0726303c2d16c219c39b490 to your computer and use it in GitHub Desktop.
timo$ scons p=osx mono_glue=no module_mono_enabled=yes
scons: Reading SConscript files ...
Could not detect MinGW. Ensure its binaries are in your PATH or that MINGW32_PREFIX or MINGW64_PREFIX are properly defined.
Package mono-2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `mono-2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mono-2' found
OSError: 'pkg-config mono-2 --cflags --libs' exited 1:
File "/Users/timo/Documents/Godot/_GodotDev/godot/SConstruct", line 378:
config.configure(env)
File "./modules/mono/config.py", line 133:
env.ParseConfig('pkg-config mono-2 --cflags --libs')
File "/usr/local/Cellar/scons/2.5.1/libexec/scons-local/SCons/Environment.py", line 1557:
return function(self, self.backtick(command))
File "/usr/local/Cellar/scons/2.5.1/libexec/scons-local/SCons/Environment.py", line 594:
raise OSError("'%s' exited %d" % (command, status))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment