Error on running make.
Hi, I got this error while running $ make loadable, could you please tell me what I'm missing here?
jq: error: Could not open file cwalk/clib.json: No such file or directory
gcc -Isqlite -Icwalk/include
-fPIC -shared
-DSQLITE_PATH_DATE=""2023-10-20T16:23:57Z+0530"" -DSQLITE_PATH_VERSION=""v0.2.1"" -DSQLITE_PATH_SOURCE=""1f8d452aa0c6a8920863f3a8e1686c7667306ac7"" -DSQLITE_PATH_CWALK_VERSION=""""
sqlite-path.c -o dist/path0.so cwalk/src/cwalk.c
gcc: error: cwalk/src/cwalk.c: No such file or directory
make: *** [Makefile:77: dist/path0.so] Error
Hi, I got this error while running $ make loadable, could you please tell me what I'm missing here?
jq: error: Could not open file cwalk/clib.json: No such file or directory gcc -Isqlite -Icwalk/include -fPIC -shared -DSQLITE_PATH_DATE=""2023-10-20T16:23:57Z+0530"" -DSQLITE_PATH_VERSION=""v0.2.1"" -DSQLITE_PATH_SOURCE=""1f8d452aa0c6a8920863f3a8e1686c7667306ac7"" -DSQLITE_PATH_CWALK_VERSION="""" sqlite-path.c -o dist/path0.so cwalk/src/cwalk.c gcc: error: cwalk/src/cwalk.c: No such file or directory make: *** [Makefile:77: dist/path0.so] Error
also face this,
make sqlite3
cat sqlite/sqlite3.c core_init.c > dist/sqlite3-extra.c
jq: error: Could not open file cwalk/clib.json: No such file or directory
gcc
-DSQLITE_PATH_DATE=""2023-10-20T16:48:34Z+0530"" -DSQLITE_PATH_VERSION=""v0.2.1"" -DSQLITE_PATH_SOURCE=""1f8d452aa0c6a8920863f3a8e1686c7667306ac7"" -DSQLITE_PATH_CWALK_VERSION=""""
-DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION=1
-DSQLITE_EXTRA_INIT=core_init
-I./ -I./sqlite -Icwalk/include
dist/sqlite3-extra.c sqlite/shell.c sqlite-path.c cwalk/src/cwalk.c
-o dist/sqlite3
gcc: error: cwalk/src/cwalk.c: No such file or directory
make: *** [Makefile:132: dist/sqlite3] Error 1
Hi, I got this error while running $ make loadable, could you please tell me what I'm missing here?
jq: error: Could not open file cwalk/clib.json: No such file or directory gcc -Isqlite -Icwalk/include -fPIC -shared -DSQLITE_PATH_DATE=""2023-10-20T16:23:57Z+0530"" -DSQLITE_PATH_VERSION=""v0.2.1"" -DSQLITE_PATH_SOURCE=""1f8d452aa0c6a8920863f3a8e1686c7667306ac7"" -DSQLITE_PATH_CWALK_VERSION="""" sqlite-path.c -o dist/path0.so cwalk/src/cwalk.c gcc: error: cwalk/src/cwalk.c: No such file or directory make: *** [Makefile:77: dist/path0.so] Error
I see the submodule does not get cloned with the following error.
Cloning into 'sqlite-path'... remote: Enumerating objects: 647, done. remote: Counting objects: 100% (647/647), done. remote: Compressing objects: 100% (308/308), done. remote: Total 647 (delta 346), reused 575 (delta 274), pack-reused 0 Receiving objects: 100% (647/647), 2.53 MiB | 8.13 MiB/s, done. Resolving deltas: 100% (346/346), done. Submodule 'cwalk' ([email protected]:likle/cwalk.git) registered for path 'cwalk' Cloning into '/home/avinash/workspaces/github.com/udi-service/udi-sqlite/sqlite-path/cwalk'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.