Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: basic on November 29, 2005, 10:17:56 am

Title: compilergcc plugin missing cmdlinegenerator.cpp?
Post by: basic on November 29, 2005, 10:17:56 am
the svn trunk version of compilergcc plugin seems to be missing cmdlinegenerator.cpp in its Makefile.am? I'm getting missing simbols at runtime. If I add to it, it seems to work, but switching between compilers seems to be broken (as in the options don't update).
Title: Re: compilergcc plugin missing cmdlinegenerator.cpp?
Post by: basic on November 29, 2005, 10:35:37 am
ok I was wrong, the options in the "Compiler Settings" dialog do update, with the exception of the "Programs" tab.
Title: Re: compilergcc plugin missing cmdlinegenerator.cpp?
Post by: basic on November 29, 2005, 10:49:49 am
nevermind it's just another instance of the wxComboBox (wxWidgets 2.6.2) problem http://forums.codeblocks.org/index.php?topic=1003.0. The Makefile.am problem is valid though.
Title: Re: compilergcc plugin missing cmdlinegenerator.cpp?
Post by: mandrav on November 29, 2005, 11:34:08 am
Are you in a hurry, or what? :)
cmdlinegenerator.h was just added yesterday and autotools were not updated for it yet. I 'll update it in a while...
Title: Re: compilergcc plugin missing cmdlinegenerator.cpp?
Post by: basic on November 30, 2005, 04:51:02 am
heh, no problem. I've fixed it myself in my local tree. here's a patch if it helps.

[attachment deleted by admin]