Specifically I'm trying to compile 4.0.5, but any post 4.0.0 version is fine.
I'm running into all sorts of fun issues. Having trouble getting sqlite3 to work with db.h.
Also, the stdio.h line " #error Macro definition of snprintf conflicts with Standard Library function declaration" which is supposed to throw up a warning is throwing up some 200 errors. Woo!
I apologize for my ignorance here. I haven't used C since 1998.
I'm running into all sorts of fun issues. Having trouble getting sqlite3 to work with db.h.
Also, the stdio.h line " #error Macro definition of snprintf conflicts with Standard Library function declaration" which is supposed to throw up a warning is throwing up some 200 errors. Woo!
I apologize for my ignorance here. I haven't used C since 1998.
Comment