chenyunecjtu / coreavc-for-linux

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

Make Error? #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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)

Original issue reported on code.google.com by cgs.s...@gmail.com on 24 Oct 2008 at 7:16

GoogleCodeExporter commented 8 years ago
I assume you are building dshowserver?
do an 'svn diff' to ensure you have no patches applied.
those functions are defined when QTX is defined which is defined when 
USE_QTX_CODECS
is defined, which it is in loader/compat/config.h

Original comment by alannis...@gmail.com on 24 Oct 2008 at 1:35

GoogleCodeExporter commented 8 years ago
No, I do it as you told in MplayerInstallationAlt 
and now I'm using Unbuntu 8.10
I saw you said that "Patch mplayer Win32 dshow code to support CoreAVC"
I assume that it use win32 APIs ?
And do I need some special lib to make it?  

Original comment by cgs.s...@gmail.com on 25 Oct 2008 at 7:05

GoogleCodeExporter commented 8 years ago
And you said that "have run './configure' on it".
I run ./configure --prefix=/usr/local/mplayer/ --enable-gui --enable-freetype
--codecsdir=/usr/lib/codecs/ --win32codecsdir=/usr/lib/win32/ --libdir=/usr/lib/
--enable-alsa --disable-inet6 --realcodecsdir=/usr/lib/codecs/ --enable-real
and patch.

Original comment by cgs.s...@gmail.com on 25 Oct 2008 at 7:11

GoogleCodeExporter commented 8 years ago
Don't do that.  I've deprecated the 'Alt' installation and you shouldn't use 
it.  The
dshowserver is the only supported way to do things now.  I will remove the docs 
from
the Wiki.

Original comment by alannis...@gmail.com on 25 Oct 2008 at 3:12

GoogleCodeExporter commented 8 years ago
Thank you! 
I have tried dshowserver and made it.

Original comment by cgs.s...@gmail.com on 26 Oct 2008 at 2:59

GoogleCodeExporter commented 8 years ago

Original comment by alannis...@gmail.com on 26 Oct 2008 at 4:17

GoogleCodeExporter commented 8 years ago
I have the same Make Error problem in the third step of MplayerInstallation. 
I've
done the DshowserverInstall and RegisterCoreAVC. 
'do an 'svn diff' to ensure you have no patches applied.' I don't know where to 
see
whether I have applied pathes.

Original comment by KevinD...@gmail.com on 26 Oct 2008 at 7:21

GoogleCodeExporter commented 8 years ago
checkout a clean mplayer from svn
checkout svn from coreavc-for-linux
apply dshowserver.patch to mplayer.  Make sure tehre are no errors
do ./configure && make in mplayer dir.
do make in coreavc-for-linux/dshowserver

Following those steps, it should not be possible to get the above error.
If you are having trouble somewhere, I need to see logs of your patch and make.

Original comment by alannis...@gmail.com on 26 Oct 2008 at 7:55

GoogleCodeExporter commented 8 years ago
I notice you say to apply the dshowserver patch before ./configure on mplayer.

In the install instructions for mplayer in the wiki you say you must run 
./configure
before the patching for the patches to apply cleanly. Is this sequence no longer
necessary?

Original comment by allan.mi...@zetnet.co.uk on 27 Oct 2008 at 8:18

GoogleCodeExporter commented 8 years ago
the order shouldn't matter with recent mplayer svn

Original comment by alannis...@gmail.com on 27 Oct 2008 at 1:04

GoogleCodeExporter commented 8 years ago
No response

Original comment by alannis...@gmail.com on 3 Jan 2010 at 4:02