bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Error compiling the latest wget source code


From: Tim Ruehsen
Subject: Re: [Bug-wget] Error compiling the latest wget source code
Date: Mon, 14 May 2012 09:53:07 +0200
User-agent: KMail/1.13.7 (Linux/3.2.0-2-amd64; KDE/4.7.4; x86_64; ; )

Am Saturday 12 May 2012 schrieb Sankha Narayan Guria:
> Hi,
>     I am facing a bit of trouble compiling the sources of wget that i just
> downloaded from the bazaar repo. I execute the make command and it gives an
> error at the following step:
> 
> cat css.c >> css_.c
> cat: css.c: No such file or directory
> 
> Please help.

Maybe css.c became accidentially removed or you missed a step when downloading 
from bazaar !?

Please just try exactly this:

cd /tmp
bzr branch bzr://bzr.savannah.gnu.org/wget/trunk
cd trunk
./bootstrap
./configure
make
src/wget --version

It works for me.

If it doesn't works for you, you should give us more information about your 
environment (OS and versions of installed software related to the above 
process).

> Thank you,
> Sankha Narayan Guria

Tim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]