SQLite Forum

Error when updating sqlite3.c using trunk
Login

Error when updating sqlite3.c using trunk

(1) By curmudgeon on 2021-11-05 11:25:43 [link] [source]

ar: u' modifier ignored sinceD' is the default (see U') sqlite3.c: In function 'sqlite3Fts3EvalPhrasePoslist': sqlite3.c:178422:14: warning: implicit declaration of function 'sqlite3Fts3Corrupt'; did you mean 'sqlite3Fts3ErrMsg'? [-Wimplicit-function-declaration] 178422 | rc = sqlite3Fts3Corrupt(); | ^~~~~~~~~~~~~~~~~~ | sqlite3Fts3ErrMsg /usr/sbin/ld: /tmp/ccP4nmee.o: in functionsqlite3Fts3EvalPhrasePoslist': /home/tom/sqlite/sqlite3.c:178422: undefined reference to `sqlite3Fts3Corrupt' collect2: error: ld returned 1 exit status make: *** [Makefile:658: sqlite3] Error 1

(2) By Richard Hipp (drh) on 2021-11-05 12:35:04 in reply to 1 [source]

(3) By curmudgeon on 2021-11-05 14:47:09 in reply to 2 [link] [source]

Thanks Richard.