I am using xcode
to work with SNAP
package (http://memetracker.org).
When I Build, I get a few "Apple Mach-O Linker (Id) Error"
I read that I may have to add the right framework but I do not know how I can find what the right framework is.
Undefined symbols for architecture x86_64:
"_Env", referenced from:
_main in cliquesmain.o
"ExeStop(char const*, char const*, char const*, char const*, int const&)", referenced from:
TPt<TUNGraph>::operator->() const in cliquesmain.o
TVec<TVec<TInt, int>, int>::operator[](int const&) in cliquesmain.o
TVec<TInt, int>::operator[](int const&) in cliquesmain.o
TPt<TExcept>::operator->() const in cliquesmain.o
TRStr::GetNullRStr() in cliquesmain.o
TRStr::~TRStr() in cliquesmain.o
TVec<TInt, int>::operator[](int const&) const in cliquesmain.o
...
"WrNotify(char const*, char const*)", referenced from:
ErrNotify(char const*) in cliquesmain.o
"TCliqueOverlap::GetCPMCommunities(TPt<TUNGraph> const&, int, TVec<TVec<TInt, int>, int>&)", referenced from:
_main in cliquesmain.o
.....