User forums > Help

Compiling Code::Blocks with wxWidgets 3.0.0 -- Execution of 'zip -jq9 failed

<< < (2/2)

craigger:
thanks again for your help but restarting codeblocks and pc didn't change anything.

it shows the same errormessage

--- Code: ---cmd /c if not exist devel30\share\CodeBlocks mkdir devel30\share\CodeBlocks
zip -jq9 devel30\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc
Execution of 'zip -jq9 devel30\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc' in 'C:\Users\domin\Documents\clean code\src' failed.

--- End code ---

Sorry for my bad English ;)

stahta01:

--- Quote from: craigger on November 09, 2016, 02:36:12 pm ---thanks again for your help but restarting codeblocks and pc didn't change anything.

it shows the same errormessage

--- Code: ---cmd /c if not exist devel30\share\CodeBlocks mkdir devel30\share\CodeBlocks
zip -jq9 devel30\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc
Execution of 'zip -jq9 devel30\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc' in 'C:\Users\domin\Documents\clean code\src' failed.

--- End code ---

Sorry for my bad English ;)

--- End quote ---

Try to use a file path that does NOT have spaces in it. No idea if zip has problems with this or not.
Verify that zip command is in the path; I posted how to do that in my last post.

Tim S.

stahta01:

How to see a real error message run in a cmd.exe window.

--- Code: ---cd "C:\Users\domin\Documents\clean code\src"
zip -jq9 devel30\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc

--- End code ---

Tim S.

icequan233:
try to set PATH C:\Program Files (x86)\Sophos\Sophos SSL VPN Client\bin;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;D:\zip300xn-x64
not C:\zip300xn-x64. I had the same problem with you ,so I changed,it did work for me.

Navigation

[0] Message Index

[*] Previous page

Go to full version