Hi,
I tried to install snapclient on my mac but I encounter that error:
antoinehabran  MyMAC  ~  …  client  master  $ make TARGET=MACOS
g++ -std=c++0x -Wall -Wno-unused-function -O3 -DASIO_STANDALONE -DVERSION=\"0.12.0\" -I. -I.. -isystem ../externals/asio/asio/include -I../externals/popl/include -I../externals/aixlog/include -DMACOS -DHAS_OGG -DHAS_COREAUDIO -DFREEBSD -DHAS_BONJOUR -DHAS_DAEMON -I/usr/local/include -Wno-unused-local-typedef -Wno-deprecated -c snapClient.cpp -o snapClient.o
snapClient.cpp:22:10: fatal error: 'popl.hpp' file not found
#include "popl.hpp"
^~~~~~~~~~
1 error generated.
make: *** [snapClient.o] Error 1
I searched for popl with homebrew and I googled this error but nothing helped me.
Do you have a solution or something?
Thx
Have you checked out the externals?
git submodule update --init --recursive
popl is now included in the project
Most helpful comment
Have you checked out the externals?
git submodule update --init --recursive