missing sqlite header
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
People
(Reporter: dario.binacchi, Unassigned)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36
Steps to reproduce:
Run compiling command by setting:
NSS_USE_SYSTEM_SQLITE=1
SQLITE_INCLUDE_DIR=<dir>
Actual results:
/usr/bin/gcc -o Linux6.2_x86_64_gcc_glibc_PTH_64_DBG.OBJ/sdb.o -c -std=c99 -g -g -fPIC -m64 -pipe -ffunction-sections -fdata-sections -DHAVE_STRERROR -DLINUX -Dlinux -Wall -Wshadow -DNSS_NO_GCC48 -DXP_UNIX -DXP_UNIX -DDEBUG -UNDEBUG -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DSDB_MEASURE_USE_TEMP_DIR -D_REENTRANT -DDEBUG -UNDEBUG -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DSDB_MEASURE_USE_TEMP_DIR -D_REENTRANT -DNSS_DISABLE_SSE3 -DNSS_NO_INIT_SUPPORT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -DNSS_USE_STATIC_LIBS -I/home/dario/projects/buildroot/output/host/include/nspr -I/home/dario/projects/buildroot/output/build/host-libnss-3.100/dist/include -I../../../dist/public/nss -I../../../dist/private/nss sdb.c
sdb.c:24:10: fatal error: sqlite3.h: No such file or directory
24 | #include <sqlite3.h>
| ^~~~~~~~~~~
compilation terminated.
make[5]: *** [../../coreconf/rules.mk:292: Linux6.2_x86_64_gcc_glibc_PTH_64_DBG.OBJ/sdb.o] Error 1
Expected results:
Compilation completed successfully without errors
| Reporter | ||
Comment 1•1 year ago
|
||
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Description
•