Author Topic: SVN resources.zip missing  (Read 5227 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
SVN resources.zip missing
« 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



Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: SVN resources.zip missing
« Reply #1 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

sethjackson

  • Guest
Re: SVN resources.zip missing
« Reply #2 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...

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: SVN resources.zip missing
« Reply #3 on: December 08, 2005, 09:08:43 pm »
Ok thanks,

That worked, and the missing files miraculously appeared.

Thanks
Pecan

sethjackson

  • Guest
Re: SVN resources.zip missing
« Reply #4 on: December 08, 2005, 09:48:06 pm »
Ok thanks,

That worked, and the missing files miraculously appeared.

Thanks
Pecan


No problem. :)