thomasbruggink opened a new pull request, #2947:
URL: https://github.com/apache/thrift/pull/2947

   The Kotlin autoconfig script was missing a `test` causing it to try and 
execute `x/usr/local/bin/gradle` instead of test for its existence. This 
resulted in the following error:
   ```
   ./configure: line 15049: x/usr/local/bin/gradle: No such file or directory
   ```
   
   Adding `test` results in the configuration succeeding. Configure output now:
   ```
   thrift 0.21.0
   
   Building C (GLib) Library .... : yes
   Building C++ Library ......... : yes
   Building Common Lisp Library.. : yes
   Building D Library ........... : yes
   Building Dart Library ........ : yes
   Building .NET Standard Library : yes
   Building Erlang Library ...... : yes
   Building Go Library .......... : yes
   Building Haxe Library ........ : yes
   Building Java Library ........ : yes
   Building Kotlin Library ...... : yes
   Building Lua Library ......... : yes
   Building NodeJS Library ...... : yes
   Building Perl Library ........ : yes
   Building PHP Library ......... : yes
   Building Python Library ...... : yes
   Building Py3 Library ......... : yes
   Building Ruby Library ........ : yes
   Building Rust Library ........ : yes
   Building Swift Library ....... : yes
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to