-
-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build error on Mac OS X #176
Comments
To establish the versions of intltool, automake and autoconf I have installed: Mike-Lawrences-MacBook-Pro:SparkleShare mike$ intltool-extract --version This is free software; see the source for copying conditions. There is NO Mike-Lawrences-MacBook-Pro:SparkleShare mike$ automake --version Written by Tom Tromey tromey@redhat.com Mike-Lawrences-MacBook-Pro:SparkleShare mike$ autoconf --version Written by David J. MacKenzie and Akim Demaille. |
I've no clue what's going on here... Can't you try with macports for some reason? |
I got this working by downloading nls.m4 and placing it in /usr/local/share/aclocal/nls.m4 I used homebrew to install intltools, etc. nls.m4: nls.m4 serial 3 (gettext-0.15)dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc. dnl Authors: AC_PREREQ(2.50) AC_DEFUN([AM_NLS], |
@mike-lawrence did that fix it for you? |
The addition of 'nls.m4' fixed it for me. I had the same issue as mike. |
Didn't work for me, I had to add nls.m4 to build/ - there may be something I'm missing though (i.e., do I have to run something after I copy nsl.m4 to /usr/local/share/aclocal? |
any luck now? |
Try to install gettext from source too. This worked for me. |
I got farther with |
Cloned the repo with git, read the README, grabbed mono, monodevelop, & monomac, didn't use macports but instead downloaded and installed automake and intltool from source. Upon running ./autogen.sh, I get the error:
Mike-Lawrences-MacBook-Pro:SparkleShare mike$ ./autogen.sh
gnome-doc-utils not found; user help will not be built
Submodule 'SmartIrc4net' (git://git.qnetp.net/smartirc4net.git) registered for path 'SmartIrc4net'
Cloning into SmartIrc4net...
remote: Counting objects: 1743, done.
remote: Compressing objects: 100% (680/680), done.
remote: Total 1743 (delta 1182), reused 1487 (delta 1011)
Receiving objects: 100% (1743/1743), 366.69 KiB | 257 KiB/s, done.
Resolving deltas: 100% (1182/1182), done.
Submodule path 'SmartIrc4net': checked out '036e2233aea9bd3b4a30f8c5136daff0187eb5ec'
Running intltoolize --force --copy ...
You should add the contents of '/usr/local/share/aclocal/intltool.m4' to 'aclocal.m4'.
Running glibtoolize --force --copy --automake ...
Running aclocal -I build/m4/sparkleshare -I build/m4/shamrock -I build/m4/shave -I build/m4 ...
Running autoconf ...
configure.ac:25: warning: AM_NLS is m4_require'd but not m4_defun'd
aclocal.m4:162: IT_PROG_INTLTOOL is expanded from...
configure.ac:25: the top level
configure:2625: error: possibly undefined macro: AM_NLS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
Error: Could not run autoconf, which is required to configure sparkleshare
The text was updated successfully, but these errors were encountered: