Page 1 of 1

Error in compilation

Posted: 20 Sep 2005 10:02
by linuxman74
I have this problem during the compilation of the vlc:
Making all in po
make[2]: Entering directory `/home/davide/videolan/vlc-trunk/po'
rm -f ca.gmo && : -c --statistics -o ca.gmo ca.po
mv: impossibile fare stat di `t-ca.gmo': No such file or directory
make[2]: *** [ca.gmo] Error 1
make[2]: Leaving directory `/home/davide/videolan/vlc-trunk/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/davide/videolan/vlc-trunk'
make: *** [all] Error 2
I have installed all the necessary libraries:
libwxgtk2.6-dev, libdvbpsi3-dev, libmpeg2-4-dev, libmad0-dev, libasound2-dev, libesd0-dev, x11proto-video-dev, libdvdnav-dev, liba52-0.7.4-dev, libflac-dev, libfreetype6-dev, libid3tag0-dev, libogg-dev, libpng12-dev, libspeex-dev, libtheora-dev, libvorbis-dev, libxml2-dev, zlib1g-dev, gcc g++, automake1.9, autoconf, libtool, subversion, cvs, libx11-dev
And....
libdvdcss-1.2.8, faad2-20040923, ffmpeg, libvc1-1.0 (with VC1_reference_decoder_release6)
Tnx

Posted: 20 Sep 2005 11:32
by Teetrinker
Is gettext installed?

Error in compilation

Posted: 20 Sep 2005 12:14
by linuxma74
Is gettext installed?
Yes!
root@ubuntu:~/videolan/vlc-trunk# gettext -V
gettext (GNU gettext-runtime) 0.14.5

p.s.
Sorry for my english. Im am from Italy :-)

Posted: 20 Sep 2005 12:37
by Teetrinker
To be sure, is gettext-devel installed ? Or how the paket (*.dep) is called at ubuntu.

Posted: 20 Sep 2005 12:39
by xtophe
It happens from time to time, do a make claen in the po directory or delete all the .gmo

hth

Error in compilation

Posted: 20 Sep 2005 12:55
by linuxman74
root@ubuntu:~/videolan/vlc-trunk/po# make clean
rm -f remove-potcdate.sed
rm -f core core.* vlc.po vlc.1po vlc.2po *.new.po
rm -fr *.o
root@ubuntu:~/videolan/vlc-trunk/po# ls
bn.po en_GB.po ja.po my.po POTFILES.in tet.po
ca.po es.po ko.po ne.po ps.po tl.po
ChangeLog fr.po Makefile nl.po pt_BR.po tr.po
da.po hi.po Makefile.in no.po ro.po vedi
de.po hu.po Makefile.in.in pl.po ru.po vlc.pot
el.po it.po Makevars POTFILES sv.po zh_TW.po
root@ubuntu:~/videolan/vlc-trunk/po# make
rm -f ca.gmo && : -c --statistics -o ca.gmo ca.po
mv: impossibile fare stat di `t-ca.gmo': No such file or directory
make: *** [ca.gmo] Error 1

root@ubuntu:~/videolan/vlc-trunk/po# dpkg -l |grep gettext
ii gettext 0.14.5-2ubuntu2 GNU Internationalization utilities
ii gettext-base 0.14.5-2ubuntu2 GNU Internationalization utilities for the b
ii liblocale-gettext-perl 1.05-1 Using libc functions for internationalizatio

apt-cache search gettext-dev
it does not find gettext-dev

Re: Error in compilation

Posted: 20 Sep 2005 13:08
by xtophe
root@ubuntu:~/videolan/vlc-trunk/po# make
rm -f ca.gmo && : -c --statistics -o ca.gmo ca.po
Hm there is something wrong because the command line should be

Code: Select all

rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
maybe have a look in the output of configure or in config.log