Re: [Tinyos-help] Can't compile TinyOS-2.x Java tools on Mac OS X (10.5.7)

2009-06-13 Thread Andres Vahter
Problem solved - I had wrong permissions in my tinyos folder (/opt/ tinyos-2.x) and that caused all the problems. Admin didn't have permission to write and unfortunately "make" didn't give any indication about permission issue. Andres Vahter I don't think you need to reinstall the tools whe

Re: [Tinyos-help] Can't compile TinyOS-2.x Java tools on Mac OS X (10.5.7)

2009-06-09 Thread Chris Custine
I don't think you need to reinstall the tools when you change env vars but I could be wrong. Just out of curiosity, does the path net/tinyos/util even exist under /support/sdk/java and does it include about 5 *.java files? Chris -- Chris Custine FUSESource :: http://fusesource.com My Blog :: http

Re: [Tinyos-help] Can't compile TinyOS-2.x Java tools on Mac OS X (10.5.7)

2009-06-08 Thread Andres Vahter
It exists and contains: Crc.class Crc.java DiagMsg.java Dump.java Env.java Makefile Messenger.java package.html PrintStreamMessenger.java Just in case: /support/sdk/java contains: build.xml Makefile Makefile.include /net tinyos.jar Ideas? I don't think you need to reinstall the tools when

Re: [Tinyos-help] Can't compile TinyOS-2.x Java tools on Mac OS X (10.5.7)

2009-06-08 Thread Andres Vahter
I tried with: export CLASSPATH=$TOSROOT/support/sdk/java/:$TOSROOT/ support/sdk/java/tinyos.jar:.:$CLASSPATH It won't work either. tos-check-env shows: Classpath: /opt/tinyos-2.x/support/sdk/java/ /opt/tinyos-2.x/support/sdk/java/tinyos.jar . By the way do I have to do

[Tinyos-help] Can't compile TinyOS-2.x Java tools on Mac OS X (10.5.7)

2009-06-07 Thread Andres Vahter
Hi, I'am following tutorial from http://docs.tinyos.net/index.php/Installing_tinyos-2.x_on_Mac_OS_X_(Tiger_&_Leopard) to install TinyOS on my MacBook. And I ran into problems with Java. Here is what "make" told me when i was following the tutorial: ---