Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

unable to build rev 1706

<< < (3/4) > >>

280Z28:

--- Quote from: killerbot on January 11, 2006, 12:11:54 am ---build 1701 builds ok, but error message box at startup (rebuilded everything and update) :  about Manager::GetEditorManager no found in codeblocks.dll

--- End quote ---

Did you rebuild your plugins? They don't have libcodeblocks.a marked as a dependency so they won't automatically rebuild. :(

I'm not getting an error with 1707.

killerbot:
rebuilded copystrings once more : now ok
weird

[edit] : I always rebuild everything

Ceniza:
Any reason why this newest versions can cause problems with vector<>?

I've tried to build 1707 but it failed in AStyle calling vector<>::pop_back() and 1708 failed in wxFlatNotebook calling vector<>::erase().

MinGW's GCC 3.4.4

[edit]
So far it seems my MinGW is broken or something is messing around. I just tried compiling a copy of AStyle (the program, not the plugin) and it failed too. I was able to compile it without problems before.

Don't worry then, the problem will be local.
[/edit]

thomas:
Is your wxWidgets built in debug mode? Then you have the new keyword redefined with a macro. 1707 compiles fine for me.

Try if #undef new fixes the issue.

Ceniza:
Right, false alarm. I just overwrote my working copy of MinGW with one I saved before trying GCC 4.1.0 and it's working again.

I'll blame the file system for this one. It surely got something corrupted due to today's brownout.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version