[Bug 279397] www/chromium sqlite3_shim.c compilation error
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279397] www/chromium sqlite3_shim.c compilation error"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 May 2024 01:31:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397 --- Comment #2 from Florian Walpen <dev@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.