[frameworks-kdoctools] [Bug 357050] kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-29 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

arrowdodger <6year...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from arrowdodger <6year...@gmail.com> ---
The problem was with my setup (or MSVC specifics). I had Qt compiled in Debug
mode and libxml2 compiled in RelWithDebInfo mode. Because of this, env
variables set with qputenv() was not visible to libxml2. This was causing kde's
catalog.xml to not load.

Rebuilding libxml2 fixed this, sorry for the noise.

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


[frameworks-kdoctools] [Bug 357050] kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-22 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

--- Comment #1 from arrowdodger <6year...@gmail.com> ---
>From my own observations:

In xslt.cpp

static xmlChar *paths[MAX_PATHS + 1];
static int nbpaths = 0;

aren't seem to be filled. Could it be the cause?

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


[frameworks-kdoctools] [Bug 357050] kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-22 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

Luigi Toscano  changed:

   What|Removed |Added

 CC||kde-wind...@kde.org,
   ||luigi.tosc...@tiscali.it

--- Comment #2 from Luigi Toscano  ---
CC-ing kde-windows, as they explicitely patched kdoctools to make sure that the
path is properly discovered.

I'm not an emerge expert - did you configured something specific to use R and Q
drives?

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


[frameworks-kdoctools] [Bug 357050] kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-22 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

--- Comment #3 from arrowdodger <6year...@gmail.com> ---
If you are talking about
https://quickgit.kde.org/?p=kdoctools.git=commit=38265304276e6305f72a7e1a68aa1b4193657820
then it is not relevant, from what i can tell.

Regarding drive names, it's just an emerge option to shorten paths. R: is
pointing to KDEROOT (where all stuff is installed) and Q: is
KDEROOT/download/git (CMAKE_SOURCE_DIR, basically).

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


[frameworks-kdoctools] [Bug 357050] kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-22 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

--- Comment #4 from Luigi Toscano  ---
No, I was talking about the (even older) codepaths in the CMakeLists.txt, like:
https://quickgit.kde.org/?p=kdoctools.git=blob=136fbfb9aff25f30f10c7eea7b32c65f5a2e6ad8=16375e15367eb8c496f88db3bfc8acb17883f920=src%2FCMakeLists.txt#l97

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


[frameworks-kdoctools] [Bug 357050] kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-22 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

--- Comment #5 from arrowdodger <6year...@gmail.com> ---
This code is related to installation step, but i'm getting errors on building
stage.

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