prashant-r / Scalaris

DHT Chord Transaction
Apache License 2.0
0 stars 0 forks source link

problem with compilation on Linux Ubuntu #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've just downloaded last version of scalaris. 
I followed instructions for compile sources, but the "make" command
return to me this error:

Recompile: src/ring_maintenance
Recompile: src/routingtable
Recompile: src/database
Recompile: src/yaws_wrapper
src/yaws_wrapper.erl:68: Warning: variable 'X' is unused
Recompile: src/webhelpers
Recompile: src/util
src/util.erl:220: syntax error before: list
src/util.erl:233: syntax error before: ')'
src/util.erl:243: syntax error before: pos_integer
src/util.erl:247: syntax error before: list
src/util.erl:244: Warning: function random_subset/2 is unused
src/util.erl:250: Warning: variable 'Size' is unused
src/util.erl:251: Warning: variable 'List' is unused
make: *** [compile] Error 1

How can I solve the problem?
Thanks

Original issue reported on code.google.com by susanna....@gmail.com on 11 May 2009 at 12:54

GoogleCodeExporter commented 8 years ago
Use made some local changes which raised the problem.

Original comment by schin...@gmail.com on 26 May 2009 at 11:38