[mythtv-users] Re: anyone attempt mythfrontend on Cygwin?

Joel Anderson bitjunkie at gmail.com
Tue Sep 21 12:09:59 EDT 2004


> > it can't find the mythavcodec library ...
> >
> > Maybe it has to have a "cyg" prefix as the cygmythavformat library it is
> > trying to link ? (Just a wild guess !).

That was it.  I changed -lmythavcodec-0.15 (which didn't exist) to 
-lcygmythavcodec-0.15-0 in libs/libavformat/Makefile and that part is fine now.

> > Try doing the make in the subdirs manually to track down what goes and
> > what not.
> 
> Ok, I'll give that a try.

I finally got libavcodec and libavformat to compile, and now working
on libmyth.  So far I get the following:

g++ -c -pipe -fdata-sections -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
 -D_REENTRANT  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMM
X -DUSING_IVTV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/opt/qt/3.2/mkspecs/cygwin-g+
+ -I. -I/usr/local/include -I/opt/qt/3.2/include -o audiooutput.o audiooutput.cp
p
In file included from audiooutput.cpp:11:
audiooutputoss.h:86: error: field `audiotime_updated' has incomplete type
make: *** [audiooutput.o] Error 1

As usual, I have no clue where to start.  Any pointers?

TIA!
-- 
Joel


More information about the mythtv-users mailing list