Author Topic: I build wxWidgets2.6.1 & Code::Blocks CVS successfully b  (Read 6474 times)

montchai

  • Guest
I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
« Reply #1 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.
Be patient!
This bug will be fixed soon...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
« Reply #2 on: July 21, 2005, 09:42:23 am »
Perhaps we should make an "update.bat" target (commands only) to the codeblocks project :-P

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
« Reply #3 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.
Be patient!
This bug will be fixed soon...

montchai

  • Guest
montchai
« Reply #4 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 ?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
« Reply #5 on: July 21, 2005, 03:53:02 pm »
Get it here.

Yiannis.
Be patient!
This bug will be fixed soon...

darklordsatan

  • Guest
I build wxWidgets2.6.1 & Code::Blocks CVS successfully b
« Reply #6 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

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 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