love-experiments automagic error
Posted: Sat Apr 05, 2014 1:19 pm
I use raspberry pi with Debian wheezy(Linux raspberrypi 3.10.34+ #661 PREEMPT Thu Mar 27 00:36:02 GMT 2014 armv6l GNU/Linux), and try to use GLES branch .
I updated to the newest GLES version:
Then,I executed the ' ./platform/unix/automagic -d ',but got this error:
What should I do? If someone could help me out that would be great.
I updated to the newest GLES version:
Code: Select all
hg pull && hg update GLES
Code: Select all
[automagic] Copying files...
[automagic] Running genmodules...
Generating src/Makefile.am ...
platform/unix/genmodules: line 85: ${#FILES}-2: substring expression < 0
platform/unix/genmodules: line 153: src/Makefile.am: No such file or directory
src/Makefile.am is updated! ^.^
Generating configure-modules.ac
configure-modules.ac is updated! ^.^
[automagic] Running autoheader...
[automagic] Running libtoolize...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `platform/unix'.
libtoolize: linking file `platform/unix/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `platform/unix/m4'.
libtoolize: linking file `platform/unix/m4/libtool.m4'
libtoolize: linking file `platform/unix/m4/ltoptions.m4'
libtoolize: linking file `platform/unix/m4/ltsugar.m4'
libtoolize: linking file `platform/unix/m4/ltversion.m4'
libtoolize: linking file `platform/unix/m4/lt~obsolete.m4'
[automagic] Running aclocal...
aclocal: couldn't open directory '/usr/local/sharel/aclocal': No such file or directory
[automagic] Failed, sadface.
[automagic] You can make this script more verbose running it in debug mode (-d)
[automagic] This is generally a configuration error (I'm looking at you aclocal)