Rev 213/214
Why are the handlers changed?
What the hell is this in Character.cpp wont compile here Guild.cpp or Welcome.cpp
I think sausage said download the newest gcc-4.5.1 does it cover this!
auto it = std::find_if(UTIL_RANGE(player->characters), [&](Character *c) -> bool
{
return (c->id == id);
});
14 years, 20 weeks ago
|
Deathx

Joined: 27th Nov 2008
Posts: 521
Re: Rev 213/214
What the hell? o.o It appears as if he's moving to shit that people with common c++ knowledge cant even comprehend. xD
---
¨°º¤ø„º°¨ Exile Studios ¨°º„ø¤º°¨
14 years, 20 weeks ago
|
Re: Rev 213/214
14 years, 20 weeks ago
|
Re: Rev 213/214
any fix for this because i do use the new gcc 4.5.1 ---
Live and let live. Hurt but do not kill. Finish what you start. NEVER GIVE UP!!!
14 years, 20 weeks ago
|
taffy
Joined: 10th Jan 2011
Posts: 323
Re: Rev 213/214
I could Imagine sausage doing an evil laugh because of this post :0
14 years, 20 weeks ago
|
Re: Rev 213/214
What baffles me is this part is it correct
-> bool
14 years, 20 weeks ago
|
kenobi13

Joined: 3rd Jun 2009
Posts: 881
Re: Rev 213/214
Well, it has compiled for me correctly. You just need a fresh gcc.
14 years, 20 weeks ago
|
Desmond
Joined: 7th Jun 2010
Posts: 2424
Re: Rev 213/214
It should compile under gcc 4.5. I know this due to Sausage showing me how to compile under linux and whilst he was at it added the linux code::blocks project for everyone. We had the discusion about gcc because I had an old version of Ubuntu that does not have gcc 4.5 only 4.4. ---
I am an alien and not crazy!
14 years, 20 weeks ago
|
Re: Rev 213/214
I downloaded tdm-gcc-4.5.1.exe and tried to set it up. Im not to good at codeblocks setup, is there a certain way I have to install,replace the existing, or manage the setup.
Is that the correct download?
14 years, 20 weeks ago
| | | | | | | | |