Armin Steinhoff | 8 Jan 2002 16:31
Picon
Favicon

Re: event processing broken ??

At 18:02 29.12.01 -0500, Frank Liu wrote:

>this sounded like a problem with the mouse driver. what type of
>mouse do you have? how did you start the "devi-hirun"?
>have you read all the mailing list archives on setting up ?
>http://www.geocrawler.com/archives/3/16494/2001/

I read it ... the mouse is working perfectly

>as for the source, all the patches have been submitted to the
>xfree86 and are already committed to the current CVS. you can
>either checkout the cvs
>http://www.xfree86.org/cvs/
>or just want for the release of xfree86 4.2 (in a week or two).

I will wait for  4.2.

Best Regards

Armin

>frank
>
>On Sat, 29 Dec 2001, Armin Steinhoff wrote:
>
> >
> > Hi All,
> >
> > I installed recently  XFree86 4.1 and got some strange problems.
> >
(Continue reading)

Frank Liu | 8 Jan 2002 17:45
Picon

Re: event processing broken ??

> I read it ... the mouse is working perfectly

I assume you can now run XFree86 4.1 without a problem.

>
> I will wait for  4.2.
>

I just commited more patches yesterday: some minor changes
for QNX6, and lots of major changes for QNX4!!  I am actually
running XFree86 4.x on QNX4.25 right now.
XFree86 4.2 is scheduled to be released next week. Both QNX4 and
QNX6 will be supported officially in 4.2.
I will do a final build this weekend to iron out some final glitches
which may be caused by the CVS merging.

Frank

Armin Steinhoff | 8 Jan 2002 19:09
Picon
Favicon

Re: event processing broken ??

At 11:45 08.01.02 -0500, Frank Liu wrote:

> > I read it ... the mouse is working perfectly
>
>I assume you can now run XFree86 4.1 without a problem.

No, it's a pity ... I have still to move the mouse around just to get the 
screen updated.
I run the Rage 128 adapter ... is this problem related to it ?

At the moment ... I don't have the time to care about it ...

> >
> > I will wait for  4.2.
> >
>
>I just commited more patches yesterday: some minor changes
>for QNX6, and lots of major changes for QNX4!!  I am actually
>running XFree86 4.x on QNX4.25 right now.
>XFree86 4.2 is scheduled to be released next week. Both QNX4 and
>QNX6 will be supported officially in 4.2.
>I will do a final build this weekend to iron out some final glitches
>which may be caused by the CVS merging.

Sounds very good, Frank

Regards
Armin

(Continue reading)

Lonnie VanZandt | 9 Jan 2002 16:51
Picon
Favicon

nl_types.h for tcsh build?

My attempt at building tcsh is failing due to a missing nl_types.h
(something about Native Language support). My RTP 6.1 system lacks this
and there does not seem to be a configure option to avoid it. So, what
dependency am I missing that Armin must have?

Also, I'm rebuilding because the tcsh binary complains frequently about
"Unmatched <x>" (x is some char from the command line) for each shell
command that I type in.

Lonnie.

Frank Liu | 10 Jan 2002 07:08
Picon

Re: nl_types.h for tcsh build?

on my newly built qnx6.1 box:
find /usr/include -name 'nl_types.h'
/usr/include/nl_types.h

btw, try this tcsh
http://qnx.iaware.com/tcsh

the port at the openqnx site may have some bugs.

frank

On Wed, 9 Jan 2002, Lonnie VanZandt wrote:

> My attempt at building tcsh is failing due to a missing nl_types.h
> (something about Native Language support). My RTP 6.1 system lacks this
> and there does not seem to be a configure option to avoid it. So, what
> dependency am I missing that Armin must have?
>
> Also, I'm rebuilding because the tcsh binary complains frequently about
> "Unmatched <x>" (x is some char from the command line) for each shell
> command that I type in.
>
> Lonnie.
>
>
> _______________________________________________
> openqnx-developer mailing list
> openqnx-developer@...
> https://lists.sourceforge.net/lists/listinfo/openqnx-developer
>
(Continue reading)

Armin Steinhoff | 14 Jan 2002 00:40
Picon
Favicon

Working rshd added to the PVM 3.4.4 package

Hi All,

I have added a working rshd to the PVM package  ... it's now possible to 
use rsh for PVM 3.4.4

Regards
Armin

Armin Steinhoff | 14 Jan 2002 00:40
Picon
Favicon

Re: nl_types.h for tcsh build?

At 01:08 10.01.02 -0500, Frank Liu wrote:

>on my newly built qnx6.1 box:
>find /usr/include -name 'nl_types.h'
>/usr/include/nl_types.h
>
>btw, try this tcsh
>http://qnx.iaware.com/tcsh
>
>the port at the openqnx site may have some bugs.

  tcsh seems to be a real nasty beast ... Frank, your version doesn't allow 
the usage of capital letters :)

Try setenv PATH = something_else ...

Regards
Armin

>On Wed, 9 Jan 2002, Lonnie VanZandt wrote:
>
> > My attempt at building tcsh is failing due to a missing nl_types.h
> > (something about Native Language support). My RTP 6.1 system lacks this
> > and there does not seem to be a configure option to avoid it. So, what
> > dependency am I missing that Armin must have?
> >
> > Also, I'm rebuilding because the tcsh binary complains frequently about
> > "Unmatched <x>" (x is some char from the command line) for each shell
> > command that I type in.
> >
(Continue reading)

Frank Liu | 14 Jan 2002 00:50
Picon

Re: nl_types.h for tcsh build?

ya, Lonnie told me about that.
I may have to rewrite the 'sh.char.c' file to correctly map
the keys when I have some free time. none of those default
ones seem to match qnx6.

frank

On Mon, 14 Jan 2002, Armin Steinhoff wrote:

> At 01:08 10.01.02 -0500, Frank Liu wrote:
>
> >on my newly built qnx6.1 box:
> >find /usr/include -name 'nl_types.h'
> >/usr/include/nl_types.h
> >
> >btw, try this tcsh
> >http://qnx.iaware.com/tcsh
> >
> >the port at the openqnx site may have some bugs.
>
>   tcsh seems to be a real nasty beast ... Frank, your version doesn't allow
> the usage of capital letters :)
>
> Try setenv PATH = something_else ...
>
> Regards
> Armin
>
>
>
(Continue reading)

Frank Liu | 14 Jan 2002 07:36
Picon

Re: nl_types.h for tcsh build?

OK, try it again:
http://qnx.iaware.com/tcsh
frank

On Mon, 14 Jan 2002, Armin Steinhoff wrote:

> At 01:08 10.01.02 -0500, Frank Liu wrote:
>
> >on my newly built qnx6.1 box:
> >find /usr/include -name 'nl_types.h'
> >/usr/include/nl_types.h
> >
> >btw, try this tcsh
> >http://qnx.iaware.com/tcsh
> >
> >the port at the openqnx site may have some bugs.
>
>   tcsh seems to be a real nasty beast ... Frank, your version doesn't allow
> the usage of capital letters :)
>
> Try setenv PATH = something_else ...
>
> Regards
> Armin
>
>
>
>
>
> >On Wed, 9 Jan 2002, Lonnie VanZandt wrote:
(Continue reading)

Frank Liu | 19 Jan 2002 18:34
Picon

XFree86 4.2.0

It is released yesterday. source code can be found
ftp.xfree86.org:/pub/XFree86/4.2.0/source

It has all my patches and should compile out of box on qnx6 and qnx4.

I will upload the new binary to openqnx site, but for now, I've created
one for you all to try out.
http://qnx.iaware.com/xf4.2-bin.tar.gz

Frank


Gmane