I've already filled a bug report in kde providing this small patch. KDevelop guys helped me to fix this bug. I should mention it, sorry! I don't know how long they take to merge that fix and when the next KDevelop will be released, so I submitted this patch also here to immediately provide the fix to FreeBSD users, where the error is relevant; current Linux distros normally use a recent gcc, which provides the -std option.
Best regards, Luca On Mon, Apr 16, 2012 at 6:54 PM, Raphael Kubo da Costa <[email protected]> wrote: > Luca Pizzamiglio <[email protected]> writes: > >> Hi to all. >> >> The last KDevelop 4.3 has a problem to correctly detect the system >> include path (used by the code parser) >> I've found the problem and this is the patch (tested on my system >> 8.2). Is it possible to add this patch to devel/kdevelop-kde4 port? >> The problem is that KDevelop asks the system's include path to gcc >> using the -std=c++0x option, not compatible with gcc 4.2.2. > > Could you please submit it upstream first? Even though the change seems > to make sense, looking at the commit logs this is a reversion of a > previous reversion of this same change, so coordinating with the > KDevelop folks is very much recommended here. > _______________________________________________ > kde-freebsd mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-freebsd > See also http://freebsd.kde.org/ for latest information _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
