From: Stuart C. <st...@rd...> - 2004-05-14 10:12:05
|
Unfortunately, Cygwin allows a choice of Unix or DOS style line endings when you install it. Choosing DOS CRLF line endings can cause interoperability problems with source packages using autoconf/automake since although GCC can cope with either line-endings, some of the shell commands used in autoconf may be sensitive to line-endings. Also, I committed a change to bootstrap.sh to make it work reliably with the limited /bin/sh shell installed by default by Cygwin (fixes the "line 14" error). Stuart On Wed, 2004-05-12 at 19:25, Matt Beard wrote: > Not at the moment I can't!! I cant access CVS from my Linux box and > autoconf/automake barfs on the windows line-ends!! > > Cygwin barfs at line 14 of bootstrap.sh > > Matt > > > At 18:43 12/05/2004, Stuart Cunningham wrote: > >I bumped the version number in configure.ac to 0.4.0. Also I added a > >zip target for "make dist". All you need to do to produce both the .zip > >and .tar.gz packages is: > > ./bootstrap.sh > > ./configure > > make dist > > > >You should get: > > 355362 mxflib-alpha-0.4.0.zip > > 279709 mxflib-alpha-0.4.0.tar.gz > > > >You can do this from Cygwin or a Unix/Linux/MacOSX box provided you have > >autoconf and automake installed. > > > >Stuart > > > >On Wed, 2004-05-12 at 18:06, Matt Beard wrote: > > > I intend to release mxflib-alpha-0.4.0 this weekend. If you think there > > > are any problems in doing so please squeek now or forever hold your peas. > > > > > > Obviously please don't check-in anything during the weekend as it might > > get > > > half released!! > > > > > > Matt > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by Sleepycat Software > > > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to > > > deliver higher performing products faster, at low TCO. > > > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > > > _______________________________________________ > > > Mxflib-developers mailing list > > > Mxf...@li... > > > https://lists.sourceforge.net/lists/listinfo/mxflib-developers > |