Need help building Juce using CodeBlocks

Hi,

I am wondering whether anyone has gotten Juce to work on CodeBlocks.
I gives me 2 errors related to inlining failing in call to void juce::PixelARGB

Any idea what I am doing wrong?

Thanks

Sorry I didn’t provide some more information before.
I have read the forums to no avail. I am using the latest MinGw (Jan 08) and the latest CodeBlocks (not the old stable version).
After I add the paths to the compiler libraries it starts to compile but it gives me two errors:

juce_PixelFormats.h sorry, unimplemented: inlining failed in call to ‘void juce::PixelARGB::tween(conts Pixel&, juce::uint32) throw () [with Pixel = juce::PixelARGB]’: function body not available

juce_ColourGradient.cpp sorry, unimplemented: called from here

I also had to comment out the ASIO code.

Thanks again

Hi, I managed to compile it removing all the pesky forcedinline statements. I hope that’s safe thing to do…Ta

It’s safe to do that, but a bit annoying. It’s a bug in the old gcc version, I think.