Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2024 01:31:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 279397] www/chromium sqlite3_shim.c compilation error
Message-ID:  <bug-279397-28929-ToGMFs6cZd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279397-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279397-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279397

--- 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 runti=
me
efficiency. We may have to #include "stdlib.h" somewhere.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279397-28929-ToGMFs6cZd>