[daip] AIPS & new mac MNJ

Eric Greisen egreisen at nrao.edu
Wed Oct 12 16:01:43 EDT 2016


On 10/12/2016 01:31 AM, Arnaud Collioud wrote:
> Hi Eric & Amy,
>
> I did the MNJ just a few minutes ago on my MacBook Pro with OS X 10.10.5, and when restarting AIPS, I got the following error which repeats continuously:
>
> select error - AipsSocket: Invalid argument
>
> Is this related to my configuration ? Do you have any similar feedback ?
>
> Cheers,
> Arnaud
>
> _______________________________________________
> Daip mailing list
> Daip at listmgr.nrao.edu
> https://listmgr.nrao.edu/mailman/listinfo/daip
>

XAS is pretty much a stand-alone program.  If you have a C compiler 
(e.g. gcc) you could edit the Makefile (look at lines for MACINT) to 
change the compiler path and options.

In xas.c there is a line

                    perror ("select error - AipsLink");

add a line

      fprintf (stderr, "XAS select_size %d\n", select_size);

then do
make clean
make

And see if it works - as I say - no other reports on this

Eric



More information about the Daip mailing list