https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397
--- Comment #2 from Florian Walpen <d...@submerge.ch> --- Mixed that up, sorry: Linux has an alloca.h header which FreeBSD has not (defined in stdlib.h). The relevant SQLite config is SQLITE_USE_ALLOCA, and in devel/qtcreator where I had similar problems I just disabled that. This may not be the best solution here, since alloca has an impact on runtime efficiency. We may have to #include "stdlib.h" somewhere. -- You are receiving this mail because: You are the assignee for the bug.