View Single Post
Old 09-20-2013, 07:16 AM   #12
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Re sdcv:

[ 12%] Building CXX object CMakeFiles/sdcv.dir/src/sdcv.cpp.o
cc1plus: error: unrecognized command line option ‘-std=c++11’

so we fix it up to be...

Quote:
Try -std=c++0x instead.

Availability of C++11 features is for versions >= 4.3 only.
even though I am using 4.6.3?

This would then give us:

/usr/local/src/sdcv/src/lib/mapfile.hpp:26:18: sorry, unimplemented: non-static data member initializers

AFAIK I would have to use clang to fix that... I think...
So the compilation of the command line version will have to fall to someone more comfortable with ninjaing CMAKES - @Niluje... any takers?

I tried.
twobob is offline   Reply With Quote