Guten Abend,
habe in den letzten 48 Stunden eine Menge gelernt, aber nu' reicht mein Grundverständnis nicht mehr aus. In der Installations-Anleitung zu SBFspot steht folgendes:
...
Let's untar the source code:
cd /home/pi/sbfspot.3
tar -xvf SBFspot_SRC_301_Linux_Win32.tar.gz
and compile SBFspot with Sqlite support in /usr/local/bin/sbfspot.3:
cd /home/pi/sbfspot.3/SBFspot
sudo make install_sqlite
When you see this warning, simply ignore it: "Warning: swp{b} use is deprecated for this architecture". Don't worry too much about the SWP warnings.
You should see this on your screen:
.....
Bis hinter das Entpacken der .tar bin ich gekommen. Aber was bitte bedeutet "and compile SBFspot with Sqlite support in /usr/local/bin/sbfspot.3:"??? Was genau muss ich dort tun?
Sobald ich den letzten Befehl eingebe, folgt
pi@raspberrypi:~/sbfspot.3/SBFspot $ sudo make install_sqlite
test -d bin/Release_SQLite || mkdir -p bin/Release_SQLite
test -d obj/Release_SQLite || mkdir -p obj/Release_SQLite
g++ -Wall -O2 -DUSE_SQLITE -c boost_ext.cpp -o obj/Release_SQLite/boost_ext.o
In file included from boost_ext.cpp:35:0:
boost_ext.h:39:29: fatal error: boost/version.hpp: Datei oder Verzeichnis nicht gefunden
#include <boost/version.hpp>
^
compilation terminated.
makefile:153: recipe for target 'obj/Release_SQLite/boost_ext.o' failed
make: *** [obj/Release_SQLite/boost_ext.o] Error 1
pi@raspberrypi:~/sbfspot.3/SBFspot $
Da ich mich bisher sklavisch an die Anweisung gehalten habe, die Suchfunktion auch nichts einbringt, bitte ich Euch um Hilfe.
Gute Nacht, Mike
Moin vmax
Sehe dir diese beiden mal an.
Ist noch nicht Fertig aber es wird.
https://forum.fhem.de/index.php/topic,51569.0.html (https://forum.fhem.de/index.php/topic,51569.0.html)
Läuft bei mir bestens.
https://forum.fhem.de/index.php/topic,42688.0.html (https://forum.fhem.de/index.php/topic,42688.0.html)