axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#46 termio vs ptermio] more info


From: anonymous
Subject: [Axiom-developer] [#46 termio vs ptermio] more info
Date: Sat, 22 Jan 2005 03:57:08 -0600

| Gabriel,
| 
| hmm, can you do me a favor and try the following:
| 
| cd obj/linux/clef
| gcc -E edible.c
| 
| and look for the lines:
| 
| /usr/include/termios.h

The directive

    #include <termios.h> 

gets expanded as expected.

| 
| and
| 
| struct termios

that strucrure is defined as expected -- it is at several place in
edible.c.  The only problematic place is at line 276, where "struct
termio" (without 's') used used instead of of "struct termios".

Correcting what I believe to be the missing "s", allowed me to build
and install axiom. 

| these must be included in your system somewhere or the build
| would fail at the include step.

Indeed.

| In fact, it would be interesting to see the output of the gcc -E edible.c
| line.

see attached.


--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]