Hello all,
I am trying to compile the codeblocks using source code with the help of http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Windows (http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Windows).
I followed every step as mentioned on this page, but while compiling, I am getting the following error:
Target is up to date.
Running target post-build steps
cmd /c if not exist devel\share\CodeBlocks mkdir devel\share\CodeBlocks
zip -jq9 devel\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc
Execution of 'zip -jq9 devel\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc' in '\Projects\codeblocks-code-11414-trunk\src' failed.
I have also set the path of zip.exe in the environment variable.
I checked it using cmd to zip a sample file, then it worked fine.
Please help me to resolve this issue.
Pramay