Re: [mythtv-users] Mythburn and ProjectX

2006-01-28 Thread Michael T. Dean
On 01/28/2006 07:36 PM, Jonathan Smith wrote:
> I was reading a thread that mentions that the mythburn script wont
> work in .19, I thought that mythburn was going to be included with
> .19?
>
>   
I think it remains separate.

> I subscripe to both the developer and user lists, but where can I see
> the new features being released in the upcoming.19?  All I see on
> mythtv.org is the .18.1
>   

http://mythtv.org/wiki/index.php/Release_Notes_-_0.19 (not final, but 
this will become the final release notes when 0.19 is released)

Mike
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythburn and ProjectX

2006-01-28 Thread Jonathan Smith
Thank you Mike, I had to recompile ProjectX using the j2SDK, launch
using j2re java runtime and it worked fine.  Now on to getting Mytburn
to work.

I was reading a thread that mentions that the mythburn script wont
work in .19, I thought that mythburn was going to be included with
.19?

I subscripe to both the developer and user lists, but where can I see
the new features being released in the upcoming.19?  All I see on
mythtv.org is the .18.1

On 1/28/06, Michael T. Dean <[EMAIL PROTECTED]> wrote:
> On 01/28/2006 02:36 PM, Jonathan Smith wrote:
> > Thanks Mike, I forgot, to mention that I did install Sun's JDK and
> > JRE, but it seems to use the GNU libraries, how can I correct this?
> >
> Modify the PATH used such that Sun's program "java" is found first.
> Also, you may want to specify a JAVA_HOME environment variable.
>
> Mike
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythburn and ProjectX

2006-01-28 Thread Michael T. Dean
On 01/28/2006 02:36 PM, Jonathan Smith wrote:
> Thanks Mike, I forgot, to mention that I did install Sun's JDK and
> JRE, but it seems to use the GNU libraries, how can I correct this?
>   
Modify the PATH used such that Sun's program "java" is found first.  
Also, you may want to specify a JAVA_HOME environment variable.

Mike
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythburn and ProjectX

2006-01-28 Thread Jonathan Smith
Thanks Mike, I forgot, to mention that I did install Sun's JDK and
JRE, but it seems to use the GNU libraries, how can I correct this?

On 1/28/06, Michael T. Dean <[EMAIL PROTECTED]> wrote:
> On 01/28/2006 07:34 AM, Jonathan Smith wrote:
> > I have been trying to install mythburn on a FC4 box with version .18
> > of mythtv.  My initial problem is that I cannot get ProjectX to run, I
> > get the following error:
> >
> >
> > Loading Basic Classes...
> > Exception in thread "main" java.lang.UnsatisfiedLinkError: initState
> >at gnu.java.awt.peer.gtk.GdkGraphics2D.initState(int[], int, int)
> >
> Don't use the GNU Java implementation.  Use Sun's JDK or JRE (
> http://java.sun.com/j2se ).
>
> Mike
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythburn and ProjectX

2006-01-28 Thread Michael T. Dean
On 01/28/2006 07:34 AM, Jonathan Smith wrote:
> I have been trying to install mythburn on a FC4 box with version .18
> of mythtv.  My initial problem is that I cannot get ProjectX to run, I
> get the following error:
>
>
> Loading Basic Classes...
> Exception in thread "main" java.lang.UnsatisfiedLinkError: initState
>at gnu.java.awt.peer.gtk.GdkGraphics2D.initState(int[], int, int)
>   
Don't use the GNU Java implementation.  Use Sun's JDK or JRE ( 
http://java.sun.com/j2se ).

Mike
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Mythburn and ProjectX

2006-01-28 Thread Jonathan Smith
I have been trying to install mythburn on a FC4 box with version .18
of mythtv.  My initial problem is that I cannot get ProjectX to run, I
get the following error:


Loading Basic Classes...
Exception in thread "main" java.lang.UnsatisfiedLinkError: initState
   at gnu.java.awt.peer.gtk.GdkGraphics2D.initState(int[], int, int)
(/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)
   at 
gnu.java.awt.peer.gtk.GdkGraphics2D.GdkGraphics2D(java.awt.image.BufferedImage)
(/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)
   at 
gnu.java.awt.peer.gtk.GdkGraphicsEnvironment.createGraphics(java.awt.image.BufferedImage)
(/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)
   at java.awt.image.BufferedImage.createGraphics() (/usr/lib/libgcj.so.6.0.0)
   at net.sourceforge.dvb.projectx.subtitle.Subpicture.Subpicture()
(Unknown Source)
   at net.sourceforge.dvb.projectx.common.Common.init() (Unknown Source)
   at net.sourceforge.dvb.projectx.common.Start.main(java.lang.String[])
(Unknown Source)
   at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)

 Has anyone had success installing mythburn outside of knoppmyth?  Is
there a good howto out there that is illuding me?



Thanks.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users