I installed Raspbian (from June the 20th) at my Raspberry Pi and all the necessary packages:
apt-get update
apt-get install make g++
apt-get install zlib1g-dev
apt-get install libsdl1.2-dev libfreetype6-dev
apt-get install libpng-dev libjpeg-dev
apt-get install libcurl4-openssl-dev
apt-get install libxml-parser-perl
apt-get install librsvg2-bin xsltproc
apt-get install imagemagick gettext
apt-get install ttf-dejavu
cd /home/pi
git clone git://git.xcsoar.org/xcsoar/master/xcsoar.git
cd /home/pi/xcsoar
git submodule init
git submodule update
apt-get install fakeroot ttf-bitstream-vera
and use "make". After a couple of hours I get an error:
CXX output/UNIX/src/Screen/Custom/Cache.o
In file included from src/Screen/Custom/Cache.cpp:27:0:
./src/Util/Cache.hpp: In lambda function:
./src/Util/Cache.hpp:208:11: error: decrement of read-only location '((decltype (this))((const Cache<Key, Data, capacity, Hash, Equal>::Clear()::<lambda(Cache<Key, Data, capacity, Hash, Equal>::Item*)>*)this)->Cache<Key, Data, capacity, Hash, Equal>::Clear()::<lambda(Cache<Key, Data, capacity, Hash, Equal>::Item*)>::__this)->Cache<Key, Data, capacity, Hash, Equal>::size'
make: *** [output/UNIX/src/Screen/Custom/Cache.o] Fehler 1
Has anyone an idea were my fault is?
Thanks
Dirk
------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds
_______________________________________________ Xcsoar-user mailing list Xcsoar-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xcsoar-user