trouble compiling trunk on Ubuntu 11.10
Posted: Sun Dec 11, 2011 9:45 pm
Hello,
Has anyone compiled successfully on Ubuntu 11.10? Everything seems to compile correctly but the build fails at the end with:
(a lot of stuff omitted ...)
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/colini/dev/exult/usecode'
Making all in compiler
make[3]: Entering directory `/home/colini/dev/exult/usecode/compiler'
/bin/bash ../../ylwrap uclex.ll .c uclex.cc -- /bin/bash /home/colini/dev/exult/missing --run flex
make[3]: *** [uclex.cc] Error 1
make[3]: Leaving directory `/home/colini/dev/exult/usecode/compiler'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/colini/dev/exult/usecode'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/colini/dev/exult'
make: *** [all] Error 2
I have flex 2.5.35 installed, tho it's not clear from the error there that flex is the problem.
Any ideas?
thanks,
Colin
Has anyone compiled successfully on Ubuntu 11.10? Everything seems to compile correctly but the build fails at the end with:
(a lot of stuff omitted ...)
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/colini/dev/exult/usecode'
Making all in compiler
make[3]: Entering directory `/home/colini/dev/exult/usecode/compiler'
/bin/bash ../../ylwrap uclex.ll .c uclex.cc -- /bin/bash /home/colini/dev/exult/missing --run flex
make[3]: *** [uclex.cc] Error 1
make[3]: Leaving directory `/home/colini/dev/exult/usecode/compiler'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/colini/dev/exult/usecode'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/colini/dev/exult'
make: *** [all] Error 2
I have flex 2.5.35 installed, tho it's not clear from the error there that flex is the problem.
Any ideas?
thanks,
Colin