prashant-r / Scalaris

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

Compile Error during make on Mac OSX #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by alex.por...@gmail.com on 9 Jan 2009 at 5:06

GoogleCodeExporter commented 8 years ago
Hi 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

Original comment by schu...@gmail.com on 12 Jan 2009 at 12:43

GoogleCodeExporter commented 8 years ago
Thanks 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. 

Original comment by alex.por...@gmail.com on 12 Jan 2009 at 4:19

GoogleCodeExporter commented 8 years ago
Ok, great. I closed this issues as wontfix, because you used an old version.

Original comment by schu...@gmail.com on 12 Jan 2009 at 4:38