hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.89k stars 576 forks source link

Fail to ./configure under Lion #386

Closed paymail closed 13 years ago

paymail commented 13 years ago

Configure under lion fails - ./configure: line 2424: syntax error near unexpected token `0.40.6

I compiled automake intltool and dependencies using homebrew.

SparkleShare mctouch$ ./autogen.sh 
gnome-doc-utils not found; user help will not be builtRunning intltoolize --force --copy ...
You should update your 'aclocal.m4' by running aclocal.
Running glibtoolize --force --copy --automake ...
Running aclocal -I build/m4/sparkleshare -I build/m4/shamrock -I build/m4/shave -I build/m4 ...
Running autoconf ...
Running automake --gnu --add-missing --force --copy -Wno-portability -Wno-portability ...
Running SmartIrc4net/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  ...
Running autoconf ...
Skipping configure process.
Done running SmartIrc4net/autogen.sh ...
WARNING: I am going to run configure without any arguments.
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for pkg-config... /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config
./configure: line 2424: syntax error near unexpected token `0.40.6'
./configure: line 2424: `IT_PROG_INTLTOOL(0.40.6)'
Error: Could not run ./configure, which is required to configure sparkleshare
hbons commented 13 years ago

Can you use MacPorts instead? There are a lot of problems building with homebrew so I decided to remove it from the build instructions...

paymail commented 13 years ago

I can't really do that as I am dependant on my homebrew configuration for my other opensource project http://kivy.org. I might be able to run it up on a laptop I have here but it took me 4 hours to get this far. Is anybody close to a working Lion binary?

hbons commented 13 years ago

No, it blocks on an external bug. see #346 On Oct 27, 2011 6:14 PM, "paymail" < reply@reply.github.com> wrote:

I can't really do that as I am dependant on my homebrew configuration for my other opensource project http://kivy.org. I might be able to run it up on a laptop I have here but it took me 4 hours to get this far. Is anybody close to a working Lion binary?

Reply to this email directly or view it on GitHub: https://github.com/hbons/SparkleShare/issues/386#issuecomment-2546410