Search found 6 matches

Go to advanced search

by robertparson
29 Jan 2008 19:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while compiling vlc trunk with debian etch (stable)
Replies: 16
Views: 6220

Error while compiling vlc trunk with debian etch (stable)

Hello everybody, I have compiling the vlc-trunk available here : svn checkout svn://svn.videolan.org/vlc/trunk vlc-trunk and there is an error during "make" command. if anyone knows why... :| In file included from ../include/vlc_common.h:1075, from ../include/vlc/vlc.h:155, from text/iso_...
by robertparson
10 Dec 2007 16:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Question about make package-win32-zip
Replies: 2
Views: 498

Re: Question about make package-win32-zip

cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
Yes, I see it... In fact i would like to know where and how in the vlc code, you can manage the path of the picture.... between normal compil' and when we create a package ( with make package-win32-zip)

Thanks :oops:
by robertparson
10 Dec 2007 15:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Question about make package-win32-zip
Replies: 2
Views: 498

Question about make package-win32-zip

Hello everybody,

When I compile VLC, the pictures files are in (DIR_VLC)/share/http/images

But When i create a windows package : make package-win32-zip the pictures files are in (DIR_VLC)/http/images

Does the package-win32-zip modifies the path of pictures ?

Thanks
Best Regards
by robertparson
03 Nov 2007 13:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error cross-compile 0.8.6c for win on debian unstable.
Replies: 6
Views: 893

Re: Error cross-compile 0.8.6c for win on debian unstable.

thanks...

but anyone has already passed the cross-compile with 0.8.6c ?

if I use gcc 3.x it's possible, better ? :roll:
by robertparson
31 Oct 2007 18:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error cross-compile 0.8.6c for win on debian unstable.
Replies: 6
Views: 893

Re: Error cross-compile 0.8.6c for win on debian unstable.

Thanks for your reply ;) I used : - mingw32 4.2.1.dfsg-1 - gcc 4.2.2-3 So I modified cdrom.c file dans modules/access/vcd/cdrom.c following changeset : http://trac.videolan.org/vlc/changeset/22408 Then I must add --disable-dts in my configure Then I modified dmo.h file dans modules/codec/dmo/dmo.h f...
by robertparson
31 Oct 2007 00:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error cross-compile 0.8.6c for win on debian unstable.
Replies: 6
Views: 893

Error cross-compile 0.8.6c for win on debian unstable.

Hello, I tried to cross-compile VLC 0.8.6c for windows on my debian(unstable) but I had a problem : ./bootstrap ok ./configure... ok make failed error : "if i586-mingw32msvc-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/win32/include -I/usr/win32/include/ebml -D_OFF_T_ -D_off_t=long -DSYS_MINGW32 ...

Go to advanced search