Fixes the dbsqlite gyp file for building on linux#7127
Fixes the dbsqlite gyp file for building on linux#7127mwieder wants to merge 25 commits intolivecode:develop-9.5from mwieder:fix_building_dbsqlite_on_linux
Conversation
Or more properly to avoid crashing on launch after building from source
|
From my limited understanding of this, it would appear that the team's build server is using a gcc version pre-5.1? I'm currently on 7.4.0. And that this patch instructs the compiler that the dbsqlite libraries are in C++03 ABI rather than C++11? |
Merge develop 9.0 23.07.2019
Added absent reference
Additional change to the first sentence per suggestion.
|
Should I resubmit this against develop-9.5 instead? |
|
Oh I missed this PR! Nice, so this was the reason LC crashed for me when I built from source on Linux recently! Thanks @mwieder and @livecodefraser :) |
|
@mwieder I have rebased this against |
[Bugfix-22278] Correct missing text in log documentation
[9.6 dp1] Updated version
Merge develop 9.5 18.09.2019
Merge develop 9.5 23.09.2019
Merge develop 9.5 23.09.2019
Merge develop 9.5 26.09.2019
Merge develop 9.5 27.09.2019
|
Am I really the only one attempting to build from source on a linux distro that hasn't already reached its end of life? I have to apply this patch every time I build, and then try to remember to remove it afterwards. |
Fixes the dbsqlite gyp file for building on linux. Or more properly to avoid crashing on launch after building from source. This fix was proposed by @livecodefraser and it solves the problem for me.