UFO:Alien Invasion

Technical support => FAQ => Topic started by: Kaerius on September 05, 2009, 01:55:42 pm

Title: Codeblocks updating help! No msys.bat
Post by: Kaerius 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?
Title: Re: Codeblocks updating help! No msys.bat
Post by: geever 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 (http://mattn.ninex.info/download/codeblocks.zip) AFAIK.

-geever
Title: Re: Codeblocks updating help! No msys.bat
Post by: bayo 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.
Title: Re: Codeblocks updating help! No msys.bat
Post by: Kaerius 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.
Title: Re: Codeblocks updating help! No msys.bat
Post by: bayo on September 05, 2009, 11:47:32 pm
WHat page are you reading? dont know what is mcount.
Title: Re: Codeblocks updating help! No msys.bat
Post by: Mattn 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.