Hi,
I've been hacking around with Manos for a bit now on OSX and was doing
fine until this
commit. I'm fine on the C#/Mono stuff but not so hot on the native
stuff on OSX. So basically,
I assume I need to build the native libmanos into a binary (a .dylib?)
so it can be resolved
at runtime. I've (after a lot of googling/headscratching) got make to
run through and it appears
to have done a bunch of stuff but I can't see a libmanos.dylib
anywhere. Am I completely missing
something here?
At the moment, when I run Manos it falls over on the static IOLoop
constructor where it makes the
first Pinvoke call to libmanos (manos_init) - not finding the library.
Any clues?
Thanks,
Jim