Hi guys,
I am attempting to build the latest integration. Starting from a blank slate I follow the instructions at
https://quantomatic.github.io
The build itself goes fine. The GUI starts and the message “Core Status: Waiting for connection" never goes away.
The output in the terminal is :
[info] Running quanto.gui.QuantoDerive
[info] /Users/kwb13215/working-copies/quantomatic/scala/.
[info] [INFO] [06/17/2015 10:00:29.509] [QuantoDerive-akka.actor.default-dispatcher-3] [akka://QuantoDerive/user/core] running core process
[info] use poly: /Users/kwb13215/working-copies/quantomatic/scala/poly
[info] core started
[info] 0.0project path: /Users/kwb13215/Code/QuantoProjects/zx-project-master-rd
[info] al it = (): unit
[info] val it = (): unit
[info] val run_protocol = fn: int -> unit -> unit
[info] val poll_future = fn: 'a future -> unit
A quick look at ps shows that the following are running:
8470 ttys000 0:00.06 -bash
9175 ttys000 2:56.87 /usr/bin/java -XX:+CMSClassUnloadingEnabled -Xms1536m
9222 ttys000 0:05.69 /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Cont
9223 ttys000 0:00.32 poly —ideprotocol
Any idea what’s going wrong?
I’m on Mac OS X 10.9.5; my polyML is 5.5.1 release; my java is :
$ java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
I also have a the Mac OS X bundle from the webpage which runs fine, but I have encountered a couple of bugs that I was hoping were fixed in the latest.
-r
p.s. what is the required invocation to build the mac app version anyway?