https://bugs.kde.org/show_bug.cgi?id=334446
Bug ID: 334446
Summary: when running kdedev.bat it fails with the message
"Files was unexpected at this time."
Classification: Unclassified
Product: kde-windows
Version: 4.10
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: buildsystem
Assignee: [email protected]
Reporter: [email protected]
Having just started to downloaded kde in preparation to build it I was
following the instructions on this web page.
http://techbase.kde.org/Getting_Started/Build/KDE4/Windows
I had reached the point where I am required to run kdedev.bat
C:\kderoot\emerge>kdeenv.bat
kdesettings.bat executed
Files was unexpected at this time.
upon examining the file kdedev.bat at line 74 it says
if "%EMERGE_PYTHON_PATH%" == "" (
I believe this to be wrong and think it should say
if "!EMERGE_PYTHON_PATH!" == "" (
There appear to be other example of this error in the file
see lines 75
also the file kdesettings.bat suffers from the same problem see line 115
I think it happens anywhere where a filename with spaces has been used such as
"Program Files" may be used as a filename. The first run has set some variable
names up which now fail when they have these values on the second path through
the code.
Reproducible: Always
Steps to Reproduce:
1.run "kdedev.bat"
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows