project-navigation
Personal tools

Author Topic: Codeblocks updating help! No msys.bat  (Read 4452 times)

Offline Kaerius

  • Rookie
  • ***
  • Posts: 85
    • View Profile
Codeblocks updating help! No msys.bat
« on: September 05, 2009, 01:55:42 pm »
I haven't been checking in for a while so... when I finally got back here, updated to latest SVN and tried to compile, only to run into a bunch of errors. So I checked the wiki to try and figure out what went wrong, and it mentions keeping your codeblocks up to date, with msys.bat. I apparently do not have msys.bat... I guess it wasn't included in my prepackaged codeblocks download back then.

So, anyone who can help me getting msys installed so I can update codeblocks? Or should I just reinstall it and set everything up again?

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Codeblocks updating help! No msys.bat
« Reply #1 on: September 05, 2009, 02:05:06 pm »
I haven't been checking in for a while so... when I finally got back here, updated to latest SVN and tried to compile, only to run into a bunch of errors. So I checked the wiki to try and figure out what went wrong, and it mentions keeping your codeblocks up to date, with msys.bat. I apparently do not have msys.bat... I guess it wasn't included in my prepackaged codeblocks download back then.

So, anyone who can help me getting msys installed so I can update codeblocks? Or should I just reinstall it and set everything up again?

I don't know msys.bat but the latest C::B package is here AFAIK.

-geever

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: Codeblocks updating help! No msys.bat
« Reply #2 on: September 05, 2009, 02:36:48 pm »
i dont think msys is used with codeblock. msys is only used to use mingw "make", i think.

Offline Kaerius

  • Rookie
  • ***
  • Posts: 85
    • View Profile
Re: Codeblocks updating help! No msys.bat
« Reply #3 on: September 05, 2009, 06:25:35 pm »
Got the new prepack, followed all the instructions and still no go on compiling. :/

Getting "undefined reference to mcount" errors.

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: Codeblocks updating help! No msys.bat
« Reply #4 on: September 05, 2009, 11:47:32 pm »
WHat page are you reading? dont know what is mcount.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Codeblocks updating help! No msys.bat
« Reply #5 on: September 06, 2009, 09:08:49 am »
make sure to rebuild and clean the old compiled files - seems like you are mixing debug and release mode builds.