Quantcast
Channel: SBFspot Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 360

Commented Unassigned: compiling error on debian jessie [139]

$
0
0
Hi,

I followed the guide for raspberry pi and try to compile the newest version (SBFspot_SRC_312_Linux_Win32.tar.gz).

It stops with this error:

```
boost_ext.cpp:52:1: error: expected ‘}’ at end of input
}
^
boost_ext.cpp: At global scope:
boost_ext.cpp:52:1: error: expected ‘}’ at end of input
makefile:153: recipe for target 'obj/Release_SQLite/boost_ext.o' failed
make: *** [obj/Release_SQLite/boost_ext.o] Error 1
```

Any idea what might be wrong?

Comments: Seems there is nothing to fix. Just compiled V3.1.2 without issues. _“Warning: swp{b} use is deprecated for this architecture”_ warnings are gone too. ``` pi@rpi01:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)" NAME="Raspbian GNU/Linux" pi@rpi01:~ $ gcc -v gcc version 4.9.2 (Raspbian 4.9.2-10) pi@rpi01:~/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 g++ -Wall -O2 -DUSE_SQLITE -c db_SQLite.cpp -o obj/Release_SQLite/db_SQLite.o g++ -Wall -O2 -DUSE_SQLITE -c db_SQLite_Export.cpp -o obj/Release_SQLite/db_SQLite_Export.o g++ -Wall -O2 -DUSE_SQLITE -c misc.cpp -o obj/Release_SQLite/misc.o g++ -Wall -O2 -DUSE_SQLITE -c strptime.cpp -o obj/Release_SQLite/strptime.o g++ -Wall -O2 -DUSE_SQLITE -c sunrise_sunset.cpp -o obj/Release_SQLite/sunrise_sunset.o g++ -Wall -O2 -DUSE_SQLITE -c SBFNet.cpp -o obj/Release_SQLite/SBFNet.o g++ -Wall -O2 -DUSE_SQLITE -c Bluetooth.cpp -o obj/Release_SQLite/Bluetooth.o g++ -Wall -O2 -DUSE_SQLITE -c CSVexport.cpp -o obj/Release_SQLite/CSVexport.o g++ -Wall -O2 -DUSE_SQLITE -c Ethernet.cpp -o obj/Release_SQLite/Ethernet.o g++ -Wall -O2 -DUSE_SQLITE -c EventData.cpp -o obj/Release_SQLite/EventData.o g++ -Wall -O2 -DUSE_SQLITE -c ArchData.cpp -o obj/Release_SQLite/ArchData.o g++ -Wall -O2 -DUSE_SQLITE -c SBFspot.cpp -o obj/Release_SQLite/SBFspot.o g++ -Wall -O2 -DUSE_SQLITE -c TagDefs.cpp -o obj/Release_SQLite/TagDefs.o g++ -o bin/Release_SQLite/SBFspot obj/Release_SQLite/boost_ext.o obj/Release_SQLite/db_SQLite.o obj/Release_SQLite/db_SQLite_Export.o obj/Release_SQLite/misc.o obj/Release_SQLite/strptime.o obj/Release_SQLite/sunrise_sunset.o obj/Release_SQLite/SBFNet.o obj/Release_SQLite/Bluetooth.o obj/Release_SQLite/CSVexport.o obj/Release_SQLite/Ethernet.o obj/Release_SQLite/EventData.o obj/Release_SQLite/ArchData.o obj/Release_SQLite/SBFspot.o obj/Release_SQLite/TagDefs.o -s -lbluetooth -lboost_date_time -lboost_system -lpthread -lsqlite3 cp TagList*.txt bin/Release_SQLite cp date_time_zonespec.csv bin/Release_SQLite test -d /usr/local/bin/sbfspot.3 || mkdir -p /usr/local/bin/sbfspot.3 test -f /usr/local/bin/sbfspot.3/SBFspot.cfg || cp SBFspot.cfg /usr/local/bin/sbfspot.3/ cp -R bin/Release_SQLite/* /usr/local/bin/sbfspot.3/ ```

Viewing all articles
Browse latest Browse all 360

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>