This repository was archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
Add support for OS X #789
Copy link
Copy link
Closed
Milestone
Description
Right now, attempting to build the project from OS X fails with the following errors:
$ ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Running aclocal -I . ...
Running automake --gnu ...
configure.ac:3: installing './install-sh'
configure.ac:3: installing './missing'
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '501' is supported by ustar format... yes
checking whether GID '20' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for xbuild... /Library/Frameworks/Mono.framework/Versions/Current/Commands/xbuild
checking for mono... /Library/Frameworks/Mono.framework/Versions/Current/Commands/mono
checking for MONO... no
configure: error: Package requirements (mono >= 2.8) were not met:
No package 'mono' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables MONO_CFLAGS
and MONO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
It is very likely that the Makefile.am and/or configure.ac scripts need to be updated with specific sections or configurations to indicate where Mono can be found under OS X.
Unfortunately, I do not have a Mac, so I cannot work easily on this issue yet.
Metadata
Metadata
Assignees
Labels
No labels