Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: MortenMacFly on May 29, 2007, 11:35:34 am

Title: No more build targets with r4007?
Post by: MortenMacFly on May 29, 2007, 11:35:34 am
I wonder whether I'm the only one:
I've updated to r4007 from SVN (previous was 4001). No whenever I open a project there are no more build targets in the combo-box (actually there *are* build targets but all zero-strings).
Without targets I cannot build anything so I have reverted back to a bbinary copy of r4001 for now. Any hints?
With regards, Morten.
Title: Re: No more build targets with r4007?
Post by: Biplab on May 29, 2007, 11:42:59 am
Did you update the resource files? (Means recreated the zip files)

I'm using R4007 without any problem, both on Windows and Linux. :)
Title: Re: No more build targets with r4007?
Post by: MortenMacFly on May 29, 2007, 12:10:34 pm
Did you update the resource files? (Means recreated the zip files)
Yes, I double-checked this. I could imagine it's related to r3988 and r3989. Although I don't understand why it was working in r4001 - but this could be because the ZIP files were not updated at that time. In addition I still use wx264 - so any other guys using the wx26 branch please step forward if you experience the same...?!
With regards, Morten.
Title: [solved] No more build targets with r4007?
Post by: MortenMacFly on May 29, 2007, 03:22:18 pm
Oh dear... hours and nerves later I found the culprit: It was Me, Myself and I. With the work on the EnvVars plugin I had temporarily destroyed propagating the project events to other listeners... WTF!!! :evil:

Sorry, guys, for the noise... :oops: :roll:

With regards, Morten.