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: Here are some explanation there the ^M is coming from: http://stackoverflow.com/questions/1110678/m-at-the-end-of-every-line-in-vim You can see the `^M` only when you open it with `vi`, `nano` doesn't show them... There are also some tipps to remove it, but as this problem exist in every file it's probably easier to package it again!?
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: Here are some explanation there the ^M is coming from: http://stackoverflow.com/questions/1110678/m-at-the-end-of-every-line-in-vim You can see the `^M` only when you open it with `vi`, `nano` doesn't show them... There are also some tipps to remove it, but as this problem exist in every file it's probably easier to package it again!?