Hi,
Please check current master, I think that you have same problem as
reported (and solved) in https://issues.apache.org/jira/browse/THRIFT-2906
Best,
Konrad
W dniu 2014-12-15 o 21:28, Randy Heiland pisze:
Hi,
I’m trying to build from github, on OSX (10.9), and get the following error:
...
libtool: link: g++ -Wall -Wextra -pedantic -I/usr/local/ssl/include -std=c++11
-o .libs/processor_test processor/ProcessorTest.o processor/EventLog.o
processor/ServerThread.o -Wl,-bind_at_load -L/usr/local/lib
./.libs/libprocessortest.a ../../../lib/cpp/.libs/libthrift.dylib
../../../lib/cpp/.libs/libthriftnb.dylib /usr/local/lib/libevent.dylib
-l:libboost_unit_test_framework.a -lssl -lcrypto -lpthread
ld: library not found for -l:libboost_unit_test_framework.a
I do have /usr/local/lib/libboost_unit_test_framework.a
I saw https://issues.apache.org/jira/browse/THRIFT-2799
Any advice?
thanks, Randy