What steps will reproduce the problem? 1. make command is throwing compile error
What version of the product are you using? On what operating system?
Mac OSX 10.5.6 Erlang R12_5
Please provide any additional information below.
make
Recompile: src/ring_maintenance Recompile: src/routingtable Recompile: src/database Recompile: src/yaws_wrapper Recompile: src/webhelpers Recompile: src/util Recompile: src/terms_and_strings Recompile: src/statistics Recompile: src/scalaris_ctl Recompile: src/rt_simple src/rt_simple.erl:40: syntax error before: ':' src/rt_simple.erl:45: syntax error before: ':' src/rt_simple.erl:69: syntax error before: ':' src/rt_simple.erl:75: syntax error before: ':' src/rt_simple.erl:92: type rt() undefined src/rt_simple.erl:108: type rt() undefined make: * [compile] Error 1
Comment #1
Posted on Jan 12, 2009 by Quick HorseHi alex,
we just tried scalaris on MacOS + Erlang R12B-5 and it worked. Are you sure that you are using R12B-5? The error messages look as if you are using an older Erlang version. I would bet on something like R12B-2. Could you check the output of "erl -v"?
Thorsten
Comment #2
Posted on Jan 12, 2009 by Happy MonkeyThanks Thorsten,
Looks like it is working fine with R12B-5.. I've had two erlang installations on my box.. and was not using right one for build :) Thanks for your help.
Comment #3
Posted on Jan 12, 2009 by Quick HorseOk, great. I closed this issues as wontfix, because you used an old version.
Status: WontFix
Labels:
Type-Defect
Priority-Medium