silviucpp/erlcass

Compile errors due to deprecated methods

Closed this issue · 2 comments

Hello. I'm getting compile errors due to deprecated methods. Errors like this one:

error: ‘CassError cass_cluster_set_write_bytes_high_water_mark(CassCluster*, unsigned int)’ is deprecated [-Werror=deprecated-declarations]
UNSIGNED_INT_SETTING(ATOMS.atomClusterSettingWriteBytesHighWaterMark, cass_cluster_set_write_bytes_high_water_mark);

Please help thanks :)

so I fixed this problem above by ignoring the errors. Now I have this compile error:

/usr/bin/ld: cannot find cassandra_static

Looks like same problem with #6 but the instructions given doesn't seem to be able to fix the problem. What I want to know is when does cassandra_static get installed? Does it get installed when Cassandra is installed?

Problem seems to be I wasn't using rebar. Seems to be fixed. If not, I'll reopen this issue.