Hi 

I am on to get singa up running under mac. I will write a developer
introduction on this. but one problem. I get the following message 

Undefined symbols for architecture x86_64:
  "google::protobuf::Message::DebugString() const", referenced from:
      singa::Channel::Send(google::protobuf::Message const&) in
channel.cc.o
 
"google::protobuf::Message::SerializeToOstream(std::__1::basic_ostream<char,
std::__1::char_traits<char> >*) const", referenced from:
      singa::Channel::Send(google::protobuf::Message const&) in
channel.cc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[2]: *** [lib/libsinga_utils.dylib] Error 1
make[1]: *** [src/CMakeFiles/singa_utils.dir/all] Error 2
make: *** [all] Error 2 

I installed protobuf 2.6.0 and set the variables via: 

export LD_LIBRARY_PATH=/usr/local/Cellar/protobuf/2.6.1/ 

export LIBRARY_PATH=/usr/local/Cellar/protobuf/2.6.1/ 

export DYLD_LIBRARY_PATH=/usr/local/Cellar/protobuf/2.6.1/ 

maybe someone has a hint.... 

-- 

master-studios.net - Intelligent Software / Consulting / Research 

+43 (0)699 / 102 69 056, Vienna, Austria

Reply via email to