ralphy wrote: > Hi Philippe, > > When trying to build from git commit > (4ff147b2fbda6435bfc137bde7054ed0f0dc031f) I'm getting; > > > Code: -------------------- > > cc -Wall -fPIC -ggdb -O2 -I. -I./squeezetiny -I../../raop_play/src -I./tools -I./squeeze2raop -I./squeeze2raop/inc -I/usr/include/memcheck -I/usr/include/valgrind -I../../libupnp/1.6.19/ixml/inc -I../../libupnp/1.6.19/upnp/inc -I../../mdnssd -I../../mpg123/src/libmpg123 -I../../flac/include -I../../faad2/include -I../../libmad -I../../soxr/src -I../../http_fetcher/include -I../../tinysvcmdns -DHAVE_STDINT_H -DRESAMPLE -DNDEBUG ./squeezetiny/output_raop.c -c -o bin/armv5hf/output_raop.o > ./squeezetiny/output_raop.c:25:25: error: raop_client.h: No such file or directory > ./squeezetiny/output_raop.c:26:26: error: alac_wrapper.h: No such file or directory > ./squeezetiny/output_raop.c: In function 'output_raop_thread': > ./squeezetiny/output_raop.c:84: warning: implicit declaration of function 'raopcl_accept_frames' > ./squeezetiny/output_raop.c:96: warning: implicit declaration of function 'pcm_to_alac_fast' > ./squeezetiny/output_raop.c:97: warning: implicit declaration of function 'raopcl_send_chunk' > ./squeezetiny/output_raop.c:103: warning: implicit declaration of function 'NTP2MS' > ./squeezetiny/output_raop.c:119: warning: implicit declaration of function 'raopcl_queued_frames' > ./squeezetiny/output_raop.c:119: warning: implicit declaration of function 'raopcl_latency' > ./squeezetiny/output_raop.c: In function 'output_raop_thread_init': > ./squeezetiny/output_raop.c:149: warning: implicit declaration of function 'raopcl_sample_rate' > make: *** [bin/armv5hf/output_raop.o] Error 1 > -------------------- > > > > ralphy@pplugpro:~/source/LMS-to-Raop$ find . -name raop_client.h > ralphy@pplugpro:~/source/LMS-to-Raop$ find . -name alac_wrapper.h > > It appears the alac decoder files are incognito too, perhaps others. > > Thanks,
I made this change where now the RAOP part is managed as a separated piece that can be found on my githib under https://github.com/philippe44/RAOP-Player. The logic was to separate things better. Sorry for the incovenience LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1, PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne, JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+, Odroid-C1, Cubie2 ------------------------------------------------------------------------ philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=105198 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
