https://bugs.kde.org/show_bug.cgi?id=388370

--- Comment #5 from Ralf Habacker <ralf.habac...@freenet.de> ---
(In reply to Sven Brauch from comment #3)
> but the packaging is an issue which is in the first place a
> problem on their side, 

I do not agree to this - if umbrello does not embed kdev-php it depends on an
external package which need to be imported on compiling by using
find_package(kdev-php) or similar.

To be able to discuss some details I collected the required include files 
for https://cgit.kde.org/umbrello.git/tree/umbrello/codeimport/phpimport.cpp.
Beside kdevplatfom includes umbrello requires the following include files from 
kdev-php source tree:

parser/parsesession.h"
parser/php.g"
parser/phplexer.h"
parser/tokenstream.h"

>From the kdev-php5 build tree it requires the following files
parser/parserexport.h"
parser/phpast-fwd.h"
parser/phpast.h"
parser/phpdebugvisitor.h"
parser/phpdefaultvisitor.h"
parser/phpparser.h"
parser/phptokentext.h"
parser/phptokentype.h"
parser/phpvisitor.h"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to