[vlc-devel] Re: Problem compiling
zuo bf
zuobf.bupt at gmail.com
Mon Jun 13 07:27:33 CEST 2005
If you follow the file install_win32, the compilation will be very
easy with cygwin:)
I think a syntax error could be that your compilation tool is older
than the developer,
but only a guess as i have met some similar problem.
My compilation step is:
1. setup cygwin will full package
2. download a precompiled contrib tar ball and untar it using the command
given in file install_win32
3. config and make using the command give in file install_win32
It works well, you could try this:)
Hope this will help you.
On 6/13/05, list at scttransport.dk <list at scttransport.dk> wrote:
>
>
> I tried to compile vlc with cygwin today on windows xp sp2.
>
>
>
> After being helped over the basics by dionera and dnumgis I ran intot his
> problem after they went to bed:
>
>
>
> windres -DVERSION=snapshot-20050605 -DVERSION_NUMBER=`echo
> snapshot-20050605.0.0.0 | sed
> 's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9
>
> ]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'` --include-dir
> ./share -i share/vlc_win32_rc.rc -o share/vlc_win32_rc.o
>
> windres: share/vlc_win32_rc.rc:15: syntax error
>
> make[2]: *** [share/vlc_win32_rc.o] Error 1
>
> make[2]: Leaving directory
> `/home/jonas/vlc-snapshot-20050605'
>
> make[1]: *** [all-recursive] Error 1
>
> make[1]: Leaving directory
> `/home/jonas/vlc-snapshot-20050605'
>
> make: *** [all] Error 2
>
>
>
> I am not really sure what the problem is, since it says syntax error can it
> be some unix/windows charset mess up?
>
>
>
> The file looks fine and its present
>
>
>
> All ideas are welcome
>
>
>
> Im using recent sourcecode snapshot
>
>
>
> Best regards
>
> Jonas Larsen
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list