sleep_declaration.patch fixed only a non-declaration issue. I don't know how to fix linker error. And it is not arch-dependent: see x32 build log in my previous comment.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, only sleep_declaration.patch and build.log are significant, others are useless.
Patched.
Thank's for testing under x64, I have a x86 OS :)
1.1.01:
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot open output file mcrypt-shell: Is a directory
The same at x32.
Strange...
xxx@ant:~/security/mcrypt-shell/mcrypt-shell$ patch -b < sleep_declaration.patch
patching file mainwindow.cpp
patching file encryptwizard.cpp
xxx@ant:~/security/mcrypt-shell/mcrypt-shell$
After it I rebuild it under QtCreator 2.4.1.
No error also, as in the 1.1. Hmmm.
I try to install openSUSE x64 on weekends, and test under it.
Last edit: count0 2013-12-13
sleep_declaration.patch fixed only a non-declaration issue. I don't know how to fix linker error. And it is not arch-dependent: see x32 build log in my previous comment.
I got it. Linker failes because output binary has the same name as sources top level directory. So the subject may be closed.
Thanks for investigation ;-)