Hello all, I'm in the middle of installing mondo but it refuses to compile and doesn't say why. Here's the error message: ~/Backup/mondo-1.66> ./install.sh make clean make[1]: Entering directory `/home/adriel/Backup/mondo-1.66' rm -f *.o "#"*"#" rm -f mondo/common/*.o rm -f mondo/mondoarchive/*.o rm -f mondo/mondorestore/*.o rm -f *~ rm -f mondoarchive mondorestore make[1]: Leaving directory `/home/adriel/Backup/mondo-1.66' make mondoarchive make[1]: Entering directory `/home/adriel/Backup/mondo-1.66' gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DVERSION=\"\" -Wall -g -c mondo/mondoarchive/main.c In file included from mondo/mondoarchive/main.c:75: mondo/common/my-stuff.h:88:18: newt.h: No such file or directory mondo/mondoarchive/main.c: In function `main': mondo/mondoarchive/main.c:259: warning: implicit declaration of function `newtFinished' make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/home/adriel/Backup/mondo-1.66' make: *** [all] Error 2 Unable to compile Mondo It looks like a file or directory is missing and a function declaration is not to the install script's liking. Anyone know how to solve this problem? Thanks, Jerome
Jerome Lyles wrote:
Hello all, I'm in the middle of installing mondo but it refuses to compile and doesn't say why. Here's the error message: ...
In file included from mondo/mondoarchive/main.c:75: mondo/common/my-stuff.h:88:18: newt.h: No such file or directory ...
It does say why. It cannot find the file newt.h.
It looks like a file or directory is missing and a function declaration is not to the install script's liking. Anyone know how to solve this problem?
There are a number of auxiliary packages that the Mondo package requires to be installed in order to compile. You should go back to the Mondo homepage and read about how to get and install them. -- Rafael
On Friday 03 October 2003 1:43 pm, Rafael E. Herrera wrote:
There are a number of auxiliary packages that the Mondo package requires to be installed in order to compile. You should go back to the Mondo homepage and read about how to get and install them.
There is a reference on the Mondo page to SuSE rpms, and there are updated rpms for some of these other packages on that page. Having said that, although Mondo runs from these, it does not work correctly. I haven't had time to go into it in depth, but it seemed to choose a tmp dir for the backup almost at random, couldn't find the CD drive, and left the tmp dir set to the one it picked when it exited, meaning that nothing could be installed until I rebooted (the one it picked couldn't be deleted). So you may need to do a bit of tweaking ..... -- Best wishes Kevin Donnelly www.kyfieithu.co.uk - Meddalwedd Rydd yn Gymraeg
participants (3)
-
Jerome Lyles
-
Kevin Donnelly
-
Rafael E. Herrera