As title
build log(when I18N is disabled):
gcc -Wall -g -c "/home/Vdragon/Workspace/Programming/My_projects/C程式設計世界哈囉!/Source code/Hello C world!.c" -o "obj/Debug/Source code/Hello C world!.o" g++ -o bin/Debug/C程式設計世界哈囉! "obj/Debug/Source code/Hello C world!.o" Output file is bin/Debug/C程式設計世界哈囉! with size 8.18 KB Process terminated with status 0 (0 minute(s), 0 second(s)) 0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
build log(when I18N is enabled and language is changed to zh_TW):
gcc -Wall -g -c "/home/Vdragon/Workspace/Programming/My_projects/C程式設計世界哈囉!/Source code/Hello C world!.c" -o "obj/Debug/Source code/Hello C world!.o" g++ -o bin/Debug/C程式設計世界哈囉! "obj/Debug/Source code/Hello C world!.o" gcc: error: /home/Vdragon/Workspace/Programming/My_projects/pI/Source code/Hello C world!.c: 沒有此一檔案或目錄 gcc: fatal error: no input files compilation terminated. Process terminated with status 4 (0 minute(s), 0 second(s)) 2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
As you can see the command during the linking phase failed as the non-ASCII part of path turned into garbled characters.
You may download the example source-code at the following address, the Code::Blocks project file is located under "Build solutions/Code::Blocks/" sub-directory.
https://drive.google.com/file/d/0B3e9XCL1ZWE8M3NMRGJDdHQ5WTA/view?usp=sharing
Ubuntu 14.04 GNU/Linux x86 32-bit
zh_TW.UTF-8
UPDATE: fix Markdown fail
build log(when I18N is disabled):
build log(when I18N is enabled and language is changed to zh_TW):
Last edit: V字龍(Vdragon) 2014-10-29
You may download zh_TW translation data from the following address:
https://translations.launchpad.net/codeblocks/trunk/+pots/codeblocks/zh_TW/+export
Fixed in [r12761].
Related
Commit: [r12761]