Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created September 12, 2008 23:04
Show Gist options
  • Select an option

  • Save dgtized/10531 to your computer and use it in GitHub Desktop.

Select an option

Save dgtized/10531 to your computer and use it in GitHub Desktop.
$ rake
(in /home/clgc/languages/rbx-cpp)
CC vm/llvm.cpp
In file included from /usr/include/c++/4.3/ext/hash_map:64,
from vm/external_libs/llvm/include/llvm/ADT/hash_map:37,
from vm/external_libs/llvm/include/llvm/Analysis/AliasSetTracker.h:23,
from vm/external_libs/llvm/include/llvm/LinkAllPasses.h:18,
from vm/llvm.cpp:33:
/usr/include/c++/4.3/backward/backward_warning.h:33:2: error: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
rake aborted!
Command failed with status (1): [gcc -Ivm/external_libs/libtommath -Ivm/ext...]
(See full trace by running task with --trace)
=======================================================================
$ rake
(in /home/clgc/languages/rbx-cpp)
CC vm/llvm.cpp
CC vm/vmaccess_variable.cpp
CC vm/vmmethod.cpp
CC vm/marshal.cpp
CC vm/gc_marksweep.cpp
CC vm/compiled_file.cpp
CC vm/config.cpp
CC vm/oop.cpp
CC vm/vmnativemethod.cpp
CC vm/type_info.cpp
CC vm/virtual.cpp
CC vm/gc_root.cpp
CC vm/gc_debug.cpp
CC vm/symboltable.cpp
CC vm/event.cpp
CC vm/vm.cpp
CC vm/primitives.cpp
CC vm/environment.cpp
CC vm/message.cpp
CC vm/ar.cpp
CC vm/gc.cpp
CC vm/ffi.cpp
CC vm/exception.cpp
CC vm/gc_baker.cpp
CC vm/ontology.cpp
CC vm/vmnativefunction.cpp
CC vm/context_cache.cpp
CC vm/objectmemory.cpp
CC vm/strlcpy.c
cc1: warnings being treated as errors
cc1: error: command line option "-Wno-deprecated" is valid for C++/Java/ObjC++ but not for C
rake aborted!
Command failed with status (1): [gcc -Ivm/external_libs/libtommath -Ivm/ext...]
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment