zsh-workers
 help / color / mirror / code / Atom feed
* AIX - almost success.
       [not found] <Pine.OSF.4.10.10106271408310.12353-100000@tiku.hut.fi>
@ 2001-06-27 11:21 ` Andrej Borsenkow
  2001-06-27 11:38   ` Sven Wischnowsky
  0 siblings, 1 reply; 3+ messages in thread
From: Andrej Borsenkow @ 2001-06-27 11:21 UTC (permalink / raw)
  To: Timo Aaltonen; +Cc: ZSH Workers Mailing List

> >
> > > > I'm still interested if other problems are fixed.
> > >
> > > They seem to be, at least it compiled ok. I had to remove
> both termcap and
> > > terminfo.
> > >
> >
> > what about make check?
>
> ./C02cond.ztst: starting.
> Test ./C02cond.ztst failed: bad status 1, expected 0 from:
>   sleep 1
>   cat unmodified
>   touch newnewnew
>   if [[ $OSTYPE == "cygwin" ]]; then
>     print -u8 "Warning: not testing [[ -N file ]] (not supported on
> Cygwin)"
>     true
>   else
>     [[ -N newnewnew && ! -N unmodified ]]
>   fi
> Was testing: -N cond
> ./C02cond.ztst: test failed.
>

That's O.K., you are on NFS.

>
> all the rest went fine
>

Nice. Could you do a favour and try clean configure/make/make check with

LIBS=-ltermcap configure ...

This should work OOTB (by avoiding curses); of course, not with GCC as
usual.

> > > Gcc 2.8.1 specs-file attached, but I have been using cc...
> > >
> >
> > If you can spend some more time, I'd be interested in making it more
> > GCC-friendly.
>
> Ok, that's fine.
>
>
> btw, I tried the same numcodes-test with other OS's (Tru64, linux), and
> they both failed (unresolved symbol numcodes), but maybe that's for a
> reason, as it isn't tested when configure is run normally..
>

What's up? It definitely works on Linux, Sven, do you have numcodes,
boolcodes etc on Tru64?

Timo, could you post exact program, cc invocation and error messages you get
on Linux and Tru64?


-andrej


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: AIX - almost success.
  2001-06-27 11:21 ` AIX - almost success Andrej Borsenkow
@ 2001-06-27 11:38   ` Sven Wischnowsky
  2001-06-27 12:04     ` Andrej Borsenkow
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Wischnowsky @ 2001-06-27 11:38 UTC (permalink / raw)
  To: zsh-workers

Andrej Borsenkow wrote:

> ...
> 
> What's up? It definitely works on Linux, Sven, do you have numcodes,
> boolcodes etc on Tru64?

Err, they are declared in term.h, but config.h says I don't have them,
even after re-running `./Util/preconfig;autoconf;autoheader;./configure'.

Should I try something, look at something or tell you something? What,
where, what? (Sorry I hadn't looked before, I was just too busy to
follow that thread.)

Bye
  Sven


-- 
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: AIX - almost success.
  2001-06-27 11:38   ` Sven Wischnowsky
@ 2001-06-27 12:04     ` Andrej Borsenkow
  0 siblings, 0 replies; 3+ messages in thread
From: Andrej Borsenkow @ 2001-06-27 12:04 UTC (permalink / raw)
  To: zsh-workers

>
> Andrej Borsenkow wrote:
>
> > ...
> >
> > What's up? It definitely works on Linux, Sven, do you have numcodes,
> > boolcodes etc on Tru64?
>
> Err, they are declared in term.h, but config.h says I don't have them,
> even after re-running `./Util/preconfig;autoconf;autoheader;./configure'.
>
> Should I try something, look at something or tell you something? What,
> where, what? (Sorry I hadn't looked before, I was just too busy to
> follow that thread.)
>

Well, I just was curious to here that test program failed on Tru64.

The problem on AIX was boolcodes etc are defined in term.h, exist in
libcurses but linking fails (I suspect AIX bug). Unforunately, compilation
then fails as well because of redefinition in terminfo.c.

It is not much you can do I guess (short of fixing the problem, whatever it
is, on Tru64 :-) But if this happens on more than one system, something has
to be done I guess.

-andrej


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-06-27 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.OSF.4.10.10106271408310.12353-100000@tiku.hut.fi>
2001-06-27 11:21 ` AIX - almost success Andrej Borsenkow
2001-06-27 11:38   ` Sven Wischnowsky
2001-06-27 12:04     ` Andrej Borsenkow

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).