PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
Habari
Novice
Novice
Posts: 249
Joined: 25 Nov 2007, 16:04

PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Habari »

..........................
Last edited by Habari on 19 May 2010, 23:06, edited 1 time in total.
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by ElvenProgrammer »

I compiled the latest git on a fresh install of codeblocks/mingw and had no problems.
Can you give further details about your codeblocks setup?

Or maybe the problem has already been solved in recent commits and we can close the topic?

Regards
Habari
Novice
Novice
Posts: 249
Joined: 25 Nov 2007, 16:04

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Habari »

...............
Last edited by Habari on 19 May 2010, 23:06, edited 1 time in total.
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Jaxad0127 »

Maybe architecture mismatch. Make sure you're using 64bit if your computer is 64bit.
Image
Habari
Novice
Novice
Posts: 249
Joined: 25 Nov 2007, 16:04

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Habari »

....................
Last edited by Habari on 19 May 2010, 23:06, edited 1 time in total.
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Jaxad0127 »

Are you using the last release or the nightly build? You need to use the nightly.
Image
Habari
Novice
Novice
Posts: 249
Joined: 25 Nov 2007, 16:04

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Habari »

.....................
Last edited by Habari on 19 May 2010, 23:06, edited 1 time in total.
User avatar
Freeyorp101
Archivist Prime
Archivist Prime
Posts: 765
Joined: 04 Nov 2008, 09:17
Location: New Zealand

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Freeyorp101 »

Try

Code: Select all

git clone git://gitorious.org/mana/mana.git mana

---Freeyorp
(09:58:17) < tux9th> Freeyorp: your sig on the forums is kind of outdated
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Jaxad0127 »

And I was talking about Code::Blocks, not TMW/Mana.
Image
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by ElvenProgrammer »

jaxad0127 wrote:Are you using the last release or the nightly build? You need to use the nightly.
Is this required for Win7?

Because I installed latest official release of CodeBlocks on WinXP 64bit and compiled successfully
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Jaxad0127 »

Not sure. Might be mingw is too old too.
Image
Spekulyant
Peon
Peon
Posts: 13
Joined: 12 Aug 2009, 07:24

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Spekulyant »

Try to remove enet folder from search directories in CodeBlocks.
User avatar
Rotonen
TMW Adviser
TMW Adviser
Posts: 3154
Joined: 08 Sep 2004, 19:48
Location: Bern, Switzerland

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Rotonen »

What is the exact error you are having? Without that it's pretty much a guessing game trying to help you.

My best guess would be that you have not told C::B where to find SDL.
This message used to be meaningful.
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Jaxad0127 »

Rotonen wrote:What is the exact error you are having? Without that it's pretty much a guessing game trying to help you.

My best guess would be that you have not told C::B where to find SDL.
The error is in the first post as has nothing to do with SDL (or something rather weird is going on). Maybe ask the Code::Blocks developers. They're far more familiar that we are with it.
Image
User avatar
Rotonen
TMW Adviser
TMW Adviser
Posts: 3154
Joined: 08 Sep 2004, 19:48
Location: Bern, Switzerland

Re: PROBLEM COMPILING LATES GIT WITH CODEBLOCKS

Post by Rotonen »

Oopsie, my fault for not reading properly.

My apologies. Yes, my best revised guess hints at your mingw installation being borked up in some way. Nuke it from orbit and try with a fresh snapshot of mingw.
This message used to be meaningful.
Post Reply