Can you give the full command line you are using to compile that file? Christian Heimes recently added an sqlite3 port to emscripten itself BTW. You can use it by simply passing `-sUSE_SQLITE3` on the command line.
cheers, san On Thu, Aug 18, 2022 at 8:47 AM Roman Savchenko <[email protected]> wrote: > Hello all, > > I'm trying to compile my project dependecy sqlite3.c amalgamation, and > emcc breaks on va_arg with such errors: > > sqlite3.c:33735:27: error: unexpected type name 'PrintfArguments': > expected expression > pArgList = va_arg(ap, PrintfArguments*); > > I tried to search information at the web, but didn't find to much. > > Appreciate for any help with it. > > Thanks, > Roman. > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/emscripten-discuss/aba0b1a8-4246-493e-af56-2105caabcd9cn%40googlegroups.com > <https://groups.google.com/d/msgid/emscripten-discuss/aba0b1a8-4246-493e-af56-2105caabcd9cn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/CAL_va29kpVUkirzbFc4SOsS%2BnAR5b807QKoO%2BnBoAf%3D%2B8PNAEQ%40mail.gmail.com.
