Skip to content

Instantly share code, notes, and snippets.

@zerko
Created October 21, 2010 14:11
Show Gist options
  • Save zerko/638551 to your computer and use it in GitHub Desktop.
Save zerko/638551 to your computer and use it in GitHub Desktop.
make output
zz@rialabs:~/nodejs-tmp/node-mongodb-native$ make
make -C ./external-libs/bson
make[1]: Вход в каталог `/home/zz/nodejs-tmp/node-mongodb-native/external-libs/bson'
rm -rf build .lock-wscript bson.node
node-waf configure build
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for node path : not found
Checking for node prefix : ok /usr/local
'configure' finished successfully (0.024s)
Waf: Entering directory `/home/zz/nodejs-tmp/node-mongodb-native/external-libs/bson/build'
[1/7] cxx: bson.cc -> build/default/bson_1.o
[2/7] cxx: long.cc -> build/default/long_1.o
../bson.cc:40: warning: this decimal constant is unsigned only in ISO C90
../bson.cc:41: warning: this decimal constant is unsigned only in ISO C90
../long.cc:17: warning: this decimal constant is unsigned only in ISO C90
../long.cc:18: warning: this decimal constant is unsigned only in ISO C90
[3/7] cxx: objectid.cc -> build/default/objectid_1.o
[4/7] cxx: binary.cc -> build/default/binary_1.o
[5/7] cxx: code.cc -> build/default/code_1.o
[6/7] cxx: dbref.cc -> build/default/dbref_1.o
[7/7] cxx_link: build/default/bson_1.o build/default/long_1.o build/default/objectid_1.o build/default/binary_1.o build/default/code_1.o build/default/dbref_1.o -> build/default/bson.node
Waf: Leaving directory `/home/zz/nodejs-tmp/node-mongodb-native/external-libs/bson/build'
'build' finished successfully (1.671s)
=== EXCEUTING TEST_BSON ===
make[1]: *** [all] Segmentation Fault
make[1]: Leaving directory `/home/zz/nodejs-tmp/node-mongodb-native/external-libs/bson'
make: *** [build_native] Ошибка 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment