Code::Blocks Forums

User forums => Help => Topic started by: kisoft on July 10, 2007, 09:03:58 am

Title: ScriptedWizard, wrong Makefile.am?
Post by: kisoft on July 10, 2007, 09:03:58 am
On my Ubuntu, C::B rev.4244 was not compiled now.
I found then Makefile.am content a next line:
SUBDIRS = c_file console d directx dll empty empty_file fltk glfw glut gtk h_file irrlicht lf ogre opengl plugins qt4 sdl smartwin staticlib sys win32gui wxwidgets

I doing delete token "win32gui" from this line and scriptwizard plugin was normallty compiled.
I can't test it when no use it wizard. May be anybody confirmed/test it?
My info (OS,version) see below in status line.
Title: Re: ScriptedWizard, wrong Makefile.am?
Post by: killerbot on July 10, 2007, 09:38:38 am
i can confirm this issue
Title: Re: ScriptedWizard, wrong Makefile.am?
Post by: Biplab on July 10, 2007, 09:44:00 am
Sorry. I forgot to update configure.in file. Please wait few more minutes. I'll fix it. :)
Title: Re: ScriptedWizard, wrong Makefile.am?
Post by: kisoft on July 10, 2007, 09:46:04 am
Sorry. I forgot to update configure.in file. Please wait few more minutes. I'll fix it. :)
Ok. No bugreport required, all right! :)
Title: Re: ScriptedWizard, wrong Makefile.am?
Post by: Biplab on July 10, 2007, 09:52:51 am
Ok. No bugreport required, all right! :)

Yes. Thanks for pointing this.  :)

Fixed in Rev 4245.

Please don't forget to do a ./bootstrap before configuring the source.
Title: Re: ScriptedWizard, wrong Makefile.am?
Post by: kisoft on July 10, 2007, 10:19:29 am
Please don't forget to do a ./bootstrap before configuring the source.
Thanks. I doing started this script always.