problems compiling jruby, missing invokedynamic support

View: New views
4 Messages — Rating Filter:   Alert me  

problems compiling jruby, missing invokedynamic support

by Stephen Bannasch-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm trying to compile jruby in eclipse and am now getting many errors
relating to invokedynamic

Some of the imports in org.jruby.runtime.invokedynamic don't resolve

   example: import java.dyn.CallSite

There used to be invokedynamic.jar in build_lib/

This is on Mac OS X using Java 1.5

Anybody know if I need Java 1.6 to compile JRuby now?


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: problems compiling jruby, missing invokedynamic support

by Damian Steer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 21 Jun 2009, at 14:41, Stephen Bannasch wrote:

> I'm trying to compile jruby in eclipse and am now getting many  
> errors relating to invokedynamic
>
> Some of the imports in org.jruby.runtime.invokedynamic don't resolve
>
>  example: import java.dyn.CallSite
>
> There used to be invokedynamic.jar in build_lib/

Try build_lib/indy_mock.jar.

Damian

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: problems compiling jruby, missing invokedynamic support

by Stephen Bannasch-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>On 21 Jun 2009, at 14:41, Stephen Bannasch wrote:
>
>>I'm trying to compile jruby in eclipse and am now getting many
>>errors relating to invokedynamic
>>
>>Some of the imports in org.jruby.runtime.invokedynamic don't resolve
>>
>>  example: import java.dyn.CallSite
>>
>>There used to be invokedynamic.jar in build_lib/
>
>Try build_lib/indy_mock.jar.
>
>Damian

Thanks.

That and a few other changes in .classpath for Eclipse are in a patch here:

   http://jira.codehaus.org/browse/JRUBY-3766

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Parent Message unknown Re: problems compiling jruby, missing invokedynamic support

by Charles Oliver Nutter-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Jun 21, 2009 at 12:36 PM, Stephen
Bannasch<stephen.bannasch@...> wrote:
> That and a few other changes in .classpath for Eclipse are in a patch here:
>
>  http://jira.codehaus.org/browse/JRUBY-3766

Applied to master...thank you :)

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email