1100101 / Automatic

RSS downloader for Transmission
GNU General Public License v2.0
63 stars 13 forks source link

Automatic Cross compile issue - no .deps folder #19

Closed MrDini123 closed 8 years ago

MrDini123 commented 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!

MrDini123 commented 8 years ago

Fixed! I used autoreconf to generate the automake files. With the autogen.sh it works.