home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!clark!spool.mu.edu!agate!stanford.edu!RAMSESII.ULTRYX.COM!win
- From: win@RAMSESII.ULTRYX.COM (Win)
- Newsgroups: comp.windows.interviews
- Subject: InterViews 3.1 HPUX Series 700 (PA-RISC)
- Message-ID: <9301261736.AA03927@ramsesii.ultryx.com>
- Date: 26 Jan 93 17:36:28 GMT
- Article-I.D.: ramsesii.9301261736.AA03927
- Sender: news@shelby.stanford.edu (USENET News System)
- Organization: Internet-USENET Gateway at Stanford University
- Lines: 107
-
- Someone MUST have some ideas on what to attempt next.
-
- I'm having a problem compiling InterViews 3.1 on HPUX Series 700 (PA-RISC).
- When attempting to compile action.c, I get the following (Note: the compile
- options for more information):
-
- --------------- Begin make output -------------------------
- /usr/local/src/InterViews/iv/src/lib/IV/HP800> make
- CC +p -v -E +i -Dcplusplus_2_1 -DSYSV -I../../../.././src/include
- -I/usr/include/X11R4 -c ../../InterViews/action.c
- /usr/lib/Cpp.ansi -Dcplusplus_2_1 -DSYSV -I../../../.././src/include -I/usr/inc
- lude/X11R4 -D__hp9000s700 -D_PA_RISC1_1 -$ -Dc_plusplus -D__cplusplus -D__hp9000
- s800 -D__hppa -D__hpux -D__unix -Dhp9000s800 -Dhppa -Dhpux -Dunix -I/usr/include
- /CC -I/usr/include ../../InterViews/action.c
- # 1 "../../InterViews/action.c"
- # 25
-
- # 1 "../../../.././src/include/InterViews/action.h"
- # 32
-
- # 1 "../../../.././src/include/InterViews/resource.h"
- # 32
-
- # 1 "../../../.././src/include/InterViews/enter-scope.h"
- # 28
-
- # 1 "../../../.././src/include/InterViews/iv.h"
- # 36
-
- # 29 "../../../.././src/include/InterViews/enter-scope.h"
-
-
-
-
- # 1 "../../../.././src/include/InterViews/_undefs.h"
- # 304
-
- # 33 "../../../.././src/include/InterViews/enter-scope.h"
-
- # 1 "../../../.././src/include/InterViews/_defines.h"
- # 304
-
- # 34 "../../../.././src/include/InterViews/enter-scope.h"
- # 45
-
- # 1 "../../../.././src/include/OS/enter-scope.h"
- # 28
-
- # 1 "../../../.././src/include/OS/os.h"
- # 34
-
- # 29 "../../../.././src/include/OS/enter-scope.h"
- # 34
-
- # 1 "../../../.././src/include/OS/_defines.h"
- # 25
-
- # 35 "../../../.././src/include/OS/enter-scope.h"
-
- Pid 11356 received a SIGSEGV for stack growth failure.
- Possible causes: insufficient memory or swap space,
- or stack size exceeded maxssiz.
- CC: error: `/usr/lib/Cpp.ansi' terminated with signal 11 (1922)
- *** Error code 1
-
- Stop.
-
- --------------- End make output -------------------------
-
- Experiments have shown:
-
- o increasing maxssiz from 8388608 to 134,217,728 results only in a larger
- core file (from approx. 13MB to 58MB).
-
- o Not including #include <InterViews/enter-scope.h> in resource.h
- causes no core but also generated compiler warnings and errors
- since boolean is not defined.
-
- o #if 0 ... #endif around code sample to follow, in
- iv/src/include/OS/enter-scope.h results in moving the error further
- along to the return from resource.h
-
- --------------- Begin code sample of enter-scope.h -------------------------
- #ifndef os_boolean
- #define os_boolean
-
- typedef unsigned boolean;
-
- static const unsigned false = 0;
- static const unsigned true = 1;
-
- #endif
-
- #ifndef os_u_char
- #define os_u_char
-
- typedef unsigned char u_char;
-
- #endif
- --------------- End code sample of enter-scope.h -------------------------
-
- Any ideas would be greatly appreciated!
-
- Thanks In Advance,
-
- Win
- win@ultryx.com
-