Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Hello world plugin example Codeblocks, error of execution. Need help

(1/3) > >>

aindrajaya:
I just try to build a Hello world plugin example, but I found an error when I try to build it.

-------------- Build: default in coba (compiler: GNU GCC Compiler)---------------

Target is up to date.
Running target post-build steps
zip -j9 coba.zip manifest.xml
Execution of 'zip -j9 coba.zip manifest.xml' in 'C:\Users\aindrajaya\AppData\Roaming\CodeBlocks\share\coba' failed.

anyone can help me, how to fix it ?  :-\

yvesdm3000:
Do you have the 'zip' program?

Yves

aindrajaya:

--- Quote from: yvesdm3000 on October 01, 2016, 08:22:51 am ---Do you have the 'zip' program?

Yves

--- End quote ---

yes I have zip program, Why ? it can be trouble ?

rlb:

--- Quote from: aindrajaya on October 01, 2016, 04:56:02 am ---
zip -j9 coba.zip manifest.xml
Execution of 'zip -j9 coba.zip manifest.xml' in 'C:\Users\aindrajaya\AppData\Roaming\CodeBlocks\share\coba' failed.

--- End quote ---
That's not a particularly helpful error message - it doesn't tell you what went wrong, only that something did.

What happens if you execute that command by hand? Does it tell you anything more interesting? Then try another zip command - any random one not involving your project - and see if that fails as well. Maybe zip does exist on your computer, but hasn't been put in the search path - in that case, I would indeed expect all zip commands to fail with a curt "doesn't exist" message, so maybe that's your problem.

aindrajaya:

--- Quote ---Maybe zip does exist on your computer, but hasn't been put in the search path - in that case, I would indeed expect all zip commands to fail with a curt "doesn't exist" message, so maybe that's your problem. - rlb
--- End quote ---

how I can decide my zip put in the search path ?

Navigation

[0] Message Index

[#] Next page

Go to full version