Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: blauzahn on February 03, 2016, 09:02:00 PM

Title: arduino/Makefile.in not found (svn10720)
Post by: blauzahn on February 03, 2016, 09:02:00 PM

since a few days after svn update my ./bootsrap fails with:


trunk$ ./bootstrap
Using 'svn --xml info' to get the revision
Found revision: '10762' '2016-02-02 10:16:46'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:345: error: required file 'src/plugins/scriptedwizard/resources/arduino/Makefile.in' not found


That file is indeed missing. Seems to originate in:

svn10720:  * user contribution: added arduino and msp430 wizards

Looks like that file has not been added to svn, right?

Title: Re: arduino/Makefile.in not found (svn10720)
Post by: Jenna on February 03, 2016, 10:34:39 PM
Fixed in trunk, thank your for reporting this.
Title: Re: arduino/Makefile.in not found (svn10720)
Post by: blauzahn on February 03, 2016, 10:55:31 PM
Now it works again. Thank you for fixing this rapidly.