Hi James
I'm not a nsm user, but anyhow, I checked out your git and try the branch nsm-support.
The build fail here with:
Code: Select all
Linking C executable petri-foo
CMakeFiles/petri-foo.dir/session.c.o: In function `session_poll_nsm_events':
session.c:(.text+0x7a7): undefined reference to `lo_server_wait'
CMakeFiles/petri-foo.dir/session.c.o: In function `session_init':
session.c:(.text+0xa39): undefined reference to `lo_address_get_protocol'
session.c:(.text+0xc25): undefined reference to `lo_server_wait'
collect2: ld returned 1 exit status
make[2]: *** [gui/petri-foo] Fehler 1
make[1]: *** [gui/CMakeFiles/petri-foo.dir/all] Fehler 2
make: *** [all] Fehler 2
witch properly wouldn't surprise you. Yep, I haven’t NSM installed.
I just wonder if you would make the build with NSM support optional /configure depend for your release?
Otherwise, the master branch build fine here. Also petri-foo run nice.
The sample editor is great, a lot of fun to extract some samples for a loop from a "longer" file, and play them on the keyboard.
greets
hermann