Barracuda09 / SATPI

SATIP server for linux, suitable to run on an Raspberry Pi, Vu+, GigaBlue or any other linux box. currently supporting DVB-S/S2/T/C and transform DVB-S requests to DVB-C
http://barracuda09.github.io/SATPI
GNU General Public License v2.0
155 stars 32 forks source link

DVBCA=yes: Error while crosscompiling #131

Open Wonderwuzi2000 opened 3 years ago

Wonderwuzi2000 commented 3 years ago

Downloaded the newest version of satpi today and tried to cross compile if for testing on a VU+ Vuduo2 STB.

Started with: make debug ENIGMA=yes LIBDVBCSA=yes DVBCA=yes

Received the following error message:

src/main.cpp: In function ‘int main(int, char**)’: src/main.cpp:349:4: error: ‘DVBCA’ was not declared in this scope 349 | DVBCA dvbca; | ^~~~~ src/main.cpp:350:4: error: ‘dvbca’ was not declared in this scope 350 | dvbca.startThread(); | ^~~~~

Barracuda09 commented 3 years ago

Hi @Wonderwuzi2000

Thanks for giving this a try!

But unfortunately does DVBCA=yes not work, as it is still a work in progress.

Wonderwuzi2000 commented 3 years ago

Hi @Barracuda09

Sorry - i misunderstood the wiki by thinking i could give a "a work in progress" a first try.