Author Topic: Execution of zip failed while installing the codeblocks in Windows 10  (Read 2510 times)

Offline pramaykaruley

  • Single posting newcomer
  • *
  • Posts: 4
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
Code
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
« Last Edit: June 08, 2018, 10:35:14 am by pramaykaruley »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
You have to re-start Code::Blocks after changing the PATH environmental variable!

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

Offline pramaykaruley

  • Single posting newcomer
  • *
  • Posts: 4
Sorry, I thought I replied to this thread. Thanks, it works,

Pramay