Bug 438221 - Error compiling scratch. File not found
Summary: Error compiling scratch. File not found
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Plugin: Scratchpad (other bugs)
Version First Reported In: 5.5.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-07 17:46 UTC by ivanc
Modified: 2021-06-07 17:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivanc 2021-06-07 17:46:20 UTC
SUMMARY


STEPS TO REPRODUCE
1. Created an example scratchpad.
2. Tried running with run > run scratch.
3. Compilation terminated with a file not found error.

OBSERVED RESULT

Running C:\WINDOWS\system32\cmd.exe...
g++: error: C:/Users/Ivan: No such file or directory
g++: error: Cancar/AppData/Local/kdevscratchpad/scratches/example.cpp: No such file or directory
g++: fatal error: no input files
compilation terminated.
Process finished with exit code 1.

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
My USERPROFILE environment variable has a space in it, that probably caused the bug.