yzfedora / baidudl

This is a multi-thread download tool for pan.baidu.com
GNU General Public License v3.0
198 stars 35 forks source link

Dependence is broken. #1

Open yuzhangbit opened 8 years ago

yuzhangbit commented 8 years ago

liberr can't be compiled.

yzfedora commented 8 years ago

can you show me some error message? so that I can try to find the problem

On Mon, Jul 11, 2016 at 6:28 AM yuzhangbit notifications@github.com wrote:

liberr can't be compiled.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yzfedora/baidudl/issues/1, or mute the thread https://github.com/notifications/unsubscribe/AMFWJhPSw2ZnS2gNdRmccw-aF5K54b8pks5qUXICgaJpZM4JI7ra .

yzfedora commented 8 years ago

I have integrated the liberr to the source code, so you can re-download and try compile again.

On Mon, Jul 11, 2016 at 10:35 AM Yang Zhang yzfedora@gmail.com wrote:

can you show me some error message? so that I can try to find the problem

On Mon, Jul 11, 2016 at 6:28 AM yuzhangbit notifications@github.com wrote:

liberr can't be compiled.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yzfedora/baidudl/issues/1, or mute the thread https://github.com/notifications/unsubscribe/AMFWJhPSw2ZnS2gNdRmccw-aF5K54b8pks5qUXICgaJpZM4JI7ra .

yuzhangbit commented 8 years ago

No rule to make. I guess makefile of liberr is broken.

yzfedora commented 8 years ago

please re-download the source code, and run: "./configure" first, then "make && sudo make install", since I have integrated liberr to the baidudl in this morning, so liberr is no longer need.

On Tue, Jul 12, 2016 at 12:38 AM yuzhangbit notifications@github.com wrote:

No rule to make. I guess makefile of liberr is broken.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/yzfedora/baidudl/issues/1#issuecomment-231790672, or mute the thread https://github.com/notifications/unsubscribe/AMFWJltzsvsexeNFwt_REfZilKzXudO7ks5qUnGNgaJpZM4JI7ra .

ghost commented 8 years ago

when i run make , it got :

baidudl/missing: line 81: aclocal-1.15: command not found WARNING: 'aclocal-1.15' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: http://www.gnu.org/software/automake It also requires GNU Autoconf, GNU m4 and Perl in order to run: http://www.gnu.org/software/autoconf http://www.gnu.org/software/m4/ http://www.perl.org/ Makefile:325: recipe for target 'aclocal.m4' failed make: *\ [aclocal.m4] Error 127

yzfedora commented 8 years ago

it says can't found the aclocal on your system, please install it first. you can run dnf, yum or apt-get to install it. or if you sure you have installed autotools and automake on your system, you can run "autoreconf" first, then "./configure" and "make && sudo make install"

ghost commented 8 years ago

thank you ! i just install automake , then it is ok.