kdoctools and "Program Files"

Stromek stromek at realtime.sk
Sun Mar 11 21:57:57 CET 2007


Hi,

for several weeks there is a problem with generating handbooks and following error appears,

Generating index.cache.bz2
'C:/Program' is not recognized as an internal or external command,
operable program or batch file.
Project : error PRJ0019: A tool returned an error code from "Generating index.ca
che.bz2"

I thought that it is some problem of CMake macros and of forgotten quotes but it is not. This error is written by meinproc.cpp at line 177.

            FILE *xmllint = popen( QFile::encodeName( cmd ).constData(), "r" );
            char buf[ 512 ];
            bool noout = true;
            unsigned int n;
            while ( ( n = fread(buf, 1, sizeof( buf ) - 1, xmllint ) ) ) {
                noout = false;
                buf[ n ] = '\0';
177:            fputs( buf, stderr );
            }

I do not understand meinproc and I think there are people who knows exactly what is the problem. Anyone can correct this? Thanks!

-- 
Stromek



More information about the Kde-windows mailing list