p...@paullaight.com
unread,Oct 9, 2018, 4:06:11 PM10/9/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fix8 support
Hi there,
I'm attempting to build Fix8 on Mac OS Mojave and when I run make (after ./bootstrap and ./configure) I get the following error, which I'm struggling with:
In file included from hftest.cpp:126:
./hftest.hpp:48:21: warning: private field '_session' is not used [-Wunused-private-field]
hf_session_client& _session;
^
7 warnings generated.
mv -f .deps/hftest.Tpo .deps/hftest.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -I../include -g -O2 -std=c++11 -Wall -lfix8 -lpthread -lPocoFoundation -lPocoNet -lPocoUtil -lPocoXML -L../runtime -lhftest -lz -o hftest hftest.o
libtool: link: g++ -I../include -g -O2 -std=c++11 -Wall -o .libs/hftest hftest.o -Wl,-bind_at_load /Users/plaight/Documents/NanoLogTest/fix8-1.4.0/runtime/.libs/libfix8.dylib -lpthread -lPocoFoundation -lPocoNet -lPocoUtil -lPocoXML -L../runtime -lhftest -lz
ld: library not found for -lhftest
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [hftest] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
I've obviously tried googling but I can't seem to work out a solution,
Thanks in advance for any help or pointers