git kdevelop-php fails to compile

Andreas Pakulat apaku at gmx.de
Sun Nov 21 13:31:21 UTC 2010


On 21.11.10 12:06:32, Davide wrote:
> On Sunday 21 November 2010 11:30:37 Andreas Pakulat wrote:
> > On 21.11.10 09:11:51, Davide wrote:
> > > KDevelop-php fails to compile (branch master; commit:
> > > 1732e74325b3c40d77268c9b1b0eb7843997f437)
> > 
> > > Here the compiler error:
> > Can you try deleting the builddir and starting from scratch? Builds fine
> > here and the error looks suspicious, did you change the php grammar file
> > somehow? If you can reproduce this, can you upload your build directory
> > somewhere?
> > 
> > Andreas
> 
> It is compiled by using Portage (I'm on Gentoo distro) and build direcotry is 
> always created from scratch. But I notice I see a lot of warning. For example:

Thats normal. If you can't supply your builddir there's nothing we can
do. The error is detected in header files coming from your compiler and
the only stuff thats included before these compiler-headers are included
are generated files in your builddir.

Running the failing gcc command with -E and posting the resulting .o
file (which will just be a C++ file without any includes as the
preprocessor has run already) might also help.

Andreas

-- 
Your talents will be recognized and suitably rewarded.




More information about the KDevelop-devel mailing list