SSPkrolik / nimongo

Pure Nim lang MongoDB driver
http://sspkrolik.github.io/nimongo
MIT License
101 stars 20 forks source link

nimongo/mongotest.nim fails: ~/.nimble/pkgs/scram-0.1.6/scram/private/utils.nim(17, 13) Error: undeclared identifier: 'MD5Digest' #56

Closed timotheecour closed 5 years ago

timotheecour commented 5 years ago

rnim nimongo/mongotest.nim nim c --nimcache:/tmp/nim//nimcache/ -o:/tmp/nim//app -r nimongo/mongotest.nim Hint: used config file '/Users/timothee/git_clone/nim/Nim/config/nim.cfg' [Conf] Hint: used config file '/Users/timothee/.config/nim/nim.cfg' [Conf] Hint: used config file '/Users/timothee/.config/nim/config.nims' [Conf] /Users/timothee/.config/nim/config.nims [config.nims used] /Users/timothee/git_clone/nim/nimongo/nimongo/mongotest.nim(8, 1) template/generic instantiation from here /Users/timothee/git_clone/nim/nimongo/nimongo/mongo.nim(25, 1) template/generic instantiation from here /Users/timothee/.nimble/pkgs/scram-0.1.6/scram/private/utils.nim(17, 13) Error: undeclared identifier: 'MD5Digest'

nim --version Nim Compiler Version 0.19.9 [MacOSX: amd64] Compiled at 2018-11-15 Copyright (c) 2006-2018 by Andreas Rumpf

git hash: 2eb14bdd41933d3b1b624e48d7513172be1a1e7a active boot switches: -d:release

timotheecour commented 5 years ago

waiting for https://github.com/ba0f3/scram.nim/pull/7 to be merged; then dependency version on scram should be updated