Skip to content

Instantly share code, notes, and snippets.

@lifeinafolder
Created June 16, 2012 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lifeinafolder/2940948 to your computer and use it in GitHub Desktop.
Save lifeinafolder/2940948 to your computer and use it in GitHub Desktop.
Javelin Build Script Output
+ set -e
++ dirname scripts/build.sh
+ ROOT=scripts/../
+ cd scripts/../externals/libfbjs
+ make
g++ -fPIC -Wall -DNOT_FBMAKE=1 -ggdb -g -O0 -DDEBUG -c -o parser.yacc.o parser.yacc.cpp
g++ -fPIC -Wall -DNOT_FBMAKE=1 -ggdb -g -O0 -DDEBUG -c -o node.o node.cpp
/usr/include/c++/4.2.1/ext/ropeimpl.h: In static member function ‘static typename __gnu_cxx::rope<_CharT, _Alloc>::_RopeLeaf* __gnu_cxx::rope<_CharT, _Alloc>::_S_leaf_concat_char_iter(__gnu_cxx::_Rope_RopeLeaf<_CharT, _Alloc>*, const _CharT*, size_t) [with _CharT = char, _Alloc = std::allocator<char>]’:
/usr/include/c++/4.2.1/ext/ropeimpl.h:675: instantiated from ‘static typename __gnu_cxx::rope<_CharT, _Alloc>::_RopeRep* __gnu_cxx::rope<_CharT, _Alloc>::_S_concat(__gnu_cxx::_Rope_RopeRep<_CharT, _Alloc>*, __gnu_cxx::_Rope_RopeRep<_CharT, _Alloc>*) [with _CharT = char, _Alloc = std::allocator<char>]’
/usr/include/c++/4.2.1/ext/rope:2763: instantiated from ‘__gnu_cxx::rope<_CharT, _Alloc> __gnu_cxx::operator+(const __gnu_cxx::rope<_CharT, _Alloc>&, const __gnu_cxx::rope<_CharT, _Alloc>&) [with _CharT = char, _Alloc = std::allocator<char>]’
node.cpp:150: instantiated from here
/usr/include/c++/4.2.1/ext/ropeimpl.h:436: error: ‘_Data_allocate’ is not a member of ‘std::allocator<char>’
make: *** [node.o] Error 1
+ cd scripts/../support/javelinsymbols
+ make
g++ -fPIC -Wall -DNOT_FBMAKE=1 -ggdb -g -O0 -DDEBUG -o javelinsymbols -Wall -I../../externals/ javelinsymbols.cpp ../../externals/libfbjs/libfbjs.a
i686-apple-darwin11-llvm-g++-4.2: ../../externals/libfbjs/libfbjs.a: No such file or directory
make: *** [javelinsymbols] Error 1
+ cd scripts/../support/jsast
+ make
g++ -fPIC -Wall -DNOT_FBMAKE=1 -ggdb -g -O0 -DDEBUG -o jsast -Wall -I../../externals/ jsast.cpp ../../externals/libfbjs/libfbjs.a
i686-apple-darwin11-llvm-g++-4.2: ../../externals/libfbjs/libfbjs.a: No such file or directory
jsast.cpp: In function ‘char* get_node_name(fbjs::Node*)’:
jsast.cpp:19: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:21: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:23: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:25: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:27: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:29: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:31: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:33: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:35: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:37: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:39: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:41: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:43: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:45: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:47: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:49: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:51: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:53: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:55: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:57: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:59: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:61: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:63: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:65: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:67: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:69: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:71: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:73: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:75: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:77: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:79: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:81: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:83: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:85: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:87: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:89: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:91: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:93: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:95: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:97: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:99: warning: deprecated conversion from string constant to ‘char*’
jsast.cpp:101: warning: deprecated conversion from string constant to ‘char*’
make: *** [jsast] Error 1
+ cd scripts/../support/jsxmin
+ make
g++ -fPIC -Wall -DNOT_FBMAKE=1 -ggdb -g -O0 -DDEBUG -o jsxmin -Wall -I../../externals/ jsxmin_main.cpp jsxmin_reduction.cpp jsxmin_renaming.cpp reduce.cpp ../../externals/libfbjs/libfbjs.a
i686-apple-darwin11-llvm-g++-4.2: ../../externals/libfbjs/libfbjs.a: No such file or directory
In file included from reduce.hpp:23,
from jsxmin_renaming.h:6,
from jsxmin_main.cpp:3:
../../externals/libfbjs/walker.hpp:4:46: error: boost/ptr_container/ptr_vector.hpp: No such file or directory
In file included from reduce.hpp:23,
from jsxmin_renaming.h:6,
from jsxmin_main.cpp:3:
../../externals/libfbjs/walker.hpp:26: error: ‘boost’ has not been declared
../../externals/libfbjs/walker.hpp:26: error: ISO C++ forbids declaration of ‘ptr_vector’ with no type
../../externals/libfbjs/walker.hpp:26: error: typedef name may not be a nested-name-specifier
../../externals/libfbjs/walker.hpp:26: error: expected ‘;’ before ‘<’ token
../../externals/libfbjs/walker.hpp:92: error: ‘ptr_vector’ was not declared in this scope
../../externals/libfbjs/walker.hpp:92: error: template argument 1 is invalid
../../externals/libfbjs/walker.hpp: In member function ‘int fbjs::NodeWalker::visitChildren()’:
../../externals/libfbjs/walker.hpp:93: error: ‘ptr_vector’ was not declared in this scope
../../externals/libfbjs/walker.hpp:93: error: expected `;' before ‘ret’
../../externals/libfbjs/walker.hpp:96: error: ‘ret’ was not declared in this scope
../../externals/libfbjs/walker.hpp:98: error: ‘ret’ was not declared in this scope
In file included from reduce.hpp:23,
from jsxmin_reduction.cpp:24:
../../externals/libfbjs/walker.hpp:4:46: error: boost/ptr_container/ptr_vector.hpp: No such file or directory
In file included from reduce.hpp:23,
from jsxmin_reduction.cpp:24:
../../externals/libfbjs/walker.hpp:26: error: ‘boost’ has not been declared
../../externals/libfbjs/walker.hpp:26: error: ISO C++ forbids declaration of ‘ptr_vector’ with no type
../../externals/libfbjs/walker.hpp:26: error: typedef name may not be a nested-name-specifier
../../externals/libfbjs/walker.hpp:26: error: expected ‘;’ before ‘<’ token
../../externals/libfbjs/walker.hpp:92: error: ‘ptr_vector’ was not declared in this scope
../../externals/libfbjs/walker.hpp:92: error: template argument 1 is invalid
../../externals/libfbjs/walker.hpp: In member function ‘int fbjs::NodeWalker::visitChildren()’:
../../externals/libfbjs/walker.hpp:93: error: ‘ptr_vector’ was not declared in this scope
../../externals/libfbjs/walker.hpp:93: error: expected `;' before ‘ret’
../../externals/libfbjs/walker.hpp:96: error: ‘ret’ was not declared in this scope
../../externals/libfbjs/walker.hpp:98: error: ‘ret’ was not declared in this scope
In file included from reduce.hpp:23,
from jsxmin_renaming.h:6,
from jsxmin_renaming.cpp:1:
../../externals/libfbjs/walker.hpp:4:46: error: boost/ptr_container/ptr_vector.hpp: No such file or directory
In file included from reduce.hpp:23,
from jsxmin_renaming.h:6,
from jsxmin_renaming.cpp:1:
../../externals/libfbjs/walker.hpp:26: error: ‘boost’ has not been declared
../../externals/libfbjs/walker.hpp:26: error: ISO C++ forbids declaration of ‘ptr_vector’ with no type
../../externals/libfbjs/walker.hpp:26: error: typedef name may not be a nested-name-specifier
../../externals/libfbjs/walker.hpp:26: error: expected ‘;’ before ‘<’ token
../../externals/libfbjs/walker.hpp:92: error: ‘ptr_vector’ was not declared in this scope
../../externals/libfbjs/walker.hpp:92: error: template argument 1 is invalid
../../externals/libfbjs/walker.hpp: In member function ‘int fbjs::NodeWalker::visitChildren()’:
../../externals/libfbjs/walker.hpp:93: error: ‘ptr_vector’ was not declared in this scope
../../externals/libfbjs/walker.hpp:93: error: expected `;' before ‘ret’
../../externals/libfbjs/walker.hpp:96: error: ‘ret’ was not declared in this scope
../../externals/libfbjs/walker.hpp:98: error: ‘ret’ was not declared in this scope
In file included from reduce.hpp:23,
from reduce.cpp:21:
../../externals/libfbjs/walker.hpp:4:46: error: boost/ptr_container/ptr_vector.hpp: No such file or directory
In file included from reduce.hpp:23,
from reduce.cpp:21:
../../externals/libfbjs/walker.hpp:26: error: ‘boost’ has not been declared
../../externals/libfbjs/walker.hpp:26: error: ISO C++ forbids declaration of ‘ptr_vector’ with no type
../../externals/libfbjs/walker.hpp:26: error: typedef name may not be a nested-name-specifier
../../externals/libfbjs/walker.hpp:26: error: expected ‘;’ before ‘<’ token
../../externals/libfbjs/walker.hpp:92: error: ‘ptr_vector’ was not declared in this scope
../../externals/libfbjs/walker.hpp:92: error: template argument 1 is invalid
../../externals/libfbjs/walker.hpp: In member function ‘int fbjs::NodeWalker::visitChildren()’:
../../externals/libfbjs/walker.hpp:93: error: ‘ptr_vector’ was not declared in this scope
../../externals/libfbjs/walker.hpp:93: error: expected `;' before ‘ret’
../../externals/libfbjs/walker.hpp:96: error: ‘ret’ was not declared in this scope
../../externals/libfbjs/walker.hpp:98: error: ‘ret’ was not declared in this scope
make: *** [jsxmin] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment