You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile mongotcl in Arch Linux
I install c driver v0.8.1.1 = libmongoc-legacy-0.8.1-1-x86_64.pkg.tar.xz
Then after make I got the following error:
./generic/mongotcl.c:768:8: error: too few arguments to function ‘mongo_create_index’
if (mongo_create_index (md->conn, Tcl_GetString(objv[2]), keyBson, updateFlags, outBson) != MONGO_OK) {
^
In file included from ./generic/mongotcl.h:21:0,
from ./generic/mongotcl.c:9:
The text was updated successfully, but these errors were encountered:
I am trying to compile mongotcl in Arch Linux
I install c driver v0.8.1.1 = libmongoc-legacy-0.8.1-1-x86_64.pkg.tar.xz
Then after make I got the following error:
./generic/mongotcl.c:768:8: error: too few arguments to function ‘mongo_create_index’
if (mongo_create_index (md->conn, Tcl_GetString(objv[2]), keyBson, updateFlags, outBson) != MONGO_OK) {
^
In file included from ./generic/mongotcl.h:21:0,
from ./generic/mongotcl.c:9:
The text was updated successfully, but these errors were encountered: