Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Biplab on July 17, 2007, 08:06:16 pm

Title: Linux build broken - Rev 4274?
Post by: Biplab on July 17, 2007, 08:06:16 pm
Latest C::B sources (Rev 4274) fails to compile in my Fedora 7 box. It generates a long list of error messages which I'm attaching with this thread. :(

The error message is related to latest changes in prep.h

I'm using GCC-4.1.2, Fedora 7, wxGTK-2.8.4.

Can anyone confirm this??

Thanks,

Biplab

[attachment deleted by admin]
Title: Re: Linux build broken - Rev 4274?
Post by: killerbot on July 17, 2007, 08:14:02 pm
I can confirm, same issue ...

@Thomas, can you double check your changes, and adjust (includes ?  casts ??)
Title: Re: Linux build broken - Rev 4274?
Post by: thomas on July 17, 2007, 08:37:07 pm
Code is correct, compiler is wrong. Reverted changes, so it compiles again.
Title: Re: Linux build broken - Rev 4274?
Post by: Biplab on July 18, 2007, 05:57:46 am
Thanks. :)