Hi, 

I'm trying to compile the HubNet Web Extension, to use ti included web 
client with HubNet/NetLogo. I'm on mac. I get this error:

$ sudo make -f Makefile 
./bin/sbt update compile
make: ./bin/sbt: Permission denied

This is the makefile:

ifeq ($(origin NETLOGO), undefined)
  NETLOGO=../NetLogo-5.1.0-Mac/NetLogo.jar
endif

ifeq ($(origin SCALA_HOME), undefined)
  SCALA_HOME=../scala-2.11.2/bin/
endif

SRCS=$(wildcard src/main/scala/*.scala)

hubnet-web.jar: $(SRCS) manifests/web.txt Makefile
./bin/sbt update compile
jar cmf manifests/web.txt hubnet-web.jar -C target/scala_2.9.1/classes/ .
cp lib_managed/scala_2.9.1/compile/*.jar .


I modified only the lines: 
NETLOGO=../NetLogo-5.1.0-Mac/NetLogo.jar
SCALA_HOME=../scala-2.11.2/bin/

Thanks, 

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to