Snapcast: fatal error: 'popl.hpp' file not found #include "popl.hpp"

Created on 1 Dec 2017  Â·  2Comments  Â·  Source: badaix/snapcast

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

Most helpful comment

Have you checked out the externals?
git submodule update --init --recursive

All 2 comments

Have you checked out the externals?
git submodule update --init --recursive

popl is now included in the project

Was this page helpful?
0 / 5 - 0 ratings

Related issues

badaix picture badaix  Â·  3Comments

raph2i picture raph2i  Â·  7Comments

airdrummingfool picture airdrummingfool  Â·  4Comments

dantheperson picture dantheperson  Â·  4Comments

markbeekhuis picture markbeekhuis  Â·  3Comments