#786606 codeblocks: New version does not work with direcctorios named with accented letters " á, é, í, ó, ú, ñ"

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
#786606#5
Date:
2015-05-23 12:11:47 UTC
From:
To:
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))

#786606#10
Date:
2015-07-20 14:23:18 UTC
From:
To:
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))