Hi,
I installed boost in a non-standard location and call
./configure --with-boost=/usr/local
With todays trunk I get this below, but the issue may be some days old. I have
not yet found the exact commit who caused this. Note the wrong path:
g++: error: /usr/local/lib/libboost_thread.a: No such file or directory
Any ideas?
Thanks,
JensG
libtool: link: g++ -Wall -Wextra -pedantic -g -O2 -std=c++11 -o
.libs/TSocketInterruptTest TSocketInterruptTest.o -L/usr/local/lib
./.libs/libtestgencpp.a
/home/jens/Arbeitsfläche/Thrift/haxe/lib/cpp/.libs/libthrift.so
/usr/local/lib/libboost_unit_test_framework.a /usr/local/lib/libboost_chrono.a
/usr/local/lib/libboost_system.a /usr/local/lib/libboost_thread.a -lssl
-lcrypto -lrt -lpthread
g++: error: /usr/local/lib/libboost_thread.a: No such file or directory
Makefile:1034: recipe for target 'TSocketInterruptTest' failed
make[5]: *** [TSocketInterruptTest] Error 1
make[5]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/haxe/lib/cpp/test'
Makefile:1359: recipe for target 'check-am' failed
make[4]: *** [check-am] Error 2
make[4]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/haxe/lib/cpp/test'
Makefile:1362: recipe for target 'check' failed
make[3]: *** [check] Error 2
make[3]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/haxe/lib/cpp/test'
Makefile:1564: recipe for target 'check-recursive' failed
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/haxe/lib/cpp'
Makefile:536: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/haxe/lib'
Makefile:600: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1