News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

arduino/Makefile.in not found (svn10720)

Started by blauzahn, February 03, 2016, 09:02:00 PM

Previous topic - Next topic

blauzahn


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?


Jenna

Fixed in trunk, thank your for reporting this.

blauzahn

Now it works again. Thank you for fixing this rapidly.