Skip to content

Instantly share code, notes, and snippets.

@m0r13
Created December 29, 2013 21:44
Show Gist options
  • Save m0r13/8175244 to your computer and use it in GitHub Desktop.
Save m0r13/8175244 to your computer and use it in GitHub Desktop.
~/mapcrafter-v.1.1# make
Scanning dependencies of target version.cpp
[ 3%] Built target version.cpp
Scanning dependencies of target mapcraftercore
[ 6%] Building CXX object src/CMakeFiles/mapcraftercore.dir/version.cpp.o
[ 9%] Building CXX object src/CMakeFiles/mapcraftercore.dir/util/filesystem.cpp.o
In file included from /root/mapcrafter-v.1.1/src/util/filesystem.cpp:22:0:
/root/mapcrafter-v.1.1/src/util/../util.h:41:1: error: expected ';' after class definition
/root/mapcrafter-v.1.1/src/util/../util.h:31:7: error: an anonymous struct cannot have function members
/root/mapcrafter-v.1.1/src/util/../util.h:41:1: error: abstract declarator 'const<anonymous class>' used as declaration
/root/mapcrafter-v.1.1/src/util/../util.h:41:3: error: expected unqualified-id before 'nullptr'
make[2]: *** [src/CMakeFiles/mapcraftercore.dir/util/filesystem.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/mapcraftercore.dir/all] Error 2
make: *** [all] Error 2
uname -r
2.6.32-042stab081.3
root@kraftwebsite:~/mapcrafter-v.1.1# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment