Re: [Help needed] eegdev: FTBFS: ./doc/examples/library-usage/eegdev_acq.c:214: undefined reference to `rpl_free'

2021-11-02 Thread Nilesh Patra
On 11/2/21 7:18 PM, Aaron M. Ucko wrote: Nilesh Patra writes: libeegdev incorporates rpl_free and other needed rpl_* functions with hidden visibility, so purely for its own use. Okay, this was a very useful hint. Thanks a lot, I appended needed stuff at a couple more places and it works as in

Re: [Help needed] eegdev: FTBFS: ./doc/examples/library-usage/eegdev_acq.c:214: undefined reference to `rpl_free'

2021-11-02 Thread Aaron M. Ucko
Nilesh Patra writes: > I have no idea why it can not find free() -- looks like something changed > with new autotools. > I don't know much about autotools, and need help to figure out what might be > wrong -- would you have any pointers? These errors look like fallout from a new check: > chec

[Help needed] eegdev: FTBFS: ./doc/examples/library-usage/eegdev_acq.c:214: undefined reference to `rpl_free'

2021-11-02 Thread Nilesh Patra
Hi all, On Sat, 23 Oct 2021 21:11:26 +0200 Lucas Nussbaum wrote: Source: eegdev Version: 0.2-5 Relevant part (hopefully): > /usr/bin/ld: library-usage/eegdev_acq.o: in function `main': > ./doc/examples/library-usage/eegdev_acq.c:214: undefined reference to `rpl_free' > /usr/bin/ld: ./doc/examp