[vlc] Fwd: Re: Compiling VLC - problem with libiconv

Mitch Mitch at HasBox.COM
Mon Oct 23 10:11:27 CEST 2006


Your problem is you have an old version of 'sed' which doesn't support 
the '-i' flag.

 > sed: invalid option -- i

Install a newer version of the streaming editor with the in-situ editing 
flag.

Cheers
Mitch
-------- Original Message --------
Subject: 	[vlc] Re: Compiling VLC - problem with libiconv
Date: 	Mon, 23 Oct 2006 00:04:36 -0700
From: 	Charles Iliya Krempeaux <supercanadian at gmail.com>
Reply-To: 	vlc at videolan.org
To: 	VLC Mailing List <vlc at videolan.org>
References:
<84ce626f0610182349r3a4d40a1o168c424651b7be69 at mail.gmail.com>
<84ce626f0610191621s1e868ff7m34dfd3d896a628e8 at mail.gmail.com>
<20061020013150.013c1c3f at zod>
<84ce626f0610191712w3e9274a6qc3648f5f6e53e4d1 at mail.gmail.com>
<20061020022305.45a9d309 at zod>
<84ce626f0610191743j63ee9cd6n3575141a5dd59a11 at mail.gmail.com>
<20061020030527.021cb85b at zod>
<84ce626f0610192144r15f8851p688c5da2c40b5f88 at mail.gmail.com>
<84ce626f0610192157n7b0d2ad0yf57b07bba15e281f at mail.gmail.com>
<20061020091352.3b66e4c2 at zod>



Hello,

I tried make'ing the stuff in "extras/contrib/" again.  I used the
following command...

./bootstrap &&  PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml"
LDFLAGS=-L/usr/win32/lib make


and got the following error...

/bin/install -c -m 644 ./hello-php/po/vi.po
/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/doc/gettext/examples/hello-php/po/vi.po 


/bin/install -c -m 644 ./hello-php/po/zh_CN.po
/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/doc/gettext/examples/hello-php/po/zh_CN.po 


/bin/install -c -m 644 ./hello-php/po/zh_TW.po
/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/doc/gettext/examples/hello-php/po/zh_TW.po 


/bin/install -c -m 644 ./README
/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/doc/gettext/examples/README 


test -z
"/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/doc/gettext/examples" 

|| mkdir -p --
"/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/doc/gettext/examples" 


  /bin/install -c -m 644 'installpaths'
'/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/doc/gettext/examples/installpaths' 


make[7]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext/gettext-tools/examples' 


make[6]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext/gettext-tools/examples'
make[5]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext/gettext-tools/examples'
make[5]: Entering directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext/gettext-tools'
make[6]: Entering directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext/gettext-tools' 


make[6]: Nothing to be done for `install-exec-am'.
test -z
"/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/gettext" ||
mkdir -p --
"/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/gettext"
  /bin/install -c '../autoconf-lib-link/config.rpath'
'/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/gettext/config.rpath'
  /bin/install -c '../build-aux/mkinstalldirs'
'/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/share/gettext/mkinstalldirs'
make[6]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext/gettext-tools'
make[5]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext/gettext-tools'
make[4]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext/gettext-tools' 


make[4]: Entering directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext'
make[5]: Entering directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext'
make[4]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext'
make[3]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src/gettext'
(cd ../include; sed -i.orig '283 c #if !1' libintl.h)
sed: invalid option -- i
Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...

   -n, --quiet, --silent
                  suppress automatic printing of pattern space
   -e script, --expression=script
                  add the script to the commands to be executed
   -f script-file, --file=script-file
                  add the contents of script-file to the commands to be
executed
   -c  --nocr     turn off \r$ translation; must be first switch on
command line
       --help     display this help and exit
   -V, --version  output version information and exit

If no -e, --expression, -f, or --file option is given, then the first
non-option argument is taken as the sed script to interpret.  All
remaining arguments are names of input files; if no input files are
specified, then the standard input is read.

E-mail bug reports to: bug-gnu-utils at gnu.org
<mailto:bug-gnu-utils at gnu.org> .
Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.
make[2]: *** [.intl] Error 4
make[2]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory
`/home/Charles/VideoLAN/VLC/vlc-trunk/extras/contrib'
make: *** [all] Error 2

It looks like there some error with  "sed".

Any ideas?


See ya


On 10/20/06, *Rafaël Carré* <rafael.carre at gmail.com
<mailto:rafael.carre at gmail.com>> wrote:

     Le Thu, 19 Oct 2006 21:57:29 -0700,
     "Charles Iliya Krempeaux" <supercanadian at gmail.com
     <mailto:supercanadian at gmail.com>> a écrit :

      > These are the contribs I need, correct?...
      >
      >
 
http://download.videolan.org/pub/testing/win32/contrib-20061015-win32-bin-gcc-3.4.5-only.tar.bz2

     correct :)
     --
     Rafaël Carré





-- 
     Charles Iliya Krempeaux, B.Sc.

     charles @ reptile.ca <http://reptile.ca>
     supercanadian @ gmail.com <http://gmail.com>

     developer weblog: http://ChangeLog.ca/

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list