Page 1 of 1

love-experiments automagic error

Posted: Sat Apr 05, 2014 1:19 pm
by poplar
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:

Code: Select all

hg pull && hg update GLES
Then,I executed the ' ./platform/unix/automagic -d ',but got this error:

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)
What should I do? If someone could help me out that would be great.

Re: love-experiments automagic error

Posted: Sat Apr 05, 2014 8:07 pm
by bartbes
Can you verify there's no directories within the src tree that have no source files in them?

Re: love-experiments automagic error

Posted: Sun Apr 06, 2014 5:45 am
by poplar
bartbes wrote:Can you verify there's no directories within the src tree that have no source files in them?
I checked all the sub-directories within the src including all the sub-directories in these sub-directories, and I can ensure that all the sub-directories have some files in it.
So,what`s the matter then?