Closed MrDini123 closed 8 years ago
Hi!
I tried to compile it on a Debian with a mips toolchain, but when I try to execute make, it says this.
Like:
Makefile:692: ../src/.deps/automatic.Po: No such file or directory
I think it occurs, because I have the latest automake, which has some changes... And I haven't got .deps folder at the src directory... :/
Thanks!
Fixed! I used autoreconf to generate the automake files. With the autogen.sh it works.
Hi!
I tried to compile it on a Debian with a mips toolchain, but when I try to execute make, it says this.
Like:
Makefile:692: ../src/.deps/automatic.Po: No such file or directory
I think it occurs, because I have the latest automake, which has some changes... And I haven't got .deps folder at the src directory... :/
Thanks!