View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 4 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Sep 12, 2007 7:53 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
I'm running R5F1 with 20070820-01 14305 SVN. I have upgraded this machine and other machines from SVN other times.

Trying to compile from source (14490) and getting below errors.

Code:
cd programs && qmake programs.pro -o Makefile
cd programs && make -f Makefile
make[1]: Entering directory `/home/mythtv/svn/mythtv/programs'
cd mythtv && qmake mythtv.pro -o Makefile
cd mythtv && make -f Makefile
make[2]: Entering directory `/home/mythtv/svn/mythtv/programs/mythtv'
g++ -c -pipe -march=pentium4 -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -D_REENTRANT -Wall -W -fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -D__STDC_CONSTANT_MACROS -fomit-frame-pointer -D_REENTRANT  -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DUSING_X11 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include -I/usr/include -I../.. -I../../libs -I../../libs/libmyth -I../../libs/libmythtv -I../../libs/libavutil -I../../libs/libavformat -I../../libs/libavcodec -I../../libs/libmythupnp -I../../libs/libmythui -I../../libs/libmythlivemedia -I/usr/include/qt3 -I/usr/X11R6/include -I/usr/X11R6/include -o main.o main.cpp
g++  -o mythtv main.o    -L/usr/share/qt3/lib -L../../libs/libmyth -L../../libs/libmythtv -L../../libs/libavutil -L../../libs/libavcodec -L../../libs/libavformat -L../../libs/libmythfreemheg -L../../libs/libmythui -L../../libs/libmythupnp -L../../libs/libmythlivemedia -lmythtv-0.20 -lmythavformat-0.20 -lmythavutil-0.20 -lmythavcodec-0.20 -lmythfreemheg-0.20 -lmythupnp-0.20 -lmythlivemedia-0.20 -lmyth-0.20 -lmythui-0.20 -lfreetype -lz -lmp3lame -lasound -L/usr/lib -lartsc -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -ljack -lraw1394 -liec61883 -lavc1394 -lrom1394 -ldirectfb -lfusion -ldirect -L/usr/X11R6/lib -lXinerama -lXv -lXxf86vm -lXrandr -lXvMCW -lXvMC -lqt-mt -lGLU -lGL -lXmu -lXext -lX11 -lm -lpthread
../../libs/libmythtv/libmythtv-0.20.so: undefined reference to `XvMCSurfaceTypes::find(int, int, int, bool, bool, int, int, int, _XDisplay*, unsigned long, unsigned long, unsigned long&, int&)'
../../libs/libmythtv/libmythtv-0.20.so: undefined reference to `glXGetProcAddress'
../../libs/libmythtv/libmythtv-0.20.so: undefined reference to `XvMCSurfaceTypes::has(_XDisplay*, XvMCAccelID, unsigned int, int, unsigned int, unsigned int, unsigned int, unsigned int)'
collect2: ld returned 1 exit status
make[2]: *** [mythtv] Error 1
make[2]: Leaving directory `/home/mythtv/svn/mythtv/programs/mythtv'
make[1]: *** [sub-mythtv] Error 2
make[1]: Leaving directory `/home/mythtv/svn/mythtv/programs'
make: *** [sub-programs] Error 2


This is my configure line (standard from SVN howto)
Code:
./configure --enable-dvb --enable-xvmc --enable-opengl-vsync --enable-xvmc-pro --enable-proc-opt --prefix=/usr

Followed by

Code:
export QTDIR=/usr/share/qt3
qmake mythtv.pro
make


I tried running "make distclean", deleting and redownloading SVN directory and configuring with all the OpenGL options disabled.

thought I'd try here before posting to MythTV lists.


Last edited by spalVl on Sun Sep 16, 2007 6:11 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 15, 2007 11:21 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
Just an update I am making a little headway on this on this, I theorize could be related to 7184 nVidia drivers, glx, and recent changes to MythTV related to Myth-vid branch. I am working to prove the 9755 drivers will resolve.

For anyone interested in progress.

http://www.gossamer-threads.com/lists/m ... ers/289774

http://elisa.fluendo.com/?page_id=8&for ... 19&start=0

Any familiar names in the elisa project.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 16, 2007 12:14 am 
Offline
Joined: Wed Mar 03, 2004 7:43 pm
Posts: 748
Location: Sydney, Australia
The compile line has -DUSING_X11, but not USING_XVMC.

I would try make distclean; configure --previous; make

And check carefully the output of configure. Make sure nothing was being disabled because it couldn't find a library

_________________
| Nigel Pearson, nigel.pearson.au@gmail.com
| "Things you own end up owning you" - Tyler, Fight Club


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 16, 2007 6:15 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
Sorry Nigel I had upgraded to Nvidia 1.0-9755 before I read your post. Anyway the Nvidia driver update solved the issue.

Thanks,


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu