Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

#include Not working with GCC - C programming

Writer Olivia Zamora

I have just started with C programming and am originally a python programmer so please try and not use very advanced words I wont understand much. So when I try using gcc as my compiler as I get an error saying sqlite3.h no such file or directory found. Thats turning out to be a problem for me.

Any help will be appreciated.Thank You.The Terminal!

1 Answer

You will have to install the package libsqlite3-dev (How I found it out).

Open a terminal and enter the command

sudo apt install libsqlite3-dev
4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy