gipawu / coreavc-for-linux

Automatically exported from code.google.com/p/coreavc-for-linux
GNU General Public License v2.0
1 stars 1 forks source link

'expEncodePointer' undeclared #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

following the dshowserver installation procedure , when attempting to build
mplayer after applying patches the following occurs :

cc -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement
-std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4
-march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -I.   -D_REENTRANT   -I/usr/include/freetype2
-Iloader -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Iloader
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer    -c -o
loader/win32.o loader/win32.c
loader/win32.c:79: warning: redundant redeclaration of 'vsscanf'
loader/win32.c:1754:2: warning: #warning FIXME
loader/win32.c:3131:2: warning: #warning FIXME!
loader/win32.c:5229: error: 'expEncodePointer' undeclared here (not in a
function)
loader/win32.c:5230: error: 'expDecodePointer' undeclared here (not in a
function)
make: *** [loader/win32.o] Error 1

I followed your exact steps as in issue 65 .. still the same error .. tries
patching before ./configure and after . this is on svn 28275 for mplayer
and rev 82 for coreavc ... 

thanx for any help

Original issue reported on code.google.com by k11stan@gmail.com on 6 Jan 2009 at 6:01

GoogleCodeExporter commented 9 years ago
never mind got it to work .. 

Original comment by k11stan@gmail.com on 7 Jan 2009 at 5:30

GoogleCodeExporter commented 9 years ago
The internal loader code is no longer supported.  Using dshowserver + Wine 
resolves
all these issues.

Original comment by alannis...@gmail.com on 3 Jan 2010 at 12:05