Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

Re: [mythtv-commits] mythtv commit: r12743 by danielk

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


dwalton at cisco

Feb 7, 2007, 12:55 PM

Post #1 of 17 (5884 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk

On Wed, 7 Feb 2007 mythtv [at] cvs wrote:

> Author: danielk
> Date: 2007-02-07 17:34:27 +0000 (Wed, 07 Feb 2007)
> New Revision: 12743
> Changeset: http://cvs.mythtv.org/trac/changeset/12743
>
> Modified:
>
> branches/mythtv-vid/libs/libmythtv/NuppelVideoPlayer.cpp
> branches/mythtv-vid/libs/libmythtv/openglcontext.cpp
> branches/mythtv-vid/libs/libmythtv/openglcontext.h
> branches/mythtv-vid/libs/libmythtv/util-opengl.cpp
> branches/mythtv-vid/libs/libmythtv/videoout_xv.cpp
>
> Log:
>
> Refs #2287. Fixes two compiling problems, one for disabling ivtv support, the other for gcc 3.x compilation.

I see a new compile failure now:

make[2]: Entering directory `/root/mythtv-vid/libs/libmythtv'
ccache g++ -c -pipe -march=pentiumpro -mmmx -I/usr/include/kde/artsc -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3
-fomit-frame-pointer -Wall -Wno-switch -Wno-non-virtual-dtor
-fomit-frame-pointer -I/usr/include/freetype2 -D_REENTRANT -DPIC -fPIC -DMMX
-Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-DLIBDIR=\"/usr/local/lib\" -D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_H264TOOLS
-DUSING_XV -DUSING_XVMC -DUSING_XVMCW -DUSING_XVMC_VLD -DUSING_OPENGL
-DUSING_OPENGL_VIDEO -DUSING_FRONTEND -DUSING_V4L -DUSING_LINUX_FIREWIRE
-DUSING_FIREWIRE -DUSING_DBOX2 -DUSING_IPTV -DUSING_HDHOMERUN -DUSING_IVTV
-DUSING_DVB -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED
-I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include -I/usr/include
-I/usr/X11R6/include -I../.. -I.. -I../libmyth -I../libavcodec -I../libavutil
-I../libmythmpeg2 -Idvbdev -Impeg -Iiptv
-I../libmythlivemedia/BasicUsageEnvironment/include
-I../libmythlivemedia/groupsock/include -I../libmythlivemedia/liveMedia/include
-I../libmythlivemedia/UsageEnvironment/include -I/usr/include/qt3
-I/usr/X11R6/include -I/usr/X11R6/include -o util-opengl.o util-opengl.cpp
In file included from util-opengl.cpp:3:
util-opengl.h:98: error: syntax error before `;' token
util-opengl.h:99: error: syntax error before `;' token
util-opengl.h:100: error: syntax error before `;' token
util-opengl.h:101: error: syntax error before `;' token
util-opengl.h:102: error: syntax error before `;' token
util-opengl.cpp:13: error: parse error before `=' token
util-opengl.cpp:14: error: parse error before `=' token
util-opengl.cpp:15: error: parse error before `=' token
util-opengl.cpp:16: error: parse error before `=' token
util-opengl.cpp:17: error: parse error before `=' token
util-opengl.cpp: In function `bool init_opengl()':
util-opengl.cpp:46: error: `gMythGLGenFramebuffersEXT' undeclared (first use
this function)
util-opengl.cpp:46: error: (Each undeclared identifier is reported only once
for each function it appears in.)
util-opengl.cpp:46: error: `PFNGLGENFRAMEBUFFERSEXTPROC' undeclared (first use
this function)
util-opengl.cpp:47: error: parse error before `(' token
util-opengl.cpp:48: error: `gMythGLBindFramebufferEXT' undeclared (first use
this function)
util-opengl.cpp:48: error: `PFNGLBINDFRAMEBUFFEREXTPROC' undeclared (first use
this function)
util-opengl.cpp:49: error: parse error before `(' token
util-opengl.cpp:50: error: `gMythGLFramebufferTexture2DEXT' undeclared (first
use this function)
util-opengl.cpp:50: error: `PFNGLFRAMEBUFFERTEXTURE2DEXTPROC' undeclared (first
use this function)
util-opengl.cpp:51: error: parse error before `(' token
util-opengl.cpp:52: error: `gMythGLCheckFramebufferStatusEXT' undeclared (first
use this function)
util-opengl.cpp:53: error: `PFNGLCHECKFRAMEBUFFERSTATUSEXTPROC' undeclared
(first use this function)
util-opengl.cpp:54: error: parse error before `(' token
util-opengl.cpp:55: error: `gMythGLDeleteFramebuffersEXT' undeclared (first use
this function)
util-opengl.cpp:55: error: `PFNGLDELETEFRAMEBUFFERSEXTPROC' undeclared (first
use this function)
util-opengl.cpp:56: error: parse error before `(' token
make[2]: *** [util-opengl.o] Error 1
make[2]: Leaving directory `/root/mythtv-vid/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/root/mythtv-vid/libs'
make: *** [sub-libs] Error 2


gcc version 3.3.5

thx
Daniel

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


danielk at cuymedia

Feb 7, 2007, 1:00 PM

Post #2 of 17 (5425 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

On Wed, 2007-02-07 at 15:55 -0500, Daniel Walton wrote:
> On Wed, 7 Feb 2007 mythtv [at] cvs wrote:
>
> > Author: danielk
> > Date: 2007-02-07 17:34:27 +0000 (Wed, 07 Feb 2007)
> > New Revision: 12743
> > Changeset: http://cvs.mythtv.org/trac/changeset/12743
> >
> > Modified:
> >
> > branches/mythtv-vid/libs/libmythtv/NuppelVideoPlayer.cpp
> > branches/mythtv-vid/libs/libmythtv/openglcontext.cpp
> > branches/mythtv-vid/libs/libmythtv/openglcontext.h
> > branches/mythtv-vid/libs/libmythtv/util-opengl.cpp
> > branches/mythtv-vid/libs/libmythtv/videoout_xv.cpp
> >
> > Log:
> >
> > Refs #2287. Fixes two compiling problems, one for disabling ivtv support, the other for gcc 3.x compilation.
>
> I see a new compile failure now:
<snip>

Which vendors OpenGL are you using? Which version?

I think we need to add some conditional compilation
for different OpenGL headers + add some opengl detection
to ./configure..

-- Daniel

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


dwalton at cisco

Feb 7, 2007, 1:36 PM

Post #3 of 17 (5437 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

On Wed, 7 Feb 2007, Daniel Kristjansson wrote:

> On Wed, 2007-02-07 at 15:55 -0500, Daniel Walton wrote:
> > On Wed, 7 Feb 2007 mythtv [at] cvs wrote:
> >
> > > Author: danielk
> > > Date: 2007-02-07 17:34:27 +0000 (Wed, 07 Feb 2007)
> > > New Revision: 12743
> > > Changeset: http://cvs.mythtv.org/trac/changeset/12743
> > >
> > > Modified:
> > >
> > > branches/mythtv-vid/libs/libmythtv/NuppelVideoPlayer.cpp
> > > branches/mythtv-vid/libs/libmythtv/openglcontext.cpp
> > > branches/mythtv-vid/libs/libmythtv/openglcontext.h
> > > branches/mythtv-vid/libs/libmythtv/util-opengl.cpp
> > > branches/mythtv-vid/libs/libmythtv/videoout_xv.cpp
> > >
> > > Log:
> > >
> > > Refs #2287. Fixes two compiling problems, one for disabling ivtv support, the other for gcc 3.x compilation.
> >
> > I see a new compile failure now:
> <snip>
>
> Which vendors OpenGL are you using? Which version?

I have a nvidia FX5200. How do I tell which version of opengl?

Daniel

>
> I think we need to add some conditional compilation
> for different OpenGL headers + add some opengl detection
> to ./configure..
>
> -- Daniel
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>


_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


danielk at cuymedia

Feb 7, 2007, 1:51 PM

Post #4 of 17 (5415 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

On Wed, 2007-02-07 at 16:36 -0500, Daniel Walton wrote:
> On Wed, 7 Feb 2007, Daniel Kristjansson wrote:
> > Which vendors OpenGL are you using? Which version?
>
> I have a nvidia FX5200. How do I tell which version of opengl?

Look at: "/usr/include/GL/gl.h" and "/usr/include/GL/glx.h"

But if you are using an nVidia card the problem is that we are
picking up some generic OpenGL headers instead of the nVidia
ones. Probably because the nvidia GLX wasn't properly
installed by whatever packing manager you are using.

So how did you install them and what distro are you using?

-- Daniel

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


dwalton at cisco

Feb 7, 2007, 2:16 PM

Post #5 of 17 (5417 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

On Wed, 7 Feb 2007, Daniel Kristjansson wrote:

> On Wed, 2007-02-07 at 16:36 -0500, Daniel Walton wrote:
> > On Wed, 7 Feb 2007, Daniel Kristjansson wrote:
> > > Which vendors OpenGL are you using? Which version?
> >
> > I have a nvidia FX5200. How do I tell which version of opengl?
>
> Look at: "/usr/include/GL/gl.h" and "/usr/include/GL/glx.h"

sh-3.00$ grep -i version /usr/include/GL/glx.h /usr/include/GL/gl.h
/usr/include/GL/glx.h:** The contents of this file are subject to the GLX Public
License Version 1.0
/usr/include/GL/glx.h:** The Original Software is GLX version 1.2 source code,
released February,
/usr/include/GL/glx.h:#define GLX_VERSION 0x2
/usr/include/GL/glx.h:#ifndef GLX_VERSION_1_3
/usr/include/GL/glx.h:extern Bool glXQueryVersion(Display *dpy, int *major, int *minor);
/usr/include/GL/glx.h:#ifndef GLX_VERSION_1_1
/usr/include/GL/glx.h:#define GLX_VERSION_1_1 1
/usr/include/GL/glx.h:#ifndef GLX_VERSION_1_2
/usr/include/GL/glx.h:#define GLX_VERSION_1_2 1
/usr/include/GL/glx.h:#ifndef GLX_VERSION_1_3
/usr/include/GL/glx.h:#define GLX_VERSION_1_3 1
/usr/include/GL/gl.h:/* Version */
/usr/include/GL/gl.h:#define GL_VERSION_1_1 1
/usr/include/GL/gl.h:#define GL_VERSION 0x1F02
sh-3.00$

> But if you are using an nVidia card the problem is that we are picking up some
> generic OpenGL headers instead of the nVidia ones. Probably because the nvidia
> GLX wasn't properly installed by whatever packing manager you are using.
>
> So how did you install them and what distro are you using?
>

It's a Knoppmyth install from last summer (don't recall what version of
knoppmyth exactly). I'm using nvidia driver version 1.0-9629 and I used a
script that comes with knoppmyth (/usr/local/bin/install-nvidia-debian.sh) to
install the drivers.

Is there something else I was supposed to install?

thx
Daniel


_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


eric.bosch at comcast

Feb 7, 2007, 2:22 PM

Post #6 of 17 (5419 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

In my case, I'm running Gentoo, which using the emerge command, it installs it from
7733466 Dec 21 10:44 /usr/portage/distfiles/NVIDIA-Linux-x86-1.0-9746-pkg0.run

I'll install using
14521900 Feb 7 16:13 NVIDIA-Linux-x86-1.0-9746-pkg1.run

and see if that makes any difference. Looks like Gentoo's version is significantly stripped down.
-------------- Original message --------------
From: Daniel Walton <dwalton [at] cisco>

>
> On Wed, 7 Feb 2007, Daniel Kristjansson wrote:
>
> > On Wed, 2007-02-07 at 16:36 -0500, Daniel Walton wrote:
> > > On Wed, 7 Feb 2007, Daniel Kristjansson wrote:
> > > > Which vendors OpenGL are you using? Which version?
> > >
> > > I have a nvidia FX5200. How do I tell which version of opengl?
> >
> > Look at: "/usr/include/GL/gl.h" and "/usr/include/GL/glx.h"
>
> sh-3.00$ grep -i version /usr/include/GL/glx.h /usr/include/GL/gl.h
> /usr/include/GL/glx.h:** The contents of this file are subject to the GLX Public
> License Version 1.0
> /usr/include/GL/glx.h:** The Original Software is GLX version 1.2 source code,
> released February,
> /usr/include/GL/glx.h:#define GLX_VERSION 0x2
> /usr/include/GL/glx.h:#ifndef GLX_VERSION_1_3
> /usr/include/GL/glx.h:extern Bool glXQueryVersion(Display *dpy, int *major, int
> *minor);
> /usr/include/GL/glx.h:#ifndef GLX_VERSION_1_1
> /usr/include/GL/glx.h:#define GLX_VERSION_1_1 1
> /usr/include/GL/glx.h:#ifndef GLX_VERSION_1_2
> /usr/include/GL/glx.h:#define GLX_VERSION_1_2 1
> /usr/include/GL/glx.h:#ifndef GLX_VERSION_1_3
> /usr/include/GL/glx.h:#define GLX_VERSION_1_3 1
> /usr/include/GL/gl.h:/* Version */
> /usr/include/GL/gl.h:#define GL_VERSION_1_1 1
> /usr/include/GL/gl.h:#define GL_VERSION 0x1F02
> sh-3.00$
>
> > But if you are using an nVidia card the problem is that we are picking up some
> > generic OpenGL headers instead of the nVidia ones. Probably because the nvidia
> > GLX wasn't properly installed by whatever packing manager you are using.
> >
> > So how did you install them and what distro are you using?
> >
>
> It's a Knoppmyth install from last summer (don't recall what version of
> knoppmyth exactly). I'm using nvidia driver version 1.0-9629 and I used a
> script that comes with knoppmyth (/usr/local/bin/install-nvidia-debian.sh) to
> install the drivers.
>
> Is there something else I was supposed to install?
>
> thx
> Daniel
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


pekka.jaaskelainen at gmail

Feb 7, 2007, 2:30 PM

Post #7 of 17 (5417 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

On 2/8/07, Daniel Walton <dwalton [at] cisco> wrote:
> It's a Knoppmyth install from last summer (don't recall what version of
> knoppmyth exactly). I'm using nvidia driver version 1.0-9629 and I used a
> script that comes with knoppmyth (/usr/local/bin/install-nvidia-debian.sh) to
> install the drivers.
>
> Is there something else I was supposed to install?

This patch added some search paths for Ubuntu and Debian Sid nVidia
headers, I wonder if similiar search path check is needed for Knoppix?
http://svn.mythtv.org/trac/changeset/9977

--
--PJ
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


danielk at cuymedia

Feb 7, 2007, 2:49 PM

Post #8 of 17 (5424 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

On Wed, 2007-02-07 at 22:22 +0000, eric.bosch [at] comcast wrote:
> In my case, I'm running Gentoo, which using the emerge command, it
> installs it from
> 7733466 Dec 21
> 10:44 /usr/portage/distfiles/NVIDIA-Linux-x86-1.0-9746-pkg0.run
>
> I'll install using
> 14521900 Feb 7 16:13 NVIDIA-Linux-x86-1.0-9746-pkg1.run
>
> and see if that makes any difference. Looks like Gentoo's version is
> significantly stripped down.

With Gentoo you need to to run "eselect opengl set nvidia"
after you install the drivers. They print out something
about this in the install log when you install the package.

Rant: One of the reasons I don't like the Gentoo MythTV
ebuild is because it allows you to use "use" flags which
build a MythTV which won't run properly, but the package
maintainer asserts this is acceptable because there are
two lines in the hundred+ of lines of boilerplate output
which tells the user that the package they just compiled
and installed won't run properly. Gentoo's mysql install
is the same, if you upgrade from 3.x to 5.x it tells you
to uninstall 5.x and install 4.x, run a bunch of commands
manually, then install 5.x and run a bunch of commands
manually.

I don't know what is up with Knoppmyth, but Pekka is probably
right about the OpenGL headers not being installed in the
standard location.

-- Daniel


_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


eric.bosch at comcast

Feb 7, 2007, 3:10 PM

Post #9 of 17 (5413 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

I did the upgrade of Mysql a long time ago, and don't seem to have any issues with that, except after the machine sits running for a while, the queries begin to take a long time due to caching of data (I suppose).

Do you know specifically which USE flags mythtv doesn't like? I've got a huge list of them I'm using. As far as eselect opengl set nvidia, I've verified that is done. I'm going to test out this other nVidia driver package and see if there is any difference in how it operates, but right now, the biggest issue I have is with NFS. I've got two backends set up, primary one running mysql, apache, etc, with one PVR350 tuner, 500GB LVM partition for video, and the secondary backend stores it's files on the primaries LVM via NFS. If I watch LiveTV on the primary, using the PVR350, I have no problems, however programs being recorded on the secondary seem to get cut short at the end by a matter of minutes. If I watch LiveTV on the primary from one of the two tuners on the secondary, the program begins to stutter horribly after a few moments, and once that has started, only way to stop it is to exit LiveTV and restart. If I pause the program for a few moments, it will sometimes play on
for a bit, but then begins to stutter again. Next thing, if I pause it for a few moments, then adjust time stretch to *.90, then it is fine, however ends minutes after the actual end of the program. I've tried adjusting the NFS wbuffer anywhere between 8192 and 256, while leaving the rbuffer at 8192, but can't seem to affect the lost data. Does anyone have any suggestions?

BTW, the primary is a 3.2 GHz P4 with 3 G RAM and the secondary is 3.0 GHz with 1G RAM

-------------- Original message --------------
From: Daniel Kristjansson <danielk [at] cuymedia>

> On Wed, 2007-02-07 at 22:22 +0000, eric.bosch [at] comcast wrote:
> > In my case, I'm running Gentoo, which using the emerge command, it
> > installs it from
> > 7733466 Dec 21
> > 10:44 /usr/portage/distfiles/NVIDIA-Linux-x86-1.0-9746-pkg0.run
> >
> > I'll install using
> > 14521900 Feb 7 16:13 NVIDIA-Linux-x86-1.0-9746-pkg1.run
> >
> > and see if that makes any difference. Looks like Gentoo's version is
> > significantly stripped down.
>
> With Gentoo you need to to run "eselect opengl set nvidia"
> after you install the drivers. They print out something
> about this in the install log when you install the package.
>
> Rant: One of the reasons I don't like the Gentoo MythTV
> ebuild is because it allows you to use "use" flags which
> build a MythTV which won't run properly, but the package
> maintainer asserts this is acceptable because there are
> two lines in the hundred+ of lines of boilerplate output
> which tells the user that the package they just compiled
> and installed won't run properly. Gentoo's mysql install
> is the same, if you upgrade from 3.x to 5.x it tells you
> to uninstall 5.x and install 4.x, run a bunch of commands
> manually, then install 5.x and run a bunch of commands
> manually.
>
> I don't know what is up with Knoppmyth, but Pekka is probably
> right about the OpenGL headers not being installed in the
> standard location.
>
> -- Daniel
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


dwalton at cisco

Feb 15, 2007, 1:07 PM

Post #10 of 17 (5366 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

On Thu, 8 Feb 2007, [ISO-8859-1] Pekka Jääskeläinen wrote:

> On 2/8/07, Daniel Walton <dwalton [at] cisco> wrote:
> > It's a Knoppmyth install from last summer (don't recall what version of
> > knoppmyth exactly). I'm using nvidia driver version 1.0-9629 and I used a
> > script that comes with knoppmyth (/usr/local/bin/install-nvidia-debian.sh) to
> > install the drivers.
> >
> > Is there something else I was supposed to install?
>
> This patch added some search paths for Ubuntu and Debian Sid nVidia
> headers, I wonder if similiar search path check is needed for Knoppix?
> http://svn.mythtv.org/trac/changeset/9977

Any idea how I can determine what path (if any) needs to be added?

Daniel


mark.paulus at verizonbusiness

Feb 15, 2007, 1:49 PM

Post #11 of 17 (5378 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

Daniel Walton wrote:
> On Thu, 8 Feb 2007, [ISO-8859-1] Pekka Jääskeläinen wrote:
>
>> On 2/8/07, Daniel Walton <dwalton [at] cisco> wrote:
>>> It's a Knoppmyth install from last summer (don't recall what version of
>>> knoppmyth exactly). I'm using nvidia driver version 1.0-9629 and I used a
>>> script that comes with knoppmyth (/usr/local/bin/install-nvidia-debian.sh) to
>>> install the drivers.
>>>
>>> Is there something else I was supposed to install?
>> This patch added some search paths for Ubuntu and Debian Sid nVidia
>> headers, I wonder if similiar search path check is needed for Knoppix?
>> http://svn.mythtv.org/trac/changeset/9977
>
> Any idea how I can determine what path (if any) needs to be added?
>
> Daniel
You should be able to do a 'locate gl.h' and 'locate glx.h'. Browse the
occurrences that you get and determine which path you need. If that
doesn't work, then there's always:

find / -type f | grep 'glx*.h'
Attachments: mark.paulus.vcf (0.29 KB)


nigel at ind

Feb 15, 2007, 4:48 PM

Post #12 of 17 (5381 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

>> On 2/8/07, Daniel Walton <dwalton [at] cisco> wrote:
>>> It's a Knoppmyth install from last summer (don't recall what
>>> version of
>>> knoppmyth exactly).

cat /etc/KnoppMyth-version

will reveal that on all except the oldest KnoppMyths.
If you can reveal that, then I can do a test install
here and try to get it working.

--
Nigel Pearson, nigel [at] ind| All science,
Telstra Net. Eng., Sydney, Australia | is either Physics,
Office: 9202 3900 Fax: 9261 3912 | or stamp collecting!
Mobile: 0408 664435 Home: 9792 6998 | - Rutherford


_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


nigel at ind

Feb 15, 2007, 4:57 PM

Post #13 of 17 (5361 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

> cat /etc/KnoppMyth-version
>
> will reveal that on all except the oldest KnoppMyths.

And if it is too old to have that file,
just the kernel version (e.g. uname -a)
should be enough to get the same include
files that you are using.
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


dwalton at cisco

Feb 15, 2007, 5:08 PM

Post #14 of 17 (5366 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

thx, here you go

root [at] mytht:~/mythtv-vid# cat /etc/KnoppMyth-version
R5 Cool 7
root [at] mytht:~/mythtv-vid#

root [at] mytht:~/mythtv-vid# uname -a
Linux mythtv 2.6.15-chw-2 #1 SMP PREEMPT Thu Jan 5 08:10:40 UTC 2006 i686
GNU/Linux
root [at] mytht:~/mythtv-vid#


Daniel

On Fri, 16 Feb 2007, Nigel Pearson wrote:

> >> On 2/8/07, Daniel Walton <dwalton [at] cisco> wrote:
> >>> It's a Knoppmyth install from last summer (don't recall what
> >>> version of
> >>> knoppmyth exactly).
>
> cat /etc/KnoppMyth-version
>
> will reveal that on all except the oldest KnoppMyths.
> If you can reveal that, then I can do a test install
> here and try to get it working.
>
> --
> Nigel Pearson, nigel [at] ind| All science,
> Telstra Net. Eng., Sydney, Australia | is either Physics,
> Office: 9202 3900 Fax: 9261 3912 | or stamp collecting!
> Mobile: 0408 664435 Home: 9792 6998 | - Rutherford
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>


_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


dwalton at cisco

Feb 15, 2007, 5:15 PM

Post #15 of 17 (5375 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

gl.h and glx.h are in /usr/share/doc/NVIDIA_GLX-1.0/include/GL for me so I've
added:

Index: configure
===================================================================
--- configure (revision 12803)
+++ configure (working copy)
@@ -2947,6 +2947,10 @@
CONFIG_INCLUDEPATH="$CONFIG_INCLUDEPATH /usr/share/nvidia/include"
fi

+if test -d /usr/share/doc/NVIDIA_GLX-1.0/include/GL; then
+ CONFIG_INCLUDEPATH="$CONFIG_INCLUDEPATH /usr/share/doc/NVIDIA_GLX-1.0/include"
+fi
+
if test x"$direct_fb" = x"yes" ; then
direct_fb="no"
if test x`which directfb-config 2> /dev/null` != x"" ; then


but now I'm hitting a different compile error:

util-opengl.cpp: In function `void (* get_gl_proc_address(const QString&))()':
util-opengl.cpp:307: error: `glXGetProcAddress' undeclared (first use this
function)
util-opengl.cpp:307: error: (Each undeclared identifier is reported only once
for each function it appears in.)
make[2]: *** [util-opengl.o] Error 1
make[2]: Leaving directory `/root/mythtv-vid/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/root/mythtv-vid/libs'
make: *** [sub-libs] Error 2


Daniel


On Thu, 15 Feb 2007, Mark Paulus wrote:

>
>
> Daniel Walton wrote:
> > On Thu, 8 Feb 2007, [ISO-8859-1] Pekka Jääskeläinen wrote:
> >
> >> On 2/8/07, Daniel Walton <dwalton [at] cisco> wrote:
> >>> It's a Knoppmyth install from last summer (don't recall what version of
> >>> knoppmyth exactly). I'm using nvidia driver version 1.0-9629 and I used a
> >>> script that comes with knoppmyth (/usr/local/bin/install-nvidia-debian.sh) to
> >>> install the drivers.
> >>>
> >>> Is there something else I was supposed to install?
> >> This patch added some search paths for Ubuntu and Debian Sid nVidia
> >> headers, I wonder if similiar search path check is needed for Knoppix?
> >> http://svn.mythtv.org/trac/changeset/9977
> >
> > Any idea how I can determine what path (if any) needs to be added?
> >
> > Daniel
> You should be able to do a 'locate gl.h' and 'locate glx.h'. Browse the
> occurrences that you get and determine which path you need. If that
> doesn't work, then there's always:
>
> find / -type f | grep 'glx*.h'
>
>
>


perveilerj at yahoo

Feb 15, 2007, 7:57 PM

Post #16 of 17 (5377 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

<snip>
--
> but now I'm hitting a different compile error:
>
> util-opengl.cpp: In function `void (* get_gl_proc_address(const
> QString&))()':
> util-opengl.cpp:307: error: `glXGetProcAddress' undeclared (first use this
> function)
> util-opengl.cpp:307: error: (Each undeclared identifier is reported only once
> for each function it appears in.)
> make[2]: *** [util-opengl.o] Error 1
> make[2]: Leaving directory `/root/mythtv-vid/libs/libmythtv'
> make[1]: *** [sub-libmythtv] Error 2
> make[1]: Leaving directory `/root/mythtv-vid/libs'
> make: *** [sub-libs] Error 2
<snip>

I had the same problem. See "problem 2" here:
http://www.gossamer-threads.com/lists/mythtv/dev/252613

--Jack




____________________________________________________________________________________
Looking for earth-friendly autos?
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


dwalton at cisco

Feb 16, 2007, 7:13 AM

Post #17 of 17 (5364 views)
Permalink
Re: [mythtv-commits] mythtv commit: r12743 by danielk [In reply to]

On Thu, 15 Feb 2007, Jack Perveiler wrote:

> <snip>
> --
> > but now I'm hitting a different compile error:
> >
> > util-opengl.cpp: In function `void (* get_gl_proc_address(const
> > QString&))()':
> > util-opengl.cpp:307: error: `glXGetProcAddress' undeclared (first use this
> > function)
> > util-opengl.cpp:307: error: (Each undeclared identifier is reported only once
> > for each function it appears in.)
> > make[2]: *** [util-opengl.o] Error 1
> > make[2]: Leaving directory `/root/mythtv-vid/libs/libmythtv'
> > make[1]: *** [sub-libmythtv] Error 2
> > make[1]: Leaving directory `/root/mythtv-vid/libs'
> > make: *** [sub-libs] Error 2
> <snip>
>
> I had the same problem. See "problem 2" here:
> http://www.gossamer-threads.com/lists/mythtv/dev/252613

yep, that fixed my compile error. Thanks

Daniel

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.