#49700: kdevelop @4.7.2: fails to build -----------------------+--------------------- Reporter: mk@… | Owner: nicos@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: kdevelop | -----------------------+--------------------- Comment (by rjvbertin@…): No idea, I've never seen it. Can you paste the full compile command for qbytearray.cpp? And please list /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdevelop/kdevelop/work/build/debuggers/gdb/printers/tests/ . I have a hunch that qbytearray.cpp picks up its own executable (called qbytearray, in that directory) when you're building on a case-insensitive filesystem. Try replacing the `#include <QByteArray>` statement with `#include <qbytearray.h>` and see if the error goes away. -- Ticket URL: <https://trac.macports.org/ticket/49700#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X