home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!goanna!minyos.xx.rmit.oz.au!acas
- From: acas@cgl.citri.edu.au (Andrew Cassin)
- Newsgroups: comp.sys.sgi
- Subject: Interviews 3.0.1 bug?
- Summary: hmmm....
- Keywords: hmmm...
- Message-ID: <acas.714790976@godzilla.cgl.citri.edu.au>
- Date: 26 Aug 92 01:02:56 GMT
- Sender: usenet@minyos.xx.rmit.oz.au (Njuiz noveles nova newes)
- Organization: RMIT Advanced Computer Graphics Centre, CITRI, Melbourne
- Lines: 66
-
-
- I grabbed 3.0.1.tar.Z from sgi.com:/graphics/interviews and followed the
- instructions in the README file, namely:
- setenv CPU `make World`
- make World
-
- However, part way through the build, CC complains about an inline function
- call when compiling iv/src/lib/IV-2_6/xpainter.c. Making this function
- (AllocPts) non-inline fixes the compile errors.
-
- Is the a known cfront bug? Or am I configuring InterViews incorrectly?
- (see below)
-
- We are using IRIX 4.0.1, IDO and C++ 2.1.1 on a 340VGX.
- Of the configuration files, only the following has been modified and its
- contents are given below:
-
- --- start of iv/src/config/InterViews/local.def ---
-
- /*
- * For now, just assume cfront 2.0.
- * If you are using cfront 2.1, then use -Dcplusplus_2_1.
- */
- #undef LanguageCCDefines
- #define LanguageCCDefines -Dcplusplus_2_0
-
- /*
- * Delete this definition if your /tmp space is less than five megabytes.
- */
- #undef HasLargeTmp
- #define HasLargeTmp YES
-
- /*
- * If you do not want to create a symbolic link called "/interviews"
- * that points at /..../iv/installed, you should replace /interviews
- * below with the name of the symbolic link you do want to use (say,
- * /usr/local/interviews). If you don't want to create a symbolic
- * link at all, replace /interviews with the absolute pathname of
- * /..../iv/installed so InterViews applications still can find the
- * installed data files.
- */
- #undef InstalledRoot
- #define InstalledRoot /usr/local/interviews
-
- /*
- * If the X11 config files are not in /usr/lib/X11/config, the X11
- * includes are not in /usr/include, or the X11 libraries are not in
- * /lib, /usr/lib, or /usr/local/lib, then you should specify their
- * actual locations here.
- *
- * If you have to set XConfigDir, don't forget to override XCONFIGDIR
- * on the command line when saying "make World" for the first time.
- */
- /*
- #undef XConfigDir
- #define XConfigDir /usr/X11R5/lib/X11/config
- #undef XIncDir
- #define XIncDir /usr/X11R5/include
- #undef XLibDir
- #define XLibDir /usr/X11R5/lib
- */
- --- end of included file ---
-
- Andrew Cassin
- RMIT Advanced Computer Graphics Centre
- email address: acas@godzilla.cgl.citri.edu.au
-