Hi, > cc1: warning: changing search order for system directory "/usr/include" > cc1: warning: as it has already been specified as a non-system > directory
Package is (badly) adding system include dir to include search path. In some occasions, that would inhibit features to be found by configure because the result in misinterpreted. aka. doesn't parse that warning and acts as if it resulted in an error. Solution: fix the package so that it doesn't -I/usr/include, or -I/usr/local/include explicitly. Bye, Gwenole.
