Author Topic: compilergcc plugin missing cmdlinegenerator.cpp?  (Read 5755 times)

basic

  • Guest
compilergcc plugin missing cmdlinegenerator.cpp?
« 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).

basic

  • Guest
Re: compilergcc plugin missing cmdlinegenerator.cpp?
« Reply #1 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.

basic

  • Guest
Re: compilergcc plugin missing cmdlinegenerator.cpp?
« Reply #2 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: compilergcc plugin missing cmdlinegenerator.cpp?
« Reply #3 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...
Be patient!
This bug will be fixed soon...

basic

  • Guest
Re: compilergcc plugin missing cmdlinegenerator.cpp?
« Reply #4 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]