Hi
  There seem to be some problems with the daily cvs tarball contents.

- autogen.sh is missing (although "configure" and libltdl/ are present!)

- "configure" runs ok, but compilations fail immediately saying
  "log.h:27:63: error: gettext.h: No such file or directory

- if I copy libbase/gettext.h in from my usual source tree they
compile and work OK.

I've tried this with gnash-cvs-20070419 gnash-cvs20070425 and
gnash-cvs20070429 and they all have exactly the same problems.

I would have thought that CVS tarballs should give the exact same
filetree that you would get if you could run "cvs co gnash", with
something like

#! /bin/sh

# Make a daily CVS snaphot of gnash

set -e                          # Exit if anything fails

distdir=/home/martin/lulu/tmp   # or wherever
tmpdir=/tmp/gnashcvs$$

mkdir $tmpdir && cd $tmpdir

CVS_RSH=ssh cvs -Q -z3
-d:pserver:[EMAIL PROTECTED]:/sources/gnash co gnash

datestamp=`date +%Y%m%d`        # e.g. 20070427
gnashcvs=gnash-cvs$datestamp
tarfile=$gnashcvs.tar.gz

mv gnash $gnashcvs
tar czf $tarfile $gnashcvs
mv $tarfile $distdir/

?

    M


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to