aturley / osc-pony

An Open Sound Control library for pony
MIT License
4 stars 1 forks source link

Problem building examples #6

Closed jkleiser closed 8 years ago

jkleiser commented 8 years ago

I’d like to try your osc-pony, but for some reason I have trouble building the examples. This is what happens:

$ ponyc examples/receive/
Building builtin -> /Volumes/P3/ponyc/packages/builtin
Building examples/receive/ -> /Volumes/P3/Pony/osc-pony/examples/receive
Building net -> /Volumes/P3/ponyc/packages/net
Building collections -> /Volumes/P3/ponyc/packages/collections
Building ponytest -> /Volumes/P3/ponyc/packages/ponytest
Building time -> /Volumes/P3/ponyc/packages/time
Error:
../src/osc-pony: couldn't locate this path
Error:
/Volumes/P3/Pony/osc-pony/examples/receive/receive.pony:9:1: can't load package '../src/osc-pony'
use "../src/osc-pony"
^

Doing ponyc examples/send/ gives similar Error.

By the way, your README.md says ponyc send/send/.

jkleiser commented 8 years ago

I’m using ponyc 0.2.1-836-gf22896f on a Mac (OSX 10.11.4).

aturley commented 8 years ago

Ah, sorry about that. @SeanTAllen and I moved some things around last night, and we probably missed something. I'll take a look.

aturley commented 8 years ago

OK, I pushed the fix, it should work now.

jkleiser commented 8 years ago

Thanks a lot! Works fine. ;-)