[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Help compiling Ruby Java Bridge on OS X?

jared.r.richardson@gmail.com

9/3/2006 1:45:00 AM

Hi all,

I'm stuck so I thought'd I ping out to see if anyone else has done
this. Of course, asking for help is the best to be sure I find the
answer myself in 10 minutes. :)

I'm on the latest version of OS X w/an Intel chip. I'm running Ruby
1.8.4

I'm trying to install the Ruby Java Bridge and it needs to compile
native extensions. mkmf says it's failing because it can't find jni.h

Here's the trace:

jrr-mbp:~/Desktop/Ruby Java Bridge Projects/rjb-1.0.0 jared$ ruby
setup.rb config
---> bin
<--- bin
---> lib
<--- lib
---> ext
/usr/local/bin/ruby "/Users/jared/Desktop/Ruby Java Bridge
Projects/rjb-1.0.0/ext/extconf.rb"
*** /Users/jared/Desktop/Ruby Java Bridge
Projects/rjb-1.0.0/ext/extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.

Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=/Users/jared/Desktop/Ruby Java Bridge
Projects/rjb-1.0.0/ext
--curdir
--ruby=/usr/local/bin/ruby
setup.rb:535:in `command': 'system /usr/local/bin/ruby
"/Users/jared/Desktop/Ruby Java Bridge
Projects/rjb-1.0.0/ext/extconf.rb" ' failed (RuntimeError)
from setup.rb:1112:in `extconf'
from setup.rb:1107:in `config_dir_ext'
from setup.rb:1321:in `traverse'
from setup.rb:1338:in `dive_into'
from setup.rb:1319:in `traverse'
from setup.rb:1313:in `exec_task_traverse'
from setup.rb:1308:in `exec_task_traverse'
from setup.rb:1097:in `exec_config'
from setup.rb:878:in `exec_config'
from setup.rb:710:in `invoke'
from setup.rb:674:in `invoke'
from setup.rb:1352
jrr-mbp:~/Desktop/Ruby Java Bridge Projects/rjb-1.0.0 jared$


Here's the ext/mkmf.log file

jrr-mbp:~/Desktop/Ruby Java Bridge Projects/rjb-1.0.0 jared$ cat
ext/mkmf.log
have_header: checking for jni.h... -------------------- no

"gcc -E -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.5.2 -g -O2 -pipe
-fno-common conftest.c -o conftest.i"
conftest.c:1:17: error: jni.h: No such file or directory
checked program was:
/* begin */
#include <jni.h>
/* end */

--------------------

Any help would be appreciated!

Jared
http://jaredrich...

2 Answers

rickhg12hs

9/4/2006 10:15:00 PM

0

> I'm trying to install the Ruby Java Bridge and it needs to compile
> native extensions. mkmf says it's failing because it can't find jni.h

Is your JAVA_HOME environment variable set?

jared.r.richardson@gmail.com

9/5/2006 5:01:00 PM

0


rickhg12hs wrote:
> > I'm trying to install the Ruby Java Bridge and it needs to compile
> > native extensions. mkmf says it's failing because it can't find jni.h
>
> Is your JAVA_HOME environment variable set?

JAVA_HOME is not set. The main page (http://rjb.ruby...) says
not to set it for OS X. I did set it at one point to see it would make
a difference, but it didn't. I'm new to OS X, so I'm not sure I set it
to what the program would be looking for anyway.

Is your experience different?

Jared
http://jaredrich...