Code::Blocks Forums

User forums => Help => Topic started by: montchai on July 21, 2005, 04:06:47 am

Title: I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
Post by: montchai on July 21, 2005, 04:06:47 am
I have 2 questions!!! I build wxWidgets 2.6.1 & C::B CVS successfully but it's can't run. And when I copy new build files & some files to the old C::B 1.0 final from the web. It can run but some plugins are errors.

Q1. Where should I get the C::B packs that can use with my build C::B? (coz the old C::B can't use)
Q2. It show error dialog message that can not convert charactor to 'Windows-874' how to fix it? (coz I use this lang. for my comments)

thanx for the advice  :D
Title: I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
Post by: mandrav on July 21, 2005, 09:04:14 am
When C::B compiles succesfully, you should run update.bat. Then launch output/codeblocks.exe or devel/codeblocks.exe.
No need to copy anything over your installation...

Yiannis.
Title: I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
Post by: rickg22 on July 21, 2005, 09:42:23 am
Perhaps we should make an "update.bat" target (commands only) to the codeblocks project :-P
Title: I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
Post by: mandrav on July 21, 2005, 10:22:23 am
Quote from: rickg22
Perhaps we should make an "update.bat" target (commands only) to the codeblocks project :-P

There is one ;)
But it must be selected and run manually.

Yiannis.
Title: montchai
Post by: montchai on July 21, 2005, 03:40:53 pm
Thank you for your advice. But I'm a newbie coz the update.bat is unsuccessfully. In the update.bat's script it us zip command, but I don't know where I find it? could you tell me ?
Title: I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
Post by: mandrav on July 21, 2005, 03:53:02 pm
Get it here (http://www.info-zip.org/pub/infozip/Zip.html#Win32).

Yiannis.
Title: I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
Post by: darklordsatan on July 21, 2005, 05:00:28 pm
And so you know it, theres an interesting site where you can get not only zip but a bunch of useful unix tools for windows
GnuWin32 (http://gnuwin32.sourceforge.net/)

All the tools even come with sources ready to compile on win32 (but obviously this is optional, the point is downloading the binaries)

For, example, Here (http://gnuwin32.sourceforge.net/packages/zip.htm) is the zip package.

This is something to have in account if you're gonna be developing with gcc and sometimes you're gonna need some win32 flavours of unix tools.

Cheers