[MacPorts] #63566: qt5-qtwebkit fails to build on Mojave 10.14.6

MacPorts noreply at macports.org
Mon Mar 7 19:55:23 UTC 2022


#63566: qt5-qtwebkit fails to build on Mojave 10.14.6
---------------------------+---------------------------------
  Reporter:  ArtKoKo       |      Owner:  MarcusCalhoun-Lopez
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.7.1
Resolution:                |   Keywords:
      Port:  qt5-qtwebkit  |
---------------------------+---------------------------------

Comment (by chrstphrchvz):

 {{{
 In file included from Modules/geolocation/GeolocationController.cpp:27:
 In file included from Modules/geolocation/GeolocationController.h:31:
 In file included from Modules/geolocation/Geolocation.h:33:
 In file included from Modules/geolocation/Geoposition.h:29:
 Modules/geolocation/Coordinates.h:29:10: warning: non-portable path to
 file '"event.h"'; specified path differs in case from file name on disk
 [-Wnonportable-include-path]
 #include "Event.h"
          ^~~~~~~~~
          "event.h"
 }}}

 Since `-I/opt/local/include` is the very first include flag being passed
 to the compiler (i.e. highest precedence), I would guess
 `/opt/local/include/event.h` (from port `libevent`) is getting picked up
 instead. A similar case insensitive filesystem issue was encountered in
 ticket:63877#comment:6.

-- 
Ticket URL: <https://trac.macports.org/ticket/63566#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list