#786606 codeblocks: New version does not work with direcctorios named with accented letters " á, é, Ã, ó, ú, ñ" #786606
- Package:
- codeblocks
- Source:
- codeblocks
- Description:
- Code::Blocks integrated development environment (IDE)
- Submitter:
- Enrique Gallego López
- Date:
- 2019-11-04 09:57:03 UTC
- Severity:
- normal
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
*** End of the template - remove these template lines ***
-------------- Build: Debug in Prueba (compiler: GNU GCC
Compiler)---------------
gcc -Wall -g -c /home/kike/Extraña/Prueba/main.c -o obj/Debug/main.o
g++ -o bin/Debug/Prueba obj/Debug/main.o
g++: error: obj/Debug/main.o: No existe el fichero o el directorio
g++: fatal error: no input files
compilation terminated.
Process terminated with status 4 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
I can also confirm this problem in codeblocks 13.12-3.1~bpo8+1.-------------- Build: Debug in Hello world (compiler: GNU GCC Compiler)--------------- gcc -Wall -g -c "/home/joao/Programação/Hello world/main.c" -o obj/Debug/main.o g++ -o "bin/Debug/Hello world" obj/Debug/main.o g++: error: obj/Debug/main.o: Arquivo ou diretório não encontrado g++: fatal error: no input files compilation terminated. Process terminated with status 4 (0 minute(s), 0 second(s)) 0 error(s), 0 warning(s) (0 minute(s), 0 second(s))