dgtized (owner)

Revisions

gist: 222697 Download_button fork
public
Public Clone URL: git://gist.github.com/222697.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
CC vm/agent.cpp
gcc -Ivm/external_libs/libtommath -Ivm/external_libs/libgdtoa -Ivm/external_libs/onig -Ivm/external_libs/libffi/include -Ivm/external_libs/libbstring -Ivm/external_libs/libcchash -Ivm/external_libs/libmquark -Ivm/external_libs/libmpa -Ivm/external_libs/libltdl -Ivm/external_libs/libev -Ivm/test/cxxtest -Ivm -I. -Ivm/assembler -Ivm/assembler/udis86-1.7 -pipe -Wall -Wno-deprecated -DBASE_PATH=\"/home/clgc/languages/rbx\" -DRBA_PATH=\"/home/clgc/languages/rbx/runtime\" -DENABLE_LLVM -DHAS_EXECINFO -DRBX_HOST=\"x86_64-unknown-linux-gnu\" -ggdb3 -O2 -Werror -DRBX_PROFILER -Ivm/external_libs/llvm/include -I/home/clgc/languages/rbx/vm/external_libs/llvm/include -I/home/clgc/languages/rbx/vm/external_libs/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fomit-frame-pointer -fPIC -c -o vm/agent.o vm/agent.cpp 2>&1
In file included from vm/agent.cpp:9:
vm/util/bert.hpp: In member function ‘bool bert::Termizer<Reader>::fill_body(bert::Term*)’:
vm/util/bert.hpp:280: error: there are no arguments to ‘sscanf’ that depend on a template parameter, so a declaration of ‘sscanf’ must be available
vm/util/bert.hpp:280: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
vm/util/bert.hpp: In member function ‘void bert::Binaryizer<Writer>::write_float(double)’:
vm/util/bert.hpp:317: error: there are no arguments to ‘snprintf’ that depend on a template parameter, so a declaration of ‘snprintf’ must be available
rake aborted!
Command failed with status (1): [gcc -Ivm/external_libs/libtommath -Ivm/ext...]
 
(See full trace by running task with --trace)