Hi Biostars,
I am trying to install Mugsy on mac os x. I am having a really hard time to compile it...
The make commaned gives me 100's of errors.
synchain-mugsy.cpp:86:36: error: boost/graph/graphviz.hpp: No such file or directory synchain-mugsy.cpp:87:42: error: boost/graph/adjacencylist.hpp: No such file or directory synchain-mugsy.cpp:88:44: error: boost/graph/adjacencymatrix.hpp: No such file or directory synchain-mugsy.cpp:89:35: error: boost/unordered_set.hpp: No such file or directory
...
field ‘printlabel’ declared void graph.h:380: error: ‘OrientedLabelSet’ was not declared in this scope graph.h:380: error: ‘i’ was not declared in this scope make[1]: * [synchain-mugsy.o] Error 1 make: * [synchain_mugsy] Error 2
has anyone successfully compliled on a mac? any help would be appreciated!
thanks, Seems like I am missing all kind of dependencies. Most of them I am unable to install. gpgme seems the hardest nut to crack
I am running Mac OS 10.8, and just tried downloading the Mugsy sources. I have all the correct development libraries, and it still refuses to build. There is little hope for trivially producing a native Mac binary at this time.
ok, thanks for giving it a shot...