
mikhaildvane at hotmail
May 21, 2004, 4:57 PM
Post #8 of 9
(2536 views)
Permalink
|
|
Re: Cant compile cvs - version from 20.05.2004
[In reply to]
|
|
>From reading the dev list, it seems like a number of people have this issue. I'm sure it's something with missing/incorrect paths (or files) related to OpenGL on the PC where myth is being compiled. Anway, I never found a solution, so I reverted vsync.c to the previous version. I'm no expert at cvs, but I simply deleted the vsync.c (and vsync.o, if you have it) and executed the following command from inside the same directory: cvs -z3 -d :pserver:mythtv [at] cvs:/var/lib/mythcvs update -D 05/18/04 vsync.c (You should get a message that vsync.c was lost and it will update it. To ensure that you've got the pre-GL source, vsync.c's length should be ~6000. The GL-patched one is ~9000.) After doing this, my compilation went fine. (I haven't had a chance to see if mythtv is working properly after I did this - kicked it off before I came to work today, but it did compile.) Mik >From: "Mikhail D'Vane" <mikhaildvane [at] hotmail> >Reply-To: Discussion about mythtv <mythtv-users [at] mythtv> >To: mythtv-users [at] mythtv >Subject: Re: [mythtv-users] Cant compile cvs - version from 20.05.2004 >Date: Fri, 21 May 2004 07:39:56 +0000 > >Sorry, Doug. I tried many things to get past this error, but I was >unable to overcome it. In the end, I just reverted back to pre-vsync >patch (in vsync.c only), so I could get past the trouble spot. > >I don't really know what was wrong. I'm not an expert on OpenGL >and the associated libraries by any means, but I did ensure that >the appropriate header files were available (via a link) in >/usr/include/GL. (I even grep'ed through them to see that the >unresolved subroutines were called out.) > >I saw from your post about the vsync patch in the dev forum that >you're using a relatively recent version of the Nvidia drivers (5336). >I'm still using 4363 (recommended by Jarrod's guide). Any chance >this might be the culprit? > >Mik > > >>From: Doug Larrick <doug [at] ties> >>Reply-To: Discussion about mythtv <mythtv-users [at] mythtv> >>To: Discussion about mythtv <mythtv-users [at] mythtv> >>Subject: Re: [mythtv-users] Cant compile cvs - version from 20.05.2004 >>Date: Thu, 20 May 2004 16:37:15 -0400 >> >>Andreas Witte wrote: >>>Hello List. >>> >>>Ive tried to compile the cvs-version of mythtv today, but it fails >>>with the following error: >>> >>>../libs/libmythtv/libmythtv-0.15.so: undefined reference to >>>'glXQueryExtension' >> >>That's my OpenGL vsync patch. You probably need to do a clean build. Or >>your OpenGL dev packages are not installed / not up to date. >> >>-Doug >><< signature.asc >> >>_______________________________________________ >>mythtv-users mailing list >>mythtv-users [at] mythtv >>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > >_________________________________________________________________ >Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage! >http://join.msn.click-url.com/go/onm00200362ave/direct/01/ > >_______________________________________________ >mythtv-users mailing list >mythtv-users [at] mythtv >http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users _________________________________________________________________ Express yourself with the new version of MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
|