Opened 6 years ago

Last modified 6 years ago

#956 closed defect

Cannot build in GCC 7.x — at Initial Version

Reported by: jng Owned by: jng
Priority: major Milestone:
Component: Build System Version:
Severity: 3 Keywords:
Cc: External ID:

Description

I tried to build FDO trunk on Ubuntu 18.04 LTS, which includes GCC 7.x but it fails due to the following:

  • General: Errors of the form invalid conversion from ‘wchar_t’ to ‘wchar_t*’ in '\0' assignment due to -fpermissive. Fix: Fix up the incorrect assignments.
  • MySQL Driver: The <string> header included in stdafx.h now complains about errno due to finding errno.h in the MySQL Driver directory before <cerrno>. Fix: Rather that fight with include path precedence, just rename errno.h to drv_errno.h so <string> will properly resolve errno in <cerrno>

Change History (0)

Note: See TracTickets for help on using tickets.