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
