News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Execution of zip failed while installing the codeblocks in Windows 10

Started by pramaykaruley, June 08, 2018, 10:22:23 AM

Previous topic - Next topic

pramaykaruley

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.

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

stahta01

You have to re-start Code::Blocks after changing the PATH environmental variable!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

pramaykaruley

Sorry, I thought I replied to this thread. Thanks, it works,

Pramay