[MPlayer-cygwin] joeys patches

Joey Parrish joey at nicewarrior.org
Fri Apr 23 06:40:38 CEST 2004


On Thu, Apr 22, 2004 at 08:34:44PM -0500, Compn wrote:
> hmmm....
> 
> make[1]: Entering directory `/c/windows/desktop/mplaya/live/groupsock'
> c++ -c -Iinclude -I../UsageEnvironment/include -I. -O -DSOCKLEN_T=int -D__MINGW32__ -Wall -Wno-deprecated GroupsockHelper.cpp
> c++ -c -Iinclude -I../UsageEnvironment/include -I. -O -DSOCKLEN_T=int -D__MINGW32__ -Wall -Wno-deprecated GroupEId.cpp
> gcc -c -Iinclude -I../UsageEnvironment/include -I. -O -DSOCKLEN_T=int -DUSE_OUR_BZERO=1 -D__MINGW32__ inet.c       
> c++ -c -Iinclude -I../UsageEnvironment/include -I. -O -DSOCKLEN_T=int -D__MINGW32__ -Wall -Wno-deprecated Groupsock.cpp
> c++ -c -Iinclude -I../UsageEnvironment/include -I. -O -DSOCKLEN_T=int -D__MINGW32__ -Wall -Wno-deprecated NetInterface.cpp
> c++ -c -Iinclude -I../UsageEnvironment/include -I. -O -DSOCKLEN_T=int -D__MINGW32__ -Wall -Wno-deprecated NetAddress.cpp
> c++ -c -Iinclude -I../UsageEnvironment/include -I. -O -DSOCKLEN_T=int -D__MINGW32__ -Wall -Wno-deprecated IOHandlers.cpp
> make[1]: *** [IOHandlers.o] Error 1
> make[1]: Leaving directory `/c/windows/desktop/mplaya/live/groupsock'
> make: *** [groupsock/libgroupsock.a] Error 2
> 
> but i rerun 
> c++ -c -Iinclude -I../UsageEnvironment/include -I. -O -DSOCKLEN_T=int -D__MINGW32__ -Wall -Wno-deprecated IOHandlers.cpp
> manually and it works.. whas with that?

No clue.  Hasn't happened to me (obviously) and since there's no error
message, I can't guess.  _Because_ there's no error message, though, I'd
suggest getting the latest stable gcc from mingw. (I'm booted into linux
ATM and don't have time to check the web to see which it is.)  If you
already have this version, then your guess is as good as mine.

> ok, built live.com libs, now for libregif (tried regif on linux, works)

> $ make install
> make -C lib install
> make[1]: Entering directory `/c/windows/desktop/mplaya/libregif-4.1.3/lib'
> mkdir -p //usr/local/lib
> mkdir: cannot create directory `//usr/local/lib': Permission denied
> make[1]: *** [install-static] Error 1
> make[1]: Leaving directory `/c/windows/desktop/mplaya/libregif-4.1.3/lib'
> make: *** [install] Error 2

Yeah, I can see why that screwed up... //usr gets treated as samba
path...  Arg.  My fault.  I'll try to fix it shortly.  For now, most of
you are devs... :)  You aren't afraid of tweaking.

> now for mplayer configure :)
> 
> configure didnt detect gif ;\ trying --enable-gif
> make
> 
> gif_lib.h not found

Did make install not put it into PREFIX/include ?
Is PREFIX/include in MPlayer's --extra-incdir ?

> popped it into /libvo
> works.

I'll check again shortly, but it was working fine for me the other day.

> demux_rtp.cpp caused problems tho, lots of errors
> sorry, cant paste atm ;\

Hrm... Again, I'll test once more from scratch.  I made these patches
all against 2004-04-19 CVS of both MPlayer and live.com libs.  If your
versions are different, YMMV, I can't promise.

--Joey

-- 
All philosophy is naive.




More information about the MPlayer-cygwin mailing list