Skip to content

Instantly share code, notes, and snippets.

@CartBlanche
Created June 4, 2012 19:23
Show Gist options
  • Save CartBlanche/2870291 to your computer and use it in GitHub Desktop.
Save CartBlanche/2870291 to your computer and use it in GitHub Desktop.
MonoDevelop
Dominiques-MacBook-Pro:monodevelop savagesoftware$ ./configure --profile=mac
Configuring package: main
-------------------------
Configuration options: --disable-update-mimedb --disable-update-desktopdb --disable-gnomeplatform --enable-macplatform --enable-tests
**Error**: You must have `autoconf' installed to compile MonoDevelop.
Download the appropriate package for your distribution, or get the
source at ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.61.tar.bz2
(or a newer version if it is available)
**Error**: You must have `automake' installed to compile MonoDevelop.
Download the appropriate package for your distribution, or get the
source at ftp://ftp.gnu.org/pub/gnu/automake/automake-1.10.1.tar.bz2
(or a newer version if it is available)
Dominiques-MacBook-Pro:monodevelop savagesoftware$ make
Makefile:1: main/monodevelop_version: No such file or directory
Makefile:11: config.make: No such file or directory
You must run configure first
make: *** [config.make] Error 1
Dominiques-MacBook-Pro:monodevelop savagesoftware$ echo $PATH
/Library/Frameworks/Mono.framework/Versions/Current/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin
Dominiques-MacBook-Pro:monodevelop savagesoftware$ echo $ACLOCAL_FLAGS
-I /Library/Frameworks/Mono.framework/Versions/Current/share/aclocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment