HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #913433
configure: cat: /include/sqlite3.h: No such file or directory
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Seen when running configure on Haiku: "cat: /include/sqlite3.h: No such file or directory"
If sqlite3.h is not in any of the select few directories, configure tries to 'cat' it from /include/. This is despite earlier test for finding the header from where it is for compilation.
That 'cat' is used to get SQLITE_VERSION. I don't think we use it for anything, so we can just remove the offending sqlite3.m4 code.
History
#1
Updated by Marko Lindqvist 3 months ago
- File 0032-configure-Drop-detection-of-SQLITE3_VERSION.patch 0032-configure-Drop-detection-of-SQLITE3_VERSION.patch added
- Status changed from In Progress to Resolved
#2
Updated by Marko Lindqvist 3 months ago
- Tracker changed from Feature to Bug
#3
Updated by Marko Lindqvist 3 months ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist