Page 1 of 1
compile and build in VC++ 6.0
Posted: 08 Feb 2006 07:39
by nmwhqjl
I use the source code (0.8.0) to compile and build in VC++ 6.0
but have lots of error.see follow:
--------------------Configuration: plugin_access_output_udp - Win32 Debug--------------------
Compiling...
udp.c
J:\vlc-0.8.0\modules\access_output\udp.c(120) : error C2373: 'WriteRaw' : redefinition; different type modifiers
e:\program files\microsoft visual studio\vc98\include\winbase.h(3296) : see declaration of 'WriteRaw'
J:\vlc-0.8.0\modules\access_output\udp.c(288) : error C2152: '=' : pointers to functions with different attributes
J:\vlc-0.8.0\modules\access_output\udp.c(403) : error C2373: 'WriteRaw' : redefinition; different type modifiers
e:\program files\microsoft visual studio\vc98\include\winbase.h(3296) : see declaration of 'WriteRaw'
Error executing cl.exe.
plugin_access_output_udp.dll - 3 error(s), 0 warning(s)--------------------Configuration: plugin_ts - Win32 Release--------------------
Compiling...
Re: compile and build in VC++ 6.0
Posted: 08 Feb 2006 16:45
by xtophe
I use the source code (0.8.0) to compile and build in VC++ 6.0
but have lots of error.see follow:
That's almost 18 months old.
Use the latest release or the svn, when you try to compile.
Posted: 09 Feb 2006 03:00
by DD
Althought the version is old ,at least it can compile and get VLC.exe file
I don't what's problem with my computer.
I just want to compile in VC++ or .NET
if anybody do it succeed ,please tell how to do it
Thanks all
Posted: 09 Feb 2006 03:02
by DD
Althought the version is old ,at least it can compile and get VLC.exe file
I don't know what's problem with my computer.
I just want to compile in VC++ or .NET
if anybody do it succeed ,please tell how to do it
Thanks all
Posted: 09 Feb 2006 04:07
by vlcuser
Hi All,
I also tried to compile VLC 0.8.4a in .NET framework. But it generates lots of errors? Where should I put all the supporting Libraries while compiling in .NET?
I compiled the vlc.sln in \msvc folder. Can Anyone help me?
I successfully compiled VLC 0.8.1 in Linux, but faild to compile VLC 0.8.4a.
Now I need to compile VLC in .NET.....
does we compile each libraries separatly?
If anyone know how to compile VLC in .NET, please give a detailed steps of compilation.
With rgrds,
vlcuser.
my use cygwin compiling vlc have error:
Posted: 10 Feb 2006 06:39
by nmwhqjl1
Thanks xtophe
Thanks dd
Thanks all
my use cygwin compiling vlc have error:
../config_setup: line 6: --disable-sdl: command not found
../config_setup: line 7: --enable-nls : command not found
../config_setup: line 8: --enable-ffmpeg: command not found
../config_setup: line 9: --with-ffmpeg-zlib: command not found
../config_setup: line 10: --with-wx-config-path=/usr/win32/bin : No such file or
directory
../config_setup: line 11: --with-freetype-config-path=/usr/win32/bin : No such f
ile or directory
../config_setup: line 12: --with-fribidi-config-path=/usr/win32/bin : No such fi
le or directory
../config_setup: line 13: --enable-livedotcom: command not found
../config_setup: line 14: --enable-caca: command not found
../config_setup: line 15: --with-xml2-config-path=/usr/win32/bin : No such file
or directory
../config_setup: line 16: --with- :o dvdnav-config-path=/usr/win32/bin : No such fil
e or directory
../config_setup: line 17: --disable-cddax: command not found
../config_setup: line 18: --enable-toolame: command not found
../config_setup: line 19: --enable-debug : command not found
../config_setup: line 20: --enable-optimizations : command not found
../config_setup: line 21: --enable-release: command not found
help me!
thanks a lot :D [/b]
Posted: 10 Feb 2006 09:48
by xtophe
The "\" at the end of the line tell the shell that it is the same command which continue. Looks like you forget them in your config_setup