[daip] New Client Reply - [!LNK-744620]: Text installation of AIPS on MAC OSX Lion

Jonathan TL Zwart do-not-reply at nrao.edu
Tue Jan 24 17:46:05 EST 2012


New Client Reply: Text installation of AIPS on MAC OSX Lion

Massive thanks! By changing the replacement snippet to

#include <termios.h>
#if !defined(__linux__) || defined(HAVE_LINUX_GLIBC)
#include <sgtty.h>
#else
#include <bsd/sgtty.h>
#endif

everything compiles fine and AIPS runs OK.

Do you have any thoughts on other free compilers?

Thanks again - especially appreciate your fast responses.

Jon


--------

Actually the logic I sent previously should have
given you sgtty.h - try the termios.h

--------

Our systems guy suggest replacing the full #include
section I sent you

A quick check suggests that he should be including

#include <sgtty.h>

but it could be he needs

#include <termios.h>

instead.

It is hard to test such things when you are using compilers we have never seen.

Ticket Details
===================
Ticket ID: LNK-744620
Department: AIPS Data Processing
Priority: Default
Status: Open
Link:  https://help.nrao.edu/staff/index.php?_m=tickets&_a=viewticket&ticketid=1400




More information about the Daip mailing list