Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: raphaelco on May 13, 2010, 03:07:15 am

Title: build error: zip
Post by: raphaelco on May 13, 2010, 03:07:15 am
Hi

I'm trying to compile codeblocks, the contributed plugin more exactly. I opened contribPlugins.workspace, hit "Build" and got the following error:

Quote
-------------- Build: default in AutoVersioning ---------------

Compiling: avChangesDlg.cpp
Compiling: avHeader.cpp
Compiling: avSvnRevision.cpp
Compiling: avVersionEditorDlg.cpp
Compiling: AutoVersioning.cpp
Linking dynamic library: ..\..\..\devel\share\codeblocks\plugins\AutoVersioning.dll
Output size is 3.87 MB
Running target post-build steps
zip -j9 ..\..\..\devel\share\codeblocks\AutoVersioning.zip manifest.xml
Execution of 'zip -j9 ..\..\..\devel\share\codeblocks\AutoVersioning.zip manifest.xml' in 'C:\Documents and Settings\Fabricio\Desktop\source codes\' SCM\codeblocks\src\plugins\contrib\AutoVersioning' failed.
Nothing to be done.

what is this zip command?
Title: Re: build error: zip
Post by: ollydbg on May 13, 2010, 04:28:23 am
See this WIKI page !!! (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows#zip.exe)
Title: Re: build error: zip
Post by: raphaelco on May 13, 2010, 07:19:48 am
See this WIKI page !!! (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows#zip.exe)

thanks
I didn't know there was a wiki page explaining this, I was following the BUILD file instructions
Title: Re: build error: zip
Post by: joshuarouth on April 20, 2011, 09:20:09 pm
Hi - I'm desperately trying to find a way to install AutoVersioning on CodeBlocks. I'm afraid that I don't have the faintest idea how to compile it from the source, and my initial attempts at following tutorials to do so have failed.

If possible, please could someone just send me the compiling AutoVersioning plug in for code blocks, such that I can install it using the Plug Ins > Manage Plug ins option.

Many thanks,

 Josh
Title: Re: build error: zip
Post by: Jenna on April 20, 2011, 10:39:58 pm
It's part of the contrib-plugins, you just have to install it.
How to install depends on your platform.
Sending a binary plugin would be impossible, because you say nothing about your OS and the version of C::B you use.
Title: Re: build error: zip
Post by: joshuarouth on April 22, 2011, 03:54:18 pm
My apologies for the lack on information, and thank you for your prompt reply.

I'm running code blocks on a 64 bit windows 7 platform. I've tried checking out the Autoversioning source files, but I've having trouble compiling them still, so it would be really useful if someone could just link me to the compiled Autoversioning plug in. I'm hoping that it will then just be a case of using the 'install plug in' option within codeblocks.

Thanks again,

- Josh
Title: Re: build error: zip
Post by: Jenna on April 22, 2011, 04:00:47 pm
I'm running code blocks on a 64 bit windows 7 platform. I've tried checking out the Autoversioning source files, but I've having trouble compiling them still, so it would be really useful if someone could just link me to the compiled Autoversioning plug in. I'm hoping that it will then just be a case of using the 'install plug in' option within codeblocks.
As I wrote before:
It's part of the contrib-plugins, you just have to install it.
How to install depends on your platform.

If you use the 10.05-release with the installer, just rerun it (the installer) and make sure you selected the autoversioning-plugin for install.
Rerunning the installer does not touch your existing configuration.
Title: Re: build error: zip
Post by: joshuarouth on April 25, 2011, 10:32:04 am
Sorted! Thanks so much for that jens - for some reason I hadn't twigged that Autoversioning was in the existing install, despite your sounds advice. All fixed now.

Many thanks.
Title: Re: build error: zip
Post by: Biplab on April 25, 2011, 04:15:48 pm
See this WIKI page !!! (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows#zip.exe)

thanks
I didn't know there was a wiki page explaining this, I was following the BUILD file instructions


You can download zip.exe from the following link
Quote
ftp://ftp.info-zip.org/pub/infozip/win32/zip300xn.zip
or 64 bit version
Quote
ftp://ftp.info-zip.org/pub/infozip/win32/zip300xn-x64.zip

I tried to update Wiki link. However I received an error message saying that Wiki is currently in maintenance mode. :(