On Thu, 2002-12-26 at 15:34, Sasongko Pribadi Djoko wrote: > Dear Stephen, Friends, > > I did delete all file in dvd_disc_20000215_css and re-extract the tar file. > And then I did below instruction: > ------------------------------------------------------------------------- > [root@localhost dvd_disc_20000215_css]# l > COPYING dvd_disc.c dvd_disc_.o dvd_file.h dvd_udf.h README.dvd_disc > RE > dvdbackup.c dvd_disc.h dvd_file.c dvd_udf.c Makefile README.dvd_file > re > [root@localhost dvd_disc_20000215_css]# ./configure > bash: ./configure: No such file or directory > [root@localhost dvd_disc_20000215_css]# make > make: *** No rule to make target `../dvd_css', needed by `dvd_udf.o'. Stop. > [root@localhost dvd_disc_20000215_css]# make install > make: *** No rule to make target `install'. Stop. > [root@localhost dvd_disc_20000215_css]# > -------------------------------------------------------------------------- > > Did I do something wrong? > Hi,
You have the same archive as I do, yet mine works... Hmmmmm. Check your Makefile... is the second line as quoted below uncommented in your makefile? # include this only, if dvd_css modules is available #UDF_SOFT_CSS=1 It should be as above (commented with a #) if you don't have the dvd_css sources (which you don't). Make sure the above line is commented as shown and do: make clean && make That should be all you need to do. Regards, John...
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
