1 Jun 18:47
Re: makefile dist target?
Andreas Rottmann <a.rottmann <at> gmx.at>
2003-06-01 16:47:59 GMT
2003-06-01 16:47:59 GMT
Kristian Kvilekval <kris <at> cs.ucsb.edu> writes: >> So, I'd be glad if I could get some feedback about wether my commits >> broke anything and wether 'make distcheck' works now for everybody. > > I tried to get a build working after a cvs update -Pd, > however, the soundcard makefile was failing due to a missing > dependency on src/soundcard.cpp. I couldn't even find this > dependency in the Makefile, Makefile.in, or Makefile.am > I eventually did a fresh checkout and build and everything > is working fine. > Yes, I also had this a few times. You can work around this also by doing a make distcheck in the source tree and then do the build using a fresh, dedicated build directory; e.g. andy <at> alice:~/src/contrib/zinf% make distclean andy <at> alice:~/src/contrib/zinf% mkdir build andy <at> alice:~/src/contrib/zinf% cd build andy <at> alice:~/src/contrib/zinf/build% ../configure && make > However, when I try make distcheck or dist, I get the same > error > > make distcheck > make: *** No rule to make target `config/config.rpath', needed by > `distdir'. Stop. > Try re-running autogen.sh, which should now be fixed wrt this problem.(Continue reading)
RSS Feed