Skip to content

Instantly share code, notes, and snippets.

@ptone
Created November 11, 2012 02:16
Show Gist options
  • Save ptone/4053386 to your computer and use it in GitHub Desktop.
Save ptone/4053386 to your computer and use it in GitHub Desktop.
element:src$ git clone https://code.google.com/p/open-lighting/ ola
Cloning into 'ola'...
remote: Counting objects: 26969, done.
remote: Finding sources: 100% (26969/26969), done.
remote: Total 26969 (delta 19524)
Receiving objects: 100% (26969/26969), 8.96 MiB | 1.17 MiB/s, done.
Resolving deltas: 100% (19524/19524), done.
element:src$ cd ola/
element:ola (master)$ autoreconf -i
configure.ac:21: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:54: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1
element:ola (master)$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
element:ola (master)$ autoreconf --version
autoreconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment