[daip] 31DEC06 XAS not installed

Chun Ly chun at astro.UCLA.EDU
Wed Oct 18 17:10:24 EDT 2006


Hello,

I recently upgraded my linux box to Fedora Core 5. I downloaded
31DEC06.tar.gz. Upon installation I encountered an error with
XAS indicating that it could not be installed. The error message is shown
below. Any ideas why it failed?

Also, at the time of the installation, I did not have CVS installed, and
so I couldn't get the midnight job set-up. It is now installed. It appears
from the bottom of the error message that MNJ is set-up. It's been a
while since I've done midnight jobs that I don't remember how to
initialize it. My previous version of do_daily is for a previous
installation, and so I don't think it will work. Can I just fix this up to
the newer version that I have?

Thank you,
 - Chun Ly
-------------- next part --------------
AipsWiz: The GNU readline library was apparently created.
AipsWiz:  =====> Make the XAS TV Server from source if needed...
AipsWiz: XAS.SHR appears to be already unpacked.
AipsWiz: About to try to make XAS...

rm -f *.o xas XAS
/usr/bin/gcc  -D_BSD -DUSE_SHM -O2 -c xas.c
In file included from xas.c:31:
xas.h:52:22: error: X11/Xlib.h: No such file or directory
xas.h:53:23: error: X11/Xutil.h: No such file or directory
xas.h:54:24: error: X11/keysym.h: No such file or directory
xas.h:81:33: error: X11/extensions/XShm.h: No such file or directory
In file included from xas.c:31:
xas.h:88: error: expected `=', `,', `;', `asm' or `__attribute__' before `connected'
xas.h:204: error: expected `=', `,', `;', `asm' or `__attribute__' before `XasDebug'
xas.h:205: error: expected `=', `,', `;', `asm' or `__attribute__' before `XDebug'
xas.h:206: error: expected `=', `,', `;', `asm' or `__attribute__' before `ByteSwapped'
xas.h:207: error: expected `=', `,', `;', `asm' or `__attribute__' before `ByteSwapDisp'
xas.h:208: error: expected `=', `,', `;', `asm' or `__attribute__' before `RedBigger'
xas.h:209: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
xas.h:211: error: expected `=', `,', `;', `asm' or `__attribute__' before `cursor'
xas.h:212: error: expected `=', `,', `;', `asm' or `__attribute__' before `win'
xas.h:213: error: expected `=', `,', `;', `asm' or `__attribute__' before `ImageGC'
xas.h:216: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
xas.h:217: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
xas.h:218: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
xas.h:225: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
xas.h:234: error: expected `=', `,', `;', `asm' or `__attribute__' before `plane_info'
xas.h:235: error: expected `=', `,', `;', `asm' or `__attribute__' before `graph_info'
xas.h:236: error: expected `=', `,', `;', `asm' or `__attribute__' before `line_info'
xas.h:275: error: expected `=', `,', `;', `asm' or `__attribute__' before `TV_colour'
xas.h:276: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
xas.h:277: error: expected `=', `,', `;', `asm' or `__attribute__' before `fg_curs'
xas.h:417: error: expected `)' before `*' token
xas.h:419: error: expected `=', `,', `;', `asm' or `__attribute__' before `XSetIOErrorHandler'
xas.h:433: error: expected `=', `,', `;', `asm' or `__attribute__' before `is_complete'
xas.h:435: error: expected `)' before `*' token
xas.h:459: error: expected `)' before `int'
xas.c: In function `main':
xas.c:44: error: `XEvent' undeclared (first use in this function)
xas.c:44: error: (Each undeclared identifier is reported only once
xas.c:44: error: for each function it appears in.)
xas.c:44: error: expected `;' before `report'
xas.c:45: error: `KeySym' undeclared (first use in this function)
xas.c:45: error: expected `;' before `key'
xas.c:47: error: `XComposeStatus' undeclared (first use in this function)
xas.c:47: error: expected `;' before `compose'
xas.c:61: error: `False' undeclared (first use in this function)
xas.c:78: error: `display' undeclared (first use in this function)
xas.c:103: error: `win' undeclared (first use in this function)
xas.c:119: error: `report' undeclared (first use in this function)
xas.c:122: error: `connected' undeclared (first use in this function)
xas.c:138: error: `XasDebug' undeclared (first use in this function)
xas.c:171: error: `True' undeclared (first use in this function)
xas.c:206: error: `XDebug' undeclared (first use in this function)
xas.c:209: error: `Expose' undeclared (first use in this function)
xas.c:223: error: `ButtonPress' undeclared (first use in this function)
xas.c:226: error: `MotionNotify' undeclared (first use in this function)
xas.c:229: error: `KeyPress' undeclared (first use in this function)
xas.c:230: error: `XKeyEvent' undeclared (first use in this function)
xas.c:230: error: expected expression before `)' token
xas.c:232: error: `key' undeclared (first use in this function)
xas.c:234: error: `ConfigureNotify' undeclared (first use in this function)
xas.c: In function `ProcessAipsRequest':
xas.c:281: error: `XDebug' undeclared (first use in this function)
xas.c:288: error: `XasDebug' undeclared (first use in this function)
xas.c:298: error: `connected' undeclared (first use in this function)
xas.c:298: error: `False' undeclared (first use in this function)
make: *** [xas.o] Error 1
AipsWiz: Error: Failed to build the XAS program.
AipsWiz: Error: This means no AIPS TV will be available.
AipsWiz: ==> Press <ENTER> to acknowledge::
AipsWiz:  =====> Preparing for INSTEP2 and INSTEP4 (building AIPS)...
AipsWiz:  =====> Preparing for the "Midnight Job"...
AipsWiz:         MAKE.MNJ done (C Compiler and options)
AipsWiz: Midnight Job area /aips/31DEC06/LINUX/UPDATE seems OK.
AipsWiz: =========================================================
AipsWiz:  =====> start INSTEP2 and INSTEP4...


More information about the Daip mailing list