Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make fails with "src/nodelist.erl:547: type tid() undefined" #1

Open
skull-squadron opened this issue Oct 20, 2011 · 0 comments
Open

Comments

@skull-squadron
Copy link

~/Scalaxis (master ✘)✹ ᐅ MAKEFLAGS='-j 3' CPPFLAGS=-DNDEBUG ERL=/opt/erlang/R14B03/bin/erl ERLC=/opt/erlang/R14B03/bin/erlc ./configure --prefix=/opt/scalaxis checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for xdg-open... xdg-open
checking for erlc... /opt/erlang/R14B03/bin/erlc
checking for erl... /opt/erlang/R14B03/bin/erl
checking for Erlang/OTP root directory... /opt/erlang/R14B03/lib/erlang
checking for Erlang/OTP library base directory... /opt/erlang/R14B03/lib/erlang/lib
checking for Erlang/OTP ERTS version... 5.8.4
checking for Erlang/OTP 'common_test' library subdirectory... /opt/erlang/R14B03/lib/erlang/lib/common_test-1.5.4
checking for Erlang/OTP 'common_test' library version... 1.5.4
checking for /opt/erlang/R14B03/lib/erlang/lib/common_test-1.5.4/priv/bin/run_test... no
configure: please consider running install.sh in the common_test directory otherwise you won't be able to run the unit tests
configure: gb_tree() is a built-in type
configure: term() is a built-in type
configure: node() is a built-in type
configure: module() is a built-in type
configure: boolean() is a built-in type
configure: recursive types are supported
configure: type forward declarations are supported
configure: crypto:start() is available
detected OS is: 'LINUX'
configure: creating ./config.status
config.status: creating Emakefile
config.status: creating Makefile
config.status: creating bin/scalarisctl
~/Scalaxis (master ✘)✹ ᐅ make
Recompile: src/gen_component
Recompile: src/trigger_beh
Recompile: src/db_beh
Recompile: src/rm_beh
Recompile: src/rt_beh
Recompile: src/transactions/rdht_op_beh
Recompile: src/transactions/tx_op_beh
Recompile: src/yaws_wrapper
Recompile: src/webhelpers
Recompile: src/vivaldi_latency
Recompile: src/vivaldi
Recompile: src/util
Recompile: src/trigger_periodic
Recompile: src/trigger_dynamic
Recompile: src/trigger
Recompile: src/tracer
src/tracer.erl:35: Warning: function tracer_perf/1 is unused
src/tracer.erl:77: Warning: function loop_perf/1 is unused
Recompile: src/terms_and_strings
Recompile: src/sup_scalaris
Recompile: src/sup_dht_node_core_tx
Recompile: src/sup_dht_node_core
Recompile: src/sup_dht_node
Recompile: src/statistics
Recompile: src/service_per_vm
Recompile: src/scalaris_ctl
Recompile: src/scalaris_app
Recompile: src/scalaris
Recompile: src/rt_simple
Recompile: src/rt_loop
Recompile: src/rt_chord
Recompile: src/rm_tman
Recompile: src/rm_chord
Recompile: src/randoms
Recompile: src/process_dictionary
Recompile: src/preconfig
Recompile: src/pdb
src/pdb.erl:32: Warning: variable 'Params' is unused
Recompile: src/nodelist
src/nodelist.erl:547: type tid() undefined
make: *** [compile] Error 1
~/Scalaxis (master ✘)✹ ᐅ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant