[
https://issues.apache.org/jira/browse/THRIFT-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15048273#comment-15048273
]
David Laxer commented on THRIFT-3358:
-------------------------------------
This is probably the wrong forum, but …
I just tried building Thrift and got an error running
./configure:
...
checking for erl... /usr/local/lib/erlang/erts-5.9.1/bin/erl
checking for erlc... /usr/local/lib/erlang/erts-5.9.1/bin/erlc
checking for erlc... /usr/local/lib/erlang/erts-5.9.1/bin/erlc
checking for erl... /usr/local/lib/erlang/erts-5.9.1/bin/erl
checking for Erlang/OTP library base directory... configure: error: in
`/Users/davidlaxer/thrift':
configure: error: test Erlang program execution failed
See `config.log' for more details
I downloaded Erlang/OTP from git and built it:
$ erl -version
Erlang (SMP,ASYNC_THREADS,HIPE) (BEAM) emulator version 5.9.1
> Makefile:1362: *** missing separator. Stop.
> --------------------------------------------
>
> Key: THRIFT-3358
> URL: https://issues.apache.org/jira/browse/THRIFT-3358
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Environment: OS X 10.10.5
> Reporter: David Laxer
>
> Hi
> I pulled the latest changes to 'thrift' from git.
> $ make
> ...
> /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
> Making all in compiler/cpp
> /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
> make[3]: Nothing to be done for `all-am'.
> Making all in lib
> Making all in cpp
> Making all in .
> make[4]: Nothing to be done for `all-am'.
> Making all in test
> Makefile:1362: *** missing separator. Stop.
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> I would look for a 'tab problem' on line 1362, however, all the makefile have
> less lines.
> wc Make*
> 971 3539 30816 Makefile
> 56 232 1441 Makefile.am
> 971 3533 30442 Makefile.in
> 1998 7304 62699 total
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)