Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Pecan on December 08, 2005, 08:37:49 pm

Title: SVN resources.zip missing
Post by: Pecan on December 08, 2005, 08:37:49 pm
I downloaded the trunk with :
Code
SET APR_ICONV_PATH=C:\usr\bin\Subversion\iconv
svn checkout svn://svn.berlios.de/codeblocks/trunk
No errors on the download. But after compiling,  codeblocks
puts up the message "cannot find ..Resources.zip".
It also cannot find splash_new.png.

Sure enough, svn did not download those files. Where can I get
the appropriate ...\codeblocks\plugins\*.zip files for the svn version?

thanks
pecan


Title: Re: SVN resources.zip missing
Post by: tiwag on December 08, 2005, 08:54:22 pm
you need to run update.bat - but before you need a zip program in your path

please read the wiki about these steps
http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_2.6.1_to_develop_Code::Blocks_%28MSW%29#Post_compilation_steps_.28before_running_C::B.29
Title: Re: SVN resources.zip missing
Post by: sethjackson on December 08, 2005, 08:55:12 pm
I downloaded the trunk with :
Code
SET APR_ICONV_PATH=C:\usr\bin\Subversion\iconv
svn checkout svn://svn.berlios.de/codeblocks/trunk
No errors on the download. But after compiling,  codeblocks
puts up the message "cannot find ..Resources.zip".
It also cannot find splash_new.png.

Sure enough, svn did not download those files. Where can I get
the appropriate ...\codeblocks\plugins\*.zip files for the svn version?

thanks
pecan




The .zip files get created when you compile C::B IIRC. :) The .png files should have downloaded though...
Title: Re: SVN resources.zip missing
Post by: Pecan on December 08, 2005, 09:08:43 pm
Ok thanks,

That worked, and the missing files miraculously appeared.

Thanks
Pecan
Title: Re: SVN resources.zip missing
Post by: sethjackson on December 08, 2005, 09:48:06 pm
Ok thanks,

That worked, and the missing files miraculously appeared.

Thanks
Pecan


No problem. :)