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: I think I found the problem, but don't know how to fix it. If you look into boost_ext.cpp you see behind every line an `^M` it looks like this: ``` {^M return time_t(to_time_t(boost::posix_time::ptime(d)));^M } ^M ``` For unpacking I used the command in the manual: `tar -xvf SBFspot_SRC_312_Linux_Win32.tar` Maybe it's wrong?
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: I think I found the problem, but don't know how to fix it. If you look into boost_ext.cpp you see behind every line an `^M` it looks like this: ``` {^M return time_t(to_time_t(boost::posix_time::ptime(d)));^M } ^M ``` For unpacking I used the command in the manual: `tar -xvf SBFspot_SRC_312_Linux_Win32.tar` Maybe it's wrong?