On Sun, Jun 15, 2003 at 09:59:27AM -0700 or thereabouts, Jesse Keating seemed to write:
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -c libmondo-archive.c -MT
> libmondo-archive.lo -MD -MP -MF .deps/libmondo-archive.TPlo -fPIC -DPIC -o
> .libs/libmondo-archive.lo
> libmondo-archive.c: In function `archive_this_fileset':
> libmondo-archive.c:308: `g_tmpfs_mountpt' undeclared (first use in this
> function)
> libmondo-archive.c:308: (Each undeclared identifier is reported only once
> libmondo-archive.c:308: for each function it appears in.)
> libmondo-archive.c: In function `make_afioballs_and_images_OLD':
> libmondo-archive.c:1525: `g_tmpfs_mountpt' undeclared (first use in this
> function)
> make[3]: *** [libmondo-archive.lo] Error 1
>
> I used:
>
> ./configure --prefix=/usr --with-X11 --disable-mt
cvs update again; it's been fixed (just now).
But let me take the time to tell you about the worst Mindi development bug, EVER.
It happened in the Perl version (the development thing :-)
Basically, I had $TempDir = "/tmp/mindi/$$" but I passed $TempDir to a function
which forgot to change Perl's default pass-by-reference semantics to pass-by-
value. So after the function I had $TempDir = "/". Well, guess what happened
at the end of the script: system "rm -rf $TempDir". The rest is history...
I'm not kidding about this one, but I was lucky that I interrupted the rm
at about 1 second through. I lost /usr/bin, /usr/include, and /dev but I
was able to reinstall all that.
Just shows you how important Mondo can be :-)
-- Josh
>
>
> --
> Jesse Keating RHCE MCSE
> http://geek.j2solutions.net
> Mondo DevTeam (www.mondorescue.org)
>
> Was I helpful? Let others know:
> http://svcs.affero.net/rm.php?r=jkeating
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: eBay
> Great deals on office technology -- on eBay now! Click here:
> http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
> _______________________________________________
> Mondo-devel mailing list
> Mondo-devel@...
> https://lists.sourceforge.net/lists/listinfo/mondo-devel
|