Re: [Libphidget-devel] error during clean
Status: Alpha
Brought to you by:
jstrohm
|
From: Vadim T. <vt...@fr...> - 2002-09-08 00:48:55
|
According to Jack Strohm: > > > I get this error after I updated and tried to clean. > > > > > > Making clean in examples > > > make[2]: Entering directory `/home/jstrohm/2/libphidget/src/examples' > > > make[2]: *** No rule to make target `clean'. Stop. > > > make[2]: Leaving directory `/home/jstrohm/2/libphidget/src/examples' > > > make[1]: *** [clean-recursive] Error 1 > > > make[1]: Leaving directory `/home/jstrohm/2/libphidget/src' > > > make: *** [clean-recursive] Error 1 > > > > Funny, this is what I get: > > > > test -z "phidget_c phidget_cpp" || rm -f phidget_c phidget_cpp > > rm -rf .libs _libs > > /bin/rm -f *~ .*~ > > rm -f *.o core *.core > > rm -f *.o > > rm -f *.lo > > > > Are you sure you're in the right branch? Try to get into a different > > directory, do 'cvs get libphidget', configure, make and then make clean - it > > should be fine. > > > > Not sure what the problem is, but it's working on my laptop fine. (the > prob showed up on my desktop). Looks good to me. Check the ./src/examples directory - if it is empty, you're in the wrong branch. --vt |