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
