Page 1 of 1

vlc 1.0.0 compile error

Posted: 12 Jul 2009 00:12
by fransdb
Hi all,

Trying to compile VLC 1.0.0 I get this error:

mkdir -p skins2
make[2]: *** No rule to make target `skins2/fonts/FreeSans.ttf', needed by `all-am'. Stop.

And indeed, that directory is empty. I started with ./bootstrap and followed with the next config command.

./configure --prefix=/usr --libdir=/usr/lib64 --enable-v4l --enable-faad --enable-twolame --enable-real --enable-realrtsp --enable-flac --enable-theora --enable-release --enable-mozilla
to get the next output.

a52tofloat32 a52tospdif access_alsa access_mmap access_oss access_realrtsp adjust alphamask alsa aout_file aout_sdl atmo audio_format audioscrobbler avcodec avformat bandlimited_resampler blend blendbench bluescreen bonjour canvas cdda chain clone cmml colorthres converter_float crop croppadd dbus deinterlace dolby_surround_decoder dtstospdif dvb dvb dvdnav dvdread dynamicoverlay equalizer erase extract faad fake fb float32_mixer folder freetype gaussianblur gestures globalhotkeys glx gnutls gradient grain hal headphone_channel_mixer hotkeys http i420_rgb_mmx i420_rgb_sse2 i420_ymga i420_ymga_mmx i420_yuy2 i420_yuy2_mmx i420_yuy2_sse2 i422_i420 i422_yuy2 i422_yuy2_mmx i422_yuy2_sse2 inhibit invert linear_resampler logo magnify marq memcpy3dn memcpymmx memcpymmxext mosaic motion motionblur motiondetect mozilla mpgatofixed32 mux_ogg mux_ts noise normvol ogg opengl opengl osd_parser osdmenu oss panoramix param_eq png podcast postproc probe_hal psychedelic puzzle qt4 rc realaudio realvideo remoteosd ripple rotate rss rv32 sap scale scaletempo scene schroedinger screensaver sdl_image sharpen shout showintf signals simple_channel_mixer skins2 spatializer spdif_mixer speex stream_out_raop swscale telepathy telnet telx theora transform ts twolame unzip v4l v4l2 vcd visual vmem vorbis vout_sdl wall wave x11 x11_screen x264 xml xvideo yuv yuvp yuy2_i420 yuy2_i422 zip


libvlc configuration
--------------------
version : 1.0.0
system : linux
architecture : x86_64 mmx sse sse2
build flavour : release
vlc aliases : cvlc rvlc svlc qvlc
plugins/bindings : mozilla


Anybody any idee? There was some discussion in another language I do not understand, so I am not the first to note.

Frans.

Re: vlc 1.0.0 compile error

Posted: 12 Jul 2009 16:02
by RĂ©mi Denis-Courmont
There is a known bug in 1.0.0, whereby make fails after make clean.

In the mean time, restore the missing files from the source tarball.

Re: vlc 1.0.0 compile error

Posted: 16 Jul 2009 09:44
by Jeremiah
sovled:
after configure, change share/Makefile line 639, share/Makefile.am line 1, share/Makefile.in line 639
from
MOSTLYCLEANFILES = $(nobase_vlcdata_DATA)
to
MOSTLYCLEANFILES = skins2/default.vlt