help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Browser not running in just compiled GNU Smalltalk ver


From: csrabak
Subject: [Help-smalltalk] Browser not running in just compiled GNU Smalltalk ver 2.1.9
Date: Thu, 6 Jan 2005 14:37:06 -0200

I compiled from sources smalltalk-2.1.9.tar.gz in Conectiva 10 box, 
(config.log below) and I manage to run gst in text mode and even integrate 
it with emacs. 

However, when I try: 

$./gst ./browser/Run.st > browser.log 

I get (result of log): 

Object: PackageLoader error: error in packages file: unmatched end tag 
built-file 
PackageLoader class(Object)>>#error: 
PackageLoader class>>#processPackageFile:baseDirectory: 
PackageLoader class>>#refreshDependencies 
PackageLoader class>>#isLoadable: 
[] in PackageLoader class>>#extractDependenciesFor:onError: 
Array(SequenceableCollection)>>#do: 
PackageLoader class>>#extractDependenciesFor:onError: 
PackageLoader class>>#fileInPackages: 
PackageLoader class>>#fileInPackage: 
UndefinedObject>>#executeStatements 
./browser/Run.st:44: invalid scope resolution 

I already looked for similar behaviour in the mailing list and the only 
thing similar I found was about Tcl/Tk not being installed (or broken). I 
checked the tclConfig.sh and tkConfig.sh are in /usr/lib. 

Not being sure, I noticed that running make check produces 
"... 
=================== 
All 84 tests passed 
=================== 
..." 

but a careful examination of results prior to that show that I get errors in 
the loading of Ansi.st: 

Loading Ansi.st 
/home/csrabak/Work/smalltalk-2.1.9/tests/Ansi.st:5222: undefined variable 
testSelector referenced 
Object: nil error: did not understand #methodsFor: 
UndefinedObject(Object)>>#doesNotUnderstand: 
UndefinedObject>>#executeStatements 
/home/csrabak/Work/smalltalk-2.1.9/tests/Ansi.st:14726: parse error, 
unexpected "keyword message" 
/home/csrabak/Work/smalltalk-2.1.9/tests/Ansi.st:14732: parse error, 
unexpected "keyword message" 

and lots of errors (see tests.log below) of 'did not undestand' type. 

Can you give me a clue how to solve this? 

TIA 

-- 
Cesar Rabak 

config.log: 
This file contains any messages produced by compilers while 
running configure, to aid debugging if configure makes a mistake. 

It was created by GNU Smalltalk configure 2.1.9, which was 
generated by GNU Autoconf 2.59.  Invocation command line was 

  $ ./configure 

## --------- ## 
## Platform. ## 
## --------- ## 

hostname = fuba.rabak.org 
uname -m = i686 
uname -r = 2.6.5-63077cl 
uname -s = Linux 
uname -v = #1 Thu Jun 17 18:42:25 BRT 2004 

/usr/bin/uname -p = unknown 
/bin/uname -X     = unknown 

/bin/arch              = i686 
/usr/bin/arch -k       = unknown 
/usr/convex/getsysinfo = unknown 
hostinfo               = unknown 
/bin/machine           = unknown 
/usr/bin/oslevel       = unknown 
/bin/universe          = unknown 

PATH: /usr/lib/kde3/bin 
PATH: /bin 
PATH: /usr/bin 
PATH: /usr/X11R6/bin 
PATH: /usr/local/bin 
PATH: /usr/bin/X11 
PATH: /usr/games 
PATH: /usr/lib/java2/bin 
PATH: /usr/lib/java2/jre/bin 
PATH: /usr/lib/qt3/bin 


## ----------- ## 
## Core tests. ## 
## ----------- ## 

configure:1608: checking for a BSD-compatible install 
configure:1663: result: /usr/bin/install -c 
configure:1674: checking whether build environment is sane 
configure:1717: result: yes 
configure:1774: checking for gawk 
configure:1790: found /bin/gawk 
configure:1800: result: gawk 
configure:1810: checking whether make sets $(MAKE) 
configure:1830: result: yes 
configure:2000: checking build system type 
configure:2018: result: i686-pc-linux-gnu 
configure:2026: checking host system type 
configure:2040: result: i686-pc-linux-gnu 
configure:2111: checking for style of include used by make 
configure:2139: result: GNU 
configure:2210: checking for gcc 
configure:2226: found /usr/bin/gcc 
configure:2236: result: gcc 
configure:2480: checking for C compiler version 
configure:2483: gcc --version </dev/null >&5 
gcc (GCC) 3.3.3 (release) 
Copyright (C) 2003 Free Software Foundation, Inc. 
This is free software; see the source for copying conditions.  There is NO 
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 

configure:2486: $? = 0 
configure:2488: gcc -v </dev/null >&5 
Reading specs from /usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/specs 
Configured with: ../configure --prefix=/usr --bindir=/usr/bin 
--libdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--datadir=/usr/share --enable-shared --disable-checking --enable-long-long 
--enable-__cxa_atexit --enable-threads=posix --disable-libunwind-exceptions 
--enable-libgcj --enable-languages=c,c++,f77,objc,java --with-system-zlib 
--host=i386-conectiva-linux --target=i386-conectiva-linux 
--with-gxx_include_dir=/usr/include/c++/3.3.3 
Thread model: posix 
gcc version 3.3.3 (release) 
configure:2491: $? = 0 
configure:2493: gcc -V </dev/null >&5 
gcc: `-V' option must have argument 
configure:2496: $? = 1 
configure:2519: checking for C compiler default output file name 
configure:2522: gcc    conftest.c  >&5 
configure:2525: $? = 0 
configure:2571: result: a.out 
configure:2576: checking whether the C compiler works 
configure:2582: ./a.out 
configure:2585: $? = 0 
configure:2602: result: yes 
configure:2609: checking whether we are cross compiling 
configure:2611: result: no 
configure:2614: checking for suffix of executables 
configure:2616: gcc -o conftest    conftest.c  >&5 
configure:2619: $? = 0 
configure:2644: result: 
configure:2650: checking for suffix of object files 
configure:2671: gcc -c   conftest.c >&5 
configure:2674: $? = 0 
configure:2696: result: o 
configure:2700: checking whether we are using the GNU C compiler 
configure:2724: gcc -c   conftest.c >&5 
configure:2730: $? = 0 
configure:2734: test -z 
                         || test ! -s conftest.err 
configure:2737: $? = 0 
configure:2740: test -s conftest.o 
configure:2743: $? = 0 
configure:2756: result: yes 
configure:2762: checking whether gcc accepts -g 
configure:2783: gcc -c -g  conftest.c >&5 
configure:2789: $? = 0 
configure:2793: test -z 
                         || test ! -s conftest.err 
configure:2796: $? = 0 
configure:2799: test -s conftest.o 
configure:2802: $? = 0 
configure:2813: result: yes 
configure:2830: checking for gcc option to accept ANSI C 
configure:2900: gcc  -c -g -O2  conftest.c >&5 
configure:2906: $? = 0 
configure:2910: test -z 
                         || test ! -s conftest.err 
configure:2913: $? = 0 
configure:2916: test -s conftest.o 
configure:2919: $? = 0 
configure:2937: result: none needed 
configure:2955: gcc -c -g -O2  conftest.c >&5 
conftest.c:2: error: parse error before "me" 
configure:2961: $? = 1 
configure: failed program was: 
| #ifndef __cplusplus 
|   choke me 
| #endif 
configure:3096: checking dependency style of gcc 
configure:3186: result: gcc3 
configure:3208: checking how to run the C preprocessor 
configure:3243: gcc -E  conftest.c 
configure:3249: $? = 0 
configure:3281: gcc -E  conftest.c 
conftest.c:15:28: ac_nonexistent.h: No such file or directory 
configure:3287: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| /* end confdefs.h.  */ 
| #include <ac_nonexistent.h> 
configure:3326: result: gcc -E 
configure:3350: gcc -E  conftest.c 
configure:3356: $? = 0 
configure:3388: gcc -E  conftest.c 
conftest.c:15:28: ac_nonexistent.h: No such file or directory 
configure:3394: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| /* end confdefs.h.  */ 
| #include <ac_nonexistent.h> 
configure:3439: checking for egrep 
configure:3449: result: grep -E 
configure:3455: checking whether gcc needs -traditional 
configure:3497: result: no 
configure:3505: checking for AIX 
configure:3527: result: no 
configure:3533: checking for ANSI C header files 
configure:3558: gcc -c -g -O2  conftest.c >&5 
configure:3564: $? = 0 
configure:3568: test -z 
                         || test ! -s conftest.err 
configure:3571: $? = 0 
configure:3574: test -s conftest.o 
configure:3577: $? = 0 
configure:3663: gcc -o conftest -g -O2   conftest.c  >&5 
configure:3666: $? = 0 
configure:3668: ./conftest 
configure:3671: $? = 0 
configure:3686: result: yes 
configure:3710: checking for sys/types.h 
configure:3726: gcc -c -g -O2  conftest.c >&5 
configure:3732: $? = 0 
configure:3736: test -z 
                         || test ! -s conftest.err 
configure:3739: $? = 0 
configure:3742: test -s conftest.o 
configure:3745: $? = 0 
configure:3756: result: yes 
configure:3710: checking for sys/stat.h 
configure:3726: gcc -c -g -O2  conftest.c >&5 
configure:3732: $? = 0 
configure:3736: test -z 
                         || test ! -s conftest.err 
configure:3739: $? = 0 
configure:3742: test -s conftest.o 
configure:3745: $? = 0 
configure:3756: result: yes 
configure:3710: checking for stdlib.h 
configure:3726: gcc -c -g -O2  conftest.c >&5 
configure:3732: $? = 0 
configure:3736: test -z 
                         || test ! -s conftest.err 
configure:3739: $? = 0 
configure:3742: test -s conftest.o 
configure:3745: $? = 0 
configure:3756: result: yes 
configure:3710: checking for string.h 
configure:3726: gcc -c -g -O2  conftest.c >&5 
configure:3732: $? = 0 
configure:3736: test -z 
                         || test ! -s conftest.err 
configure:3739: $? = 0 
configure:3742: test -s conftest.o 
configure:3745: $? = 0 
configure:3756: result: yes 
configure:3710: checking for memory.h 
configure:3726: gcc -c -g -O2  conftest.c >&5 
configure:3732: $? = 0 
configure:3736: test -z 
                         || test ! -s conftest.err 
configure:3739: $? = 0 
configure:3742: test -s conftest.o 
configure:3745: $? = 0 
configure:3756: result: yes 
configure:3710: checking for strings.h 
configure:3726: gcc -c -g -O2  conftest.c >&5 
configure:3732: $? = 0 
configure:3736: test -z 
                         || test ! -s conftest.err 
configure:3739: $? = 0 
configure:3742: test -s conftest.o 
configure:3745: $? = 0 
configure:3756: result: yes 
configure:3710: checking for inttypes.h 
configure:3726: gcc -c -g -O2  conftest.c >&5 
configure:3732: $? = 0 
configure:3736: test -z 
                         || test ! -s conftest.err 
configure:3739: $? = 0 
configure:3742: test -s conftest.o 
configure:3745: $? = 0 
configure:3756: result: yes 
configure:3710: checking for stdint.h 
configure:3726: gcc -c -g -O2  conftest.c >&5 
configure:3732: $? = 0 
configure:3736: test -z 
                         || test ! -s conftest.err 
configure:3739: $? = 0 
configure:3742: test -s conftest.o 
configure:3745: $? = 0 
configure:3756: result: yes 
configure:3710: checking for unistd.h 
configure:3726: gcc -c -g -O2  conftest.c >&5 
configure:3732: $? = 0 
configure:3736: test -z 
                         || test ! -s conftest.err 
configure:3739: $? = 0 
configure:3742: test -s conftest.o 
configure:3745: $? = 0 
configure:3756: result: yes 
configure:3778: checking minix/config.h usability 
configure:3790: gcc -c -g -O2  conftest.c >&5 
conftest.c:59:26: minix/config.h: No such file or directory 
configure:3796: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| /* end confdefs.h.  */ 
| #include <stdio.h> 
| #if HAVE_SYS_TYPES_H 
| # include <sys/types.h> 
| #endif 
| #if HAVE_SYS_STAT_H 
| # include <sys/stat.h> 
| #endif 
| #if STDC_HEADERS 
| # include <stdlib.h> 
| # include <stddef.h> 
| #else 
| # if HAVE_STDLIB_H 
| #  include <stdlib.h> 
| # endif 
| #endif 
| #if HAVE_STRING_H 
| # if !STDC_HEADERS && HAVE_MEMORY_H 
| #  include <memory.h> 
| # endif 
| # include <string.h> 
| #endif 
| #if HAVE_STRINGS_H 
| # include <strings.h> 
| #endif 
| #if HAVE_INTTYPES_H 
| # include <inttypes.h> 
| #else 
| # if HAVE_STDINT_H 
| #  include <stdint.h> 
| # endif 
| #endif 
| #if HAVE_UNISTD_H 
| # include <unistd.h> 
| #endif 
| #include <minix/config.h> 
configure:3819: result: no 
configure:3823: checking minix/config.h presence 
configure:3833: gcc -E  conftest.c 
conftest.c:25:26: minix/config.h: No such file or directory 
configure:3839: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| /* end confdefs.h.  */ 
| #include <minix/config.h> 
configure:3859: result: no 
configure:3894: checking for minix/config.h 
configure:3901: result: no 
configure:3930: checking for library containing strerror 
configure:3960: gcc -o conftest -g -O2   conftest.c  >&5 
configure:3966: $? = 0 
configure:3970: test -z 
                         || test ! -s conftest.err 
configure:3973: $? = 0 
configure:3976: test -s conftest 
configure:3979: $? = 0 
configure:4049: result: none required 
configure:4146: checking for gawk 
configure:4172: result: gawk 
configure:4182: checking whether ln -s works 
configure:4186: result: yes 
configure:4195: checking for install-info 
configure:4214: found /sbin/install-info 
configure:4227: result: /sbin/install-info 
configure:4241: checking for emacs 
configure:4257: found /usr/bin/emacs 
configure:4267: result: emacs 
configure:4291: checking where .elc files should go 
configure:4304: $EMACS -batch -q -eval '(while load-path (princ (concat (car 
load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null 
>conftest.out 
Loading /usr/share/emacs/site-lisp/site-start.d/lang-coding-systems-init.el 
(source)... 
Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)... 
Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)... 
Loading /usr/share/emacs/site-lisp/site-start.d/python-mode-init.el 
(source)... 
Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el 
(source)... 
configure:4307: $? = 0 
configure:4320: result: ${datadir}/emacs/site-lisp 
configure:4399: checking for special C compiler options needed for large 
files 
configure:4498: result: no 
configure:4504: checking for _FILE_OFFSET_BITS value needed for large files 
configure:4535: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c:32: warning: left shift count >= width of type 
conftest.c:32: warning: left shift count >= width of type 
conftest.c:34: error: size of array `off_t_is_large' is negative 
configure:4541: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| /* end confdefs.h.  */ 
| #include <sys/types.h> 
|  /* Check that off_t can represent 2**63 - 1 correctly. 
|     We can't simply define LARGE_OFF_T to be 9223372036854775807, 
|     since some C++ compilers masquerading as C compilers 
|     incorrectly reject 9223372036854775807.  */ 
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) 
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 
|                      && LARGE_OFF_T % 2147483647 == 1) 
|                     ? 1 : -1]; 
| int 
| main () 
| { 
| 
|   ; 
|   return 0; 
| } 
configure:4588: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:4594: $? = 0 
configure:4598: test -z 
                         || test ! -s conftest.err 
configure:4601: $? = 0 
configure:4604: test -s conftest.o 
configure:4607: $? = 0 
configure:4619: result: 64 
configure:4629: checking for _LARGE_FILES value needed for large files 
configure:4660: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:4666: $? = 0 
configure:4670: test -z 
                         || test ! -s conftest.err 
configure:4673: $? = 0 
configure:4676: test -s conftest.o 
configure:4679: $? = 0 
configure:4744: result: no 
configure:4756: checking for inline 
configure:4777: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:4783: $? = 0 
configure:4787: test -z 
                         || test ! -s conftest.err 
configure:4790: $? = 0 
configure:4793: test -s conftest.o 
configure:4796: $? = 0 
configure:4808: result: inline 
configure:4827: checking for an ANSI C-conforming const 
configure:4894: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:54: warning: unused variable `s' 
conftest.c:74: warning: unused variable `foo' 
conftest.c:35: warning: unused variable `x' 
conftest.c:41: warning: unused variable `zero' 
conftest.c:53: warning: `t' might be used uninitialized in this function 
conftest.c:71: warning: `b' might be used uninitialized in this function 
configure:4900: $? = 0 
configure:4904: test -z 
                         || test ! -s conftest.err 
configure:4907: $? = 0 
configure:4910: test -s conftest.o 
configure:4913: $? = 0 
configure:4924: result: yes 
configure:4934: checking for working volatile 
configure:4957: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:32: warning: unused variable `x' 
conftest.c:33: warning: unused variable `y' 
configure:4963: $? = 0 
configure:4967: test -z 
                         || test ! -s conftest.err 
configure:4970: $? = 0 
configure:4973: test -s conftest.o 
configure:4976: $? = 0 
configure:4987: result: yes 
configure:4998: checking for restrict 
configure:5017: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `func': 
conftest.c:28: error: parse error before "foo" 
conftest.c:28: error: declaration for parameter `restrict' but no such 
parameter 
configure:5023: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| /* end confdefs.h.  */ 
| #ifndef __cplusplus 
| int func (foo) char *restrict foo; { return 0; } 
| #endif 
| 
configure:5017: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:5023: $? = 0 
configure:5027: test -z 
                         || test ! -s conftest.err 
configure:5030: $? = 0 
configure:5033: test -s conftest.o 
configure:5036: $? = 0 
configure:5048: result: __restrict__ 
configure:5065: checking for goto void * 
configure:5089: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:5095: $? = 0 
configure:5099: test -z 
                         || test ! -s conftest.err 
configure:5102: $? = 0 
configure:5105: test -s conftest.o 
configure:5108: $? = 0 
configure:5120: result: yes 
configure:5135: checking builtin preprocessor symbol set 
configure:5221: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
conftest.c:3: warning: return type defaults to `int' 
conftest.c: In function `main': 
conftest.c:1064: warning: implicit declaration of function `exit' 
configure:5224: $? = 0 
configure:5239: result: "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
configure:5250: checking how to dlopen the C library 
configure:5265: result: /lib/libc.so.6 
configure:5351: checking for a sed that does not truncate output 
configure:5405: result: /bin/sed 
configure:5419: checking for ld used by gcc 
configure:5486: result: /usr/bin/ld 
configure:5495: checking if the linker (/usr/bin/ld) is GNU ld 
configure:5510: result: yes 
configure:5515: checking for /usr/bin/ld option to reload object files 
configure:5522: result: -r 
configure:5531: checking for BSD-compatible nm 
configure:5573: result: /usr/bin/nm -B 
configure:5577: checking how to recognise dependent libraries 
configure:5779: result: pass_all 
configure:6243: checking dlfcn.h usability 
configure:6255: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:6261: $? = 0 
configure:6265: test -z 
                         || test ! -s conftest.err 
configure:6268: $? = 0 
configure:6271: test -s conftest.o 
configure:6274: $? = 0 
configure:6284: result: yes 
configure:6288: checking dlfcn.h presence 
configure:6298: gcc -E  conftest.c 
configure:6304: $? = 0 
configure:6324: result: yes 
configure:6359: checking for dlfcn.h 
configure:6366: result: yes 
configure:6383: checking the maximum length of command line arguments 
configure:6448: result: 32768 
configure:6459: checking command to parse /usr/bin/nm -B output from gcc 
object 
configure:6548: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:6551: $? = 0 
configure:6555: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 
        ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' \> conftest.nm 
configure:6558: $? = 0 
configure:6610: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c conftstm.o >&5 
configure:6613: $? = 0 
configure:6651: result: ok 
configure:6655: checking for objdir 
configure:6670: result: .libs 
configure:6760: checking for ar 
configure:6776: found /usr/bin/ar 
configure:6787: result: ar 
configure:6840: checking for ranlib 
configure:6856: found /usr/bin/ranlib 
configure:6867: result: ranlib 
configure:6920: checking for strip 
configure:6936: found /usr/bin/strip 
configure:6947: result: strip 
configure:7209: checking if gcc static flag  works 
configure:7232: result: yes 
configure:7254: checking if gcc supports -fno-rtti -fno-exceptions 
configure:7275: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   -fno-rtti -fno-exceptions conftest.c >&5 
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC 
configure:7279: $? = 0 
configure:7287: result: no 
configure:7302: checking for gcc option to produce PIC 
configure:7479: result: -fPIC 
configure:7487: checking if gcc PIC flag -fPIC works 
configure:7508: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   -fPIC -DPIC conftest.c >&5 
configure:7512: $? = 0 
configure:7520: result: yes 
configure:7544: checking if gcc supports -c -o file.o 
configure:7575: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   -o out/conftest2.o conftest.c >&5 
configure:7579: $? = 0 
configure:7596: result: yes 
configure:7622: checking whether the gcc linker (/usr/bin/ld) supports 
shared libraries 
configure:8470: result: yes 
configure:8496: checking whether -lc should be explicitly linked in 
configure:8501: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:8504: $? = 0 
configure:8518: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1 
configure:8521: $? = 0 
configure:8533: result: no 
configure:8541: checking dynamic linker characteristics 
configure:9063: result: GNU/Linux ld.so 
configure:9067: checking how to hardcode library paths into programs 
configure:9092: result: immediate 
configure:9106: checking whether stripping libraries is possible 
configure:9111: result: yes 
configure:9237: checking for shl_load 
configure:9294: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
/home/csrabak/tmp/ccQldvmd.o(.text+0x11): In function `main': 
/home/csrabak/Work/smalltalk-2.1.9/conftest.c:71: undefined reference to 
`shl_load' 
/home/csrabak/tmp/ccQldvmd.o(.data+0x0):/home/csrabak/Work/smalltalk-2.1.9/conftest.c:70:
 
undefined reference to `shl_load' 
collect2: ld returned 1 exit status 
configure:9300: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| /* end confdefs.h.  */ 
| /* Define shl_load to an innocuous variant, in case <limits.h> declares 
shl_load. 
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
| #define shl_load innocuous_shl_load 
| 
| /* System header to define __stub macros and hopefully few prototypes, 
|     which can conflict with char shl_load (); below. 
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
|     <limits.h> exists even on freestanding compilers.  */ 
| 
| #ifdef __STDC__ 
| # include <limits.h> 
| #else 
| # include <assert.h> 
| #endif 
| 
| #undef shl_load 
| 
| /* Override any gcc2 internal prototype to avoid an error.  */ 
| #ifdef __cplusplus 
| extern "C" 
| { 
| #endif 
| /* We use char because int might match the return type of a gcc2 
|    builtin and then its argument prototype would still apply.  */ 
| char shl_load (); 
| /* The GNU C library defines this for functions which it implements 
|     to always fail with ENOSYS.  Some functions are actually named 
|     something starting with __ and the normal name is an alias.  */ 
| #if defined (__stub_shl_load) || defined (__stub___shl_load) 
| choke me 
| #else 
| char (*f) () = shl_load; 
| #endif 
| #ifdef __cplusplus 
| } 
| #endif 
| 
| int 
| main () 
| { 
| return f != shl_load; 
|   ; 
|   return 0; 
| } 
configure:9325: result: no 
configure:9330: checking for shl_load in -ldld 
configure:9360: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -ldld   >&5 
/usr/bin/ld: cannot find -ldld 
collect2: ld returned 1 exit status 
configure:9366: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| /* end confdefs.h.  */ 
| 
| /* Override any gcc2 internal prototype to avoid an error.  */ 
| #ifdef __cplusplus 
| extern "C" 
| #endif 
| /* We use char because int might match the return type of a gcc2 
|    builtin and then its argument prototype would still apply.  */ 
| char shl_load (); 
| int 
| main () 
| { 
| shl_load (); 
|   ; 
|   return 0; 
| } 
configure:9392: result: no 
configure:9397: checking for dlopen 
configure:9454: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
/home/csrabak/tmp/ccQJiG7L.o(.text+0x11): In function `main': 
/home/csrabak/Work/smalltalk-2.1.9/conftest.c:71: undefined reference to 
`dlopen' 
/home/csrabak/tmp/ccQJiG7L.o(.data+0x0):/home/csrabak/Work/smalltalk-2.1.9/conftest.c:70:
 
undefined reference to `dlopen' 
collect2: ld returned 1 exit status 
configure:9460: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| /* end confdefs.h.  */ 
| /* Define dlopen to an innocuous variant, in case <limits.h> declares 
dlopen. 
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
| #define dlopen innocuous_dlopen 
| 
| /* System header to define __stub macros and hopefully few prototypes, 
|     which can conflict with char dlopen (); below. 
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
|     <limits.h> exists even on freestanding compilers.  */ 
| 
| #ifdef __STDC__ 
| # include <limits.h> 
| #else 
| # include <assert.h> 
| #endif 
| 
| #undef dlopen 
| 
| /* Override any gcc2 internal prototype to avoid an error.  */ 
| #ifdef __cplusplus 
| extern "C" 
| { 
| #endif 
| /* We use char because int might match the return type of a gcc2 
|    builtin and then its argument prototype would still apply.  */ 
| char dlopen (); 
| /* The GNU C library defines this for functions which it implements 
|     to always fail with ENOSYS.  Some functions are actually named 
|     something starting with __ and the normal name is an alias.  */ 
| #if defined (__stub_dlopen) || defined (__stub___dlopen) 
| choke me 
| #else 
| char (*f) () = dlopen; 
| #endif 
| #ifdef __cplusplus 
| } 
| #endif 
| 
| int 
| main () 
| { 
| return f != dlopen; 
|   ; 
|   return 0; 
| } 
configure:9485: result: no 
configure:9490: checking for dlopen in -ldl 
configure:9520: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -ldl   >&5 
configure:9526: $? = 0 
configure:9530: test -z 
                         || test ! -s conftest.err 
configure:9533: $? = 0 
configure:9536: test -s conftest 
configure:9539: $? = 0 
configure:9552: result: yes 
configure:9727: checking whether a program can dlopen itself 
configure:9799: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5 
configure: In function `fnord': 
configure:9785: warning: unused variable `i' 
configure: In function `main': 
configure:9798: warning: implicit declaration of function `exit' 
configure:9802: $? = 0 
configure:9820: result: yes 
configure:9825: checking whether a statically linked program can dlopen 
itself 
configure:9897: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   -DHAVE_DLFCN_H  -Wl,--export-dynamic  conftest.c -ldl  >&5 
configure: In function `fnord': 
configure:9883: warning: unused variable `i' 
configure: In function `main': 
configure:9896: warning: implicit declaration of function `exit' 
configure:9900: $? = 0 
configure:9918: result: yes 
configure:9941: checking if libtool supports shared libraries 
configure:9943: result: yes 
configure:9946: checking whether to build shared libraries 
configure:10004: result: yes 
configure:10007: checking whether to build static libraries 
configure:10011: result: yes 
configure:10103: creating libtool 
configure:10535: checking whether byte ordering is bigendian 
configure:10562: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:10568: $? = 0 
configure:10572: test -z 
                         || test ! -s conftest.err 
configure:10575: $? = 0 
configure:10578: test -s conftest.o 
configure:10581: $? = 0 
configure:10605: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:38: error: `not' undeclared (first use in this function) 
conftest.c:38: error: (Each undeclared identifier is reported only once 
conftest.c:38: error: for each function it appears in.) 
conftest.c:38: error: parse error before "big" 
configure:10611: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| /* end confdefs.h.  */ 
| #include <sys/types.h> 
| #include <sys/param.h> 
| 
| int 
| main () 
| { 
| #if BYTE_ORDER != BIG_ENDIAN 
|  not big endian 
| #endif 
| 
|   ; 
|   return 0; 
| } 
configure:10746: result: no 
configure:10765: checking for int 
configure:10789: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:10795: $? = 0 
configure:10799: test -z 
                         || test ! -s conftest.err 
configure:10802: $? = 0 
configure:10805: test -s conftest.o 
configure:10808: $? = 0 
configure:10819: result: yes 
configure:10822: checking size of int 
configure:11141: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
configure:11144: $? = 0 
configure:11146: ./conftest 
configure:11149: $? = 0 
configure:11172: result: 4 
configure:11179: checking for long 
configure:11203: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:11209: $? = 0 
configure:11213: test -z 
                         || test ! -s conftest.err 
configure:11216: $? = 0 
configure:11219: test -s conftest.o 
configure:11222: $? = 0 
configure:11233: result: yes 
configure:11236: checking size of long 
configure:11555: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
configure:11558: $? = 0 
configure:11560: ./conftest 
configure:11563: $? = 0 
configure:11586: result: 4 
configure:11593: checking for off_t 
configure:11617: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:11623: $? = 0 
configure:11627: test -z 
                         || test ! -s conftest.err 
configure:11630: $? = 0 
configure:11633: test -s conftest.o 
configure:11636: $? = 0 
configure:11647: result: yes 
configure:11650: checking size of off_t 
configure:11969: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
configure:11972: $? = 0 
configure:11974: ./conftest 
configure:11977: $? = 0 
configure:12000: result: 8 
configure:12007: checking for char * 
configure:12031: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:12037: $? = 0 
configure:12041: test -z 
                         || test ! -s conftest.err 
configure:12044: $? = 0 
configure:12047: test -s conftest.o 
configure:12050: $? = 0 
configure:12061: result: yes 
configure:12064: checking size of char * 
configure:12383: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
configure:12386: $? = 0 
configure:12388: ./conftest 
configure:12391: $? = 0 
configure:12414: result: 4 
configure:12423: checking for double alignment 
configure:12458: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:12464: $? = 0 
configure:12468: test -z 
                         || test ! -s conftest.err 
configure:12471: $? = 0 
configure:12474: test -s conftest.o 
configure:12477: $? = 0 
configure:12509: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:49: error: size of array `test_array' is negative 
configure:12515: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| /* end confdefs.h.  */ 
| 
| #include <stddef.h> 
| #ifndef offsetof 
| #define offsetof(type, field) (((int) ((char *) &((type *) 4)->field)) - 
4) 
| #endif 
| 
|   struct s { 
|     char x; 
|     double y; 
|   }; 
| 
| int 
| main () 
| { 
| static int test_array [1 - 2 * !((offsetof(struct s, y)) <= 0)]; 
| test_array [0] = 0 
| 
|   ; 
|   return 0; 
| } 
configure:12509: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:49: error: size of array `test_array' is negative 
configure:12515: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| /* end confdefs.h.  */ 
| 
| #include <stddef.h> 
| #ifndef offsetof 
| #define offsetof(type, field) (((int) ((char *) &((type *) 4)->field)) - 
4) 
| #endif 
| 
|   struct s { 
|     char x; 
|     double y; 
|   }; 
| 
| int 
| main () 
| { 
| static int test_array [1 - 2 * !((offsetof(struct s, y)) <= 1)]; 
| test_array [0] = 0 
| 
|   ; 
|   return 0; 
| } 
configure:12509: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:49: error: size of array `test_array' is negative 
configure:12515: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| /* end confdefs.h.  */ 
| 
| #include <stddef.h> 
| #ifndef offsetof 
| #define offsetof(type, field) (((int) ((char *) &((type *) 4)->field)) - 
4) 
| #endif 
| 
|   struct s { 
|     char x; 
|     double y; 
|   }; 
| 
| int 
| main () 
| { 
| static int test_array [1 - 2 * !((offsetof(struct s, y)) <= 3)]; 
| test_array [0] = 0 
| 
|   ; 
|   return 0; 
| } 
configure:12509: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:12515: $? = 0 
configure:12519: test -z 
                         || test ! -s conftest.err 
configure:12522: $? = 0 
configure:12525: test -s conftest.o 
configure:12528: $? = 0 
configure:12702: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:12708: $? = 0 
configure:12712: test -z 
                         || test ! -s conftest.err 
configure:12715: $? = 0 
configure:12718: test -s conftest.o 
configure:12721: $? = 0 
configure:12702: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:12708: $? = 0 
configure:12712: test -z 
                         || test ! -s conftest.err 
configure:12715: $? = 0 
configure:12718: test -s conftest.o 
configure:12721: $? = 0 
configure:12737: result: 4 
configure:12749: checking for long double alignment 
configure:12784: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:12790: $? = 0 
configure:12794: test -z 
                         || test ! -s conftest.err 
configure:12797: $? = 0 
configure:12800: test -s conftest.o 
configure:12803: $? = 0 
configure:12835: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:50: error: size of array `test_array' is negative 
configure:12841: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| /* end confdefs.h.  */ 
| 
| #include <stddef.h> 
| #ifndef offsetof 
| #define offsetof(type, field) (((int) ((char *) &((type *) 4)->field)) - 
4) 
| #endif 
| 
|   struct s { 
|     char x; 
|     long double y; 
|   }; 
| 
| int 
| main () 
| { 
| static int test_array [1 - 2 * !((offsetof(struct s, y)) <= 0)]; 
| test_array [0] = 0 
| 
|   ; 
|   return 0; 
| } 
configure:12835: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:50: error: size of array `test_array' is negative 
configure:12841: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| /* end confdefs.h.  */ 
| 
| #include <stddef.h> 
| #ifndef offsetof 
| #define offsetof(type, field) (((int) ((char *) &((type *) 4)->field)) - 
4) 
| #endif 
| 
|   struct s { 
|     char x; 
|     long double y; 
|   }; 
| 
| int 
| main () 
| { 
| static int test_array [1 - 2 * !((offsetof(struct s, y)) <= 1)]; 
| test_array [0] = 0 
| 
|   ; 
|   return 0; 
| } 
configure:12835: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:50: error: size of array `test_array' is negative 
configure:12841: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| /* end confdefs.h.  */ 
| 
| #include <stddef.h> 
| #ifndef offsetof 
| #define offsetof(type, field) (((int) ((char *) &((type *) 4)->field)) - 
4) 
| #endif 
| 
|   struct s { 
|     char x; 
|     long double y; 
|   }; 
| 
| int 
| main () 
| { 
| static int test_array [1 - 2 * !((offsetof(struct s, y)) <= 3)]; 
| test_array [0] = 0 
| 
|   ; 
|   return 0; 
| } 
configure:12835: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:12841: $? = 0 
configure:12845: test -z 
                         || test ! -s conftest.err 
configure:12848: $? = 0 
configure:12851: test -s conftest.o 
configure:12854: $? = 0 
configure:13028: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13034: $? = 0 
configure:13038: test -z 
                         || test ! -s conftest.err 
configure:13041: $? = 0 
configure:13044: test -s conftest.o 
configure:13047: $? = 0 
configure:13028: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13034: $? = 0 
configure:13038: test -z 
                         || test ! -s conftest.err 
configure:13041: $? = 0 
configure:13044: test -s conftest.o 
configure:13047: $? = 0 
configure:13063: result: 4 
configure:13087: checking return type of signal handlers 
configure:13118: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:51: warning: unused variable `i' 
configure:13124: $? = 0 
configure:13128: test -z 
                         || test ! -s conftest.err 
configure:13131: $? = 0 
configure:13134: test -s conftest.o 
configure:13137: $? = 0 
configure:13148: result: void 
configure:13156: checking for pid_t 
configure:13180: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13186: $? = 0 
configure:13190: test -z 
                         || test ! -s conftest.err 
configure:13193: $? = 0 
configure:13196: test -s conftest.o 
configure:13199: $? = 0 
configure:13210: result: yes 
configure:13222: checking for size_t 
configure:13246: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13252: $? = 0 
configure:13256: test -z 
                         || test ! -s conftest.err 
configure:13259: $? = 0 
configure:13262: test -s conftest.o 
configure:13265: $? = 0 
configure:13276: result: yes 
configure:13295: checking for ANSI C header files 
configure:13448: result: yes 
configure:13466: checking for dirent.h that defines DIR 
configure:13490: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13496: $? = 0 
configure:13500: test -z 
                         || test ! -s conftest.err 
configure:13503: $? = 0 
configure:13506: test -s conftest.o 
configure:13509: $? = 0 
configure:13520: result: yes 
configure:13533: checking for library containing opendir 
configure:13563: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
configure:13569: $? = 0 
configure:13573: test -z 
                         || test ! -s conftest.err 
configure:13576: $? = 0 
configure:13579: test -s conftest 
configure:13582: $? = 0 
configure:13652: result: none required 
configure:13788: checking whether time.h and sys/time.h may both be included 
configure:13813: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13819: $? = 0 
configure:13823: test -z 
                         || test ! -s conftest.err 
configure:13826: $? = 0 
configure:13829: test -s conftest.o 
configure:13832: $? = 0 
configure:13843: result: yes 
configure:13875: checking for unistd.h 
configure:13880: result: yes 
configure:13884: checking sys/ioctl.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking sys/ioctl.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for sys/ioctl.h 
configure:14007: result: yes 
configure:13884: checking sys/resource.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking sys/resource.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for sys/resource.h 
configure:14007: result: yes 
configure:13884: checking sys/utsname.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking sys/utsname.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for sys/utsname.h 
configure:14007: result: yes 
configure:13884: checking stropts.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking stropts.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for stropts.h 
configure:14007: result: yes 
configure:13884: checking sys/param.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking sys/param.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for sys/param.h 
configure:14007: result: yes 
configure:13884: checking stddef.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking stddef.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for stddef.h 
configure:14007: result: yes 
configure:13884: checking limits.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking limits.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for limits.h 
configure:14007: result: yes 
configure:13884: checking sys/timeb.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking sys/timeb.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for sys/timeb.h 
configure:14007: result: yes 
configure:13884: checking termios.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking termios.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for termios.h 
configure:14007: result: yes 
configure:13884: checking sys/mman.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking sys/mman.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for sys/mman.h 
configure:14007: result: yes 
configure:13884: checking sys/file.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking sys/file.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for sys/file.h 
configure:14007: result: yes 
configure:13884: checking execinfo.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking execinfo.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for execinfo.h 
configure:14007: result: yes 
configure:13884: checking sys/wait.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking sys/wait.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for sys/wait.h 
configure:14007: result: yes 
configure:13884: checking fcntl.h usability 
configure:13896: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:13902: $? = 0 
configure:13906: test -z 
                         || test ! -s conftest.err 
configure:13909: $? = 0 
configure:13912: test -s conftest.o 
configure:13915: $? = 0 
configure:13925: result: yes 
configure:13929: checking fcntl.h presence 
configure:13939: gcc -E  conftest.c 
configure:13945: $? = 0 
configure:13965: result: yes 
configure:14000: checking for fcntl.h 
configure:14007: result: yes 
configure:14023: checking for working alloca.h 
configure:14044: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
conftest.c: In function `main': 
conftest.c:61: warning: unused variable `p' 
configure:14050: $? = 0 
configure:14054: test -z 
                         || test ! -s conftest.err 
configure:14057: $? = 0 
configure:14060: test -s conftest 
configure:14063: $? = 0 
configure:14075: result: yes 
configure:14085: checking for alloca 
configure:14126: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
conftest.c: In function `main': 
conftest.c:82: warning: unused variable `p' 
configure:14132: $? = 0 
configure:14136: test -z 
                         || test ! -s conftest.err 
configure:14139: $? = 0 
configure:14142: test -s conftest 
configure:14145: $? = 0 
configure:14157: result: yes 
configure:14380: checking for working memcmp 
configure:14428: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
configure:14431: $? = 0 
configure:14433: ./conftest 
configure:14436: $? = 0 
configure:14450: result: yes 
configure:14461: checking for obstacks 
configure:14482: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c  >&5 
conftest.c: In function `main': 
conftest.c:63: warning: `mem' might be used uninitialized in this function 
configure:14488: $? = 0 
configure:14492: test -z 
                         || test ! -s conftest.err 
configure:14495: $? = 0 
configure:14498: test -s conftest 
configure:14501: $? = 0 
configure:14513: result: yes 
configure:14534: checking for atan in -lm 
configure:14564: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm   >&5 
configure:14570: $? = 0 
configure:14574: test -z 
                         || test ! -s conftest.err 
configure:14577: $? = 0 
configure:14580: test -s conftest 
configure:14583: $? = 0 
configure:14596: result: yes 
configure:14638: checking for putenv 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for strdup 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for strerror 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for strsignal 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for memmove 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for mkstemp 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for getpagesize 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for getdtablesize 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for poll 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for dup2 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for strstr 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:95: warning: conflicting types for built-in function `strstr' 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for ftruncate 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for floorl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for ceill 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for sqrtl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:99: warning: conflicting types for built-in function `sqrtl' 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for frexpl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for ldexpl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for asinl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for acosl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for atanl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for logl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:105: warning: conflicting types for built-in function `logl' 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for expl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:106: warning: conflicting types for built-in function `expl' 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for tanl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for sinl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:108: warning: conflicting types for built-in function `sinl' 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14638: checking for cosl 
configure:14695: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:109: warning: conflicting types for built-in function `cosl' 
configure:14701: $? = 0 
configure:14705: test -z 
                         || test ! -s conftest.err 
configure:14708: $? = 0 
configure:14711: test -s conftest 
configure:14714: $? = 0 
configure:14726: result: yes 
configure:14775: checking for gethostname 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for memcpy 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:111: warning: conflicting types for built-in function `memcpy' 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for sighold 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for uname 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for sbrk 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for usleep 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for grantpt 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for popen 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for getrusage 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for gettimeofday 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for getcwd 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for fork 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for strchr 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:122: warning: conflicting types for built-in function `strchr' 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for sigsetmask 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for alarm 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for select 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for mprotect 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for madvise 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for nl_langinfo 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for waitpid 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for setsid 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14775: checking for spawnl 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
/home/csrabak/tmp/cckCyT7f.o(.text+0x11): In function `main': 
/home/csrabak/Work/smalltalk-2.1.9/conftest.c:147: undefined reference to 
`spawnl' 
/home/csrabak/tmp/cckCyT7f.o(.data+0x0):/home/csrabak/Work/smalltalk-2.1.9/conftest.c:146:
 
undefined reference to `spawnl' 
collect2: ld returned 1 exit status 
configure:14838: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| /* end confdefs.h.  */ 
| /* Define spawnl to an innocuous variant, in case <limits.h> declares 
spawnl. 
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
| #define spawnl innocuous_spawnl 
| 
| /* System header to define __stub macros and hopefully few prototypes, 
|     which can conflict with char spawnl (); below. 
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
|     <limits.h> exists even on freestanding compilers.  */ 
| 
| #ifdef __STDC__ 
| # include <limits.h> 
| #else 
| # include <assert.h> 
| #endif 
| 
| #undef spawnl 
| 
| /* Override any gcc2 internal prototype to avoid an error.  */ 
| #ifdef __cplusplus 
| extern "C" 
| { 
| #endif 
| /* We use char because int might match the return type of a gcc2 
|    builtin and then its argument prototype would still apply.  */ 
| char spawnl (); 
| /* The GNU C library defines this for functions which it implements 
|     to always fail with ENOSYS.  Some functions are actually named 
|     something starting with __ and the normal name is an alias.  */ 
| #if defined (__stub_spawnl) || defined (__stub___spawnl) 
| choke me 
| #else 
| char (*f) () = spawnl; 
| #endif 
| #ifdef __cplusplus 
| } 
| #endif 
| 
| int 
| main () 
| { 
| return f != spawnl; 
|   ; 
|   return 0; 
| } 
configure:14863: result: no 
configure:14775: checking for nanosleep 
configure:14832: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14838: $? = 0 
configure:14842: test -z 
                         || test ! -s conftest.err 
configure:14845: $? = 0 
configure:14848: test -s conftest 
configure:14851: $? = 0 
configure:14863: result: yes 
configure:14878: checking for working strtoul 
configure:14885: checking for strtoul 
configure:14942: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:14948: $? = 0 
configure:14952: test -z 
                         || test ! -s conftest.err 
configure:14955: $? = 0 
configure:14958: test -s conftest 
configure:14961: $? = 0 
configure:14973: result: yes 
configure:15003: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c: In function `main': 
conftest.c:116: warning: implicit declaration of function `exit' 
configure:15006: $? = 0 
configure:15008: ./conftest 
configure:15011: $? = 0 
configure:15028: result: yes 
configure:15043: checking whether localtime caches the timezone 
configure:15099: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:120: warning: return type defaults to `int' 
conftest.c: In function `unset_TZ': 
conftest.c:125: warning: control reaches end of non-void function 
conftest.c: At top level: 
conftest.c:129: warning: return type defaults to `int' 
configure:15102: $? = 0 
configure:15104: ./conftest 
configure:15107: $? = 0 
configure:15122: result: no 
configure:15163: checking which extension is used for loadable modules 
configure:15173: result: .so 
configure:15184: checking which variable specifies run-time library path 
configure:15191: result: LD_LIBRARY_PATH 
configure:15202: checking for the default library search path 
configure:15209: result: /lib /usr/lib 
configure:15227: checking for objdir 
configure:15248: result: .libs 
configure:15257: checking whether libtool supports -dlopen/-dlpreopen 
configure:15269: result: yes 
configure:15288: checking for shl_load 
configure:15376: result: no 
configure:15385: checking for shl_load in -ldld 
configure:15447: result: no 
configure:15457: checking for dlopen in -ldl 
configure:15519: result: yes 
configure:15848: checking for dlerror 
configure:15905: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  -ldl >&5 
configure:15911: $? = 0 
configure:15915: test -z 
                         || test ! -s conftest.err 
configure:15918: $? = 0 
configure:15921: test -s conftest 
configure:15924: $? = 0 
configure:15936: result: yes 
configure:15956: checking for _ prefix in compiled symbols 
configure:15966: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c: In function `main': 
conftest.c:2: warning: statement with no effect 
configure:15969: $? = 0 
configure:15973: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 
        ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' \> conftest.nm 
configure:15976: $? = 0 
configure:15998: result: no 
configure:16116: checking whether deplibs are loaded by dlopen 
configure:16196: result: yes 
configure:16220: checking argz.h usability 
configure:16232: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:16238: $? = 0 
configure:16242: test -z 
                         || test ! -s conftest.err 
configure:16245: $? = 0 
configure:16248: test -s conftest.o 
configure:16251: $? = 0 
configure:16261: result: yes 
configure:16265: checking argz.h presence 
configure:16275: gcc -E  conftest.c 
configure:16281: $? = 0 
configure:16301: result: yes 
configure:16336: checking for argz.h 
configure:16343: result: yes 
configure:16357: checking for error_t 
configure:16384: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:16390: $? = 0 
configure:16394: test -z 
                         || test ! -s conftest.err 
configure:16397: $? = 0 
configure:16400: test -s conftest.o 
configure:16403: $? = 0 
configure:16414: result: yes 
configure:16440: checking for argz_append 
configure:16497: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:16503: $? = 0 
configure:16507: test -z 
                         || test ! -s conftest.err 
configure:16510: $? = 0 
configure:16513: test -s conftest 
configure:16516: $? = 0 
configure:16528: result: yes 
configure:16440: checking for argz_create_sep 
configure:16497: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:16503: $? = 0 
configure:16507: test -z 
                         || test ! -s conftest.err 
configure:16510: $? = 0 
configure:16513: test -s conftest 
configure:16516: $? = 0 
configure:16528: result: yes 
configure:16440: checking for argz_insert 
configure:16497: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:16503: $? = 0 
configure:16507: test -z 
                         || test ! -s conftest.err 
configure:16510: $? = 0 
configure:16513: test -s conftest 
configure:16516: $? = 0 
configure:16528: result: yes 
configure:16440: checking for argz_next 
configure:16497: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:16503: $? = 0 
configure:16507: test -z 
                         || test ! -s conftest.err 
configure:16510: $? = 0 
configure:16513: test -s conftest 
configure:16516: $? = 0 
configure:16528: result: yes 
configure:16440: checking for argz_stringify 
configure:16497: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:16503: $? = 0 
configure:16507: test -z 
                         || test ! -s conftest.err 
configure:16510: $? = 0 
configure:16513: test -s conftest 
configure:16516: $? = 0 
configure:16528: result: yes 
configure:16579: checking assert.h usability 
configure:16591: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:16597: $? = 0 
configure:16601: test -z 
                         || test ! -s conftest.err 
configure:16604: $? = 0 
configure:16607: test -s conftest.o 
configure:16610: $? = 0 
configure:16620: result: yes 
configure:16624: checking assert.h presence 
configure:16634: gcc -E  conftest.c 
configure:16640: $? = 0 
configure:16660: result: yes 
configure:16695: checking for assert.h 
configure:16702: result: yes 
configure:16579: checking ctype.h usability 
configure:16591: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:16597: $? = 0 
configure:16601: test -z 
                         || test ! -s conftest.err 
configure:16604: $? = 0 
configure:16607: test -s conftest.o 
configure:16610: $? = 0 
configure:16620: result: yes 
configure:16624: checking ctype.h presence 
configure:16634: gcc -E  conftest.c 
configure:16640: $? = 0 
configure:16660: result: yes 
configure:16695: checking for ctype.h 
configure:16702: result: yes 
configure:16579: checking errno.h usability 
configure:16591: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:16597: $? = 0 
configure:16601: test -z 
                         || test ! -s conftest.err 
configure:16604: $? = 0 
configure:16607: test -s conftest.o 
configure:16610: $? = 0 
configure:16620: result: yes 
configure:16624: checking errno.h presence 
configure:16634: gcc -E  conftest.c 
configure:16640: $? = 0 
configure:16660: result: yes 
configure:16695: checking for errno.h 
configure:16702: result: yes 
configure:16579: checking malloc.h usability 
configure:16591: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:16597: $? = 0 
configure:16601: test -z 
                         || test ! -s conftest.err 
configure:16604: $? = 0 
configure:16607: test -s conftest.o 
configure:16610: $? = 0 
configure:16620: result: yes 
configure:16624: checking malloc.h presence 
configure:16634: gcc -E  conftest.c 
configure:16640: $? = 0 
configure:16660: result: yes 
configure:16695: checking for malloc.h 
configure:16702: result: yes 
configure:16570: checking for memory.h 
configure:16575: result: yes 
configure:16570: checking for stdlib.h 
configure:16575: result: yes 
configure:16579: checking stdio.h usability 
configure:16591: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:16597: $? = 0 
configure:16601: test -z 
                         || test ! -s conftest.err 
configure:16604: $? = 0 
configure:16607: test -s conftest.o 
configure:16610: $? = 0 
configure:16620: result: yes 
configure:16624: checking stdio.h presence 
configure:16634: gcc -E  conftest.c 
configure:16640: $? = 0 
configure:16660: result: yes 
configure:16695: checking for stdio.h 
configure:16702: result: yes 
configure:16570: checking for unistd.h 
configure:16575: result: yes 
configure:16732: checking dl.h usability 
configure:16744: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c:164:16: dl.h: No such file or directory 
configure:16750: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| #define HAVE_NANOSLEEP 1 
| #define LTDL_SHLIB_EXT ".so" 
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
| #define LTDL_OBJDIR ".libs/" 
| #define HAVE_PRELOADED_SYMBOLS 1 
| #define HAVE_LIBDL 1 
| #define HAVE_DLERROR 1 
| #define HAVE_ARGZ_H 1 
| #define HAVE_ERROR_T 1 
| #define HAVE_ARGZ_APPEND 1 
| #define HAVE_ARGZ_CREATE_SEP 1 
| #define HAVE_ARGZ_INSERT 1 
| #define HAVE_ARGZ_NEXT 1 
| #define HAVE_ARGZ_STRINGIFY 1 
| #define HAVE_ASSERT_H 1 
| #define HAVE_CTYPE_H 1 
| #define HAVE_ERRNO_H 1 
| #define HAVE_MALLOC_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STDIO_H 1 
| #define HAVE_UNISTD_H 1 
| /* end confdefs.h.  */ 
| #include <stdio.h> 
| #if HAVE_SYS_TYPES_H 
| # include <sys/types.h> 
| #endif 
| #if HAVE_SYS_STAT_H 
| # include <sys/stat.h> 
| #endif 
| #if STDC_HEADERS 
| # include <stdlib.h> 
| # include <stddef.h> 
| #else 
| # if HAVE_STDLIB_H 
| #  include <stdlib.h> 
| # endif 
| #endif 
| #if HAVE_STRING_H 
| # if !STDC_HEADERS && HAVE_MEMORY_H 
| #  include <memory.h> 
| # endif 
| # include <string.h> 
| #endif 
| #if HAVE_STRINGS_H 
| # include <strings.h> 
| #endif 
| #if HAVE_INTTYPES_H 
| # include <inttypes.h> 
| #else 
| # if HAVE_STDINT_H 
| #  include <stdint.h> 
| # endif 
| #endif 
| #if HAVE_UNISTD_H 
| # include <unistd.h> 
| #endif 
| #include <dl.h> 
configure:16773: result: no 
configure:16777: checking dl.h presence 
configure:16787: gcc -E  conftest.c 
conftest.c:130:16: dl.h: No such file or directory 
configure:16793: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| #define HAVE_NANOSLEEP 1 
| #define LTDL_SHLIB_EXT ".so" 
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
| #define LTDL_OBJDIR ".libs/" 
| #define HAVE_PRELOADED_SYMBOLS 1 
| #define HAVE_LIBDL 1 
| #define HAVE_DLERROR 1 
| #define HAVE_ARGZ_H 1 
| #define HAVE_ERROR_T 1 
| #define HAVE_ARGZ_APPEND 1 
| #define HAVE_ARGZ_CREATE_SEP 1 
| #define HAVE_ARGZ_INSERT 1 
| #define HAVE_ARGZ_NEXT 1 
| #define HAVE_ARGZ_STRINGIFY 1 
| #define HAVE_ASSERT_H 1 
| #define HAVE_CTYPE_H 1 
| #define HAVE_ERRNO_H 1 
| #define HAVE_MALLOC_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STDIO_H 1 
| #define HAVE_UNISTD_H 1 
| /* end confdefs.h.  */ 
| #include <dl.h> 
configure:16813: result: no 
configure:16848: checking for dl.h 
configure:16855: result: no 
configure:16732: checking sys/dl.h usability 
configure:16744: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c:164:20: sys/dl.h: No such file or directory 
configure:16750: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| #define HAVE_NANOSLEEP 1 
| #define LTDL_SHLIB_EXT ".so" 
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
| #define LTDL_OBJDIR ".libs/" 
| #define HAVE_PRELOADED_SYMBOLS 1 
| #define HAVE_LIBDL 1 
| #define HAVE_DLERROR 1 
| #define HAVE_ARGZ_H 1 
| #define HAVE_ERROR_T 1 
| #define HAVE_ARGZ_APPEND 1 
| #define HAVE_ARGZ_CREATE_SEP 1 
| #define HAVE_ARGZ_INSERT 1 
| #define HAVE_ARGZ_NEXT 1 
| #define HAVE_ARGZ_STRINGIFY 1 
| #define HAVE_ASSERT_H 1 
| #define HAVE_CTYPE_H 1 
| #define HAVE_ERRNO_H 1 
| #define HAVE_MALLOC_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STDIO_H 1 
| #define HAVE_UNISTD_H 1 
| /* end confdefs.h.  */ 
| #include <stdio.h> 
| #if HAVE_SYS_TYPES_H 
| # include <sys/types.h> 
| #endif 
| #if HAVE_SYS_STAT_H 
| # include <sys/stat.h> 
| #endif 
| #if STDC_HEADERS 
| # include <stdlib.h> 
| # include <stddef.h> 
| #else 
| # if HAVE_STDLIB_H 
| #  include <stdlib.h> 
| # endif 
| #endif 
| #if HAVE_STRING_H 
| # if !STDC_HEADERS && HAVE_MEMORY_H 
| #  include <memory.h> 
| # endif 
| # include <string.h> 
| #endif 
| #if HAVE_STRINGS_H 
| # include <strings.h> 
| #endif 
| #if HAVE_INTTYPES_H 
| # include <inttypes.h> 
| #else 
| # if HAVE_STDINT_H 
| #  include <stdint.h> 
| # endif 
| #endif 
| #if HAVE_UNISTD_H 
| # include <unistd.h> 
| #endif 
| #include <sys/dl.h> 
configure:16773: result: no 
configure:16777: checking sys/dl.h presence 
configure:16787: gcc -E  conftest.c 
conftest.c:130:20: sys/dl.h: No such file or directory 
configure:16793: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| #define HAVE_NANOSLEEP 1 
| #define LTDL_SHLIB_EXT ".so" 
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
| #define LTDL_OBJDIR ".libs/" 
| #define HAVE_PRELOADED_SYMBOLS 1 
| #define HAVE_LIBDL 1 
| #define HAVE_DLERROR 1 
| #define HAVE_ARGZ_H 1 
| #define HAVE_ERROR_T 1 
| #define HAVE_ARGZ_APPEND 1 
| #define HAVE_ARGZ_CREATE_SEP 1 
| #define HAVE_ARGZ_INSERT 1 
| #define HAVE_ARGZ_NEXT 1 
| #define HAVE_ARGZ_STRINGIFY 1 
| #define HAVE_ASSERT_H 1 
| #define HAVE_CTYPE_H 1 
| #define HAVE_ERRNO_H 1 
| #define HAVE_MALLOC_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STDIO_H 1 
| #define HAVE_UNISTD_H 1 
| /* end confdefs.h.  */ 
| #include <sys/dl.h> 
configure:16813: result: no 
configure:16848: checking for sys/dl.h 
configure:16855: result: no 
configure:16732: checking dld.h usability 
configure:16744: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c:164:17: dld.h: No such file or directory 
configure:16750: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| #define HAVE_NANOSLEEP 1 
| #define LTDL_SHLIB_EXT ".so" 
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
| #define LTDL_OBJDIR ".libs/" 
| #define HAVE_PRELOADED_SYMBOLS 1 
| #define HAVE_LIBDL 1 
| #define HAVE_DLERROR 1 
| #define HAVE_ARGZ_H 1 
| #define HAVE_ERROR_T 1 
| #define HAVE_ARGZ_APPEND 1 
| #define HAVE_ARGZ_CREATE_SEP 1 
| #define HAVE_ARGZ_INSERT 1 
| #define HAVE_ARGZ_NEXT 1 
| #define HAVE_ARGZ_STRINGIFY 1 
| #define HAVE_ASSERT_H 1 
| #define HAVE_CTYPE_H 1 
| #define HAVE_ERRNO_H 1 
| #define HAVE_MALLOC_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STDIO_H 1 
| #define HAVE_UNISTD_H 1 
| /* end confdefs.h.  */ 
| #include <stdio.h> 
| #if HAVE_SYS_TYPES_H 
| # include <sys/types.h> 
| #endif 
| #if HAVE_SYS_STAT_H 
| # include <sys/stat.h> 
| #endif 
| #if STDC_HEADERS 
| # include <stdlib.h> 
| # include <stddef.h> 
| #else 
| # if HAVE_STDLIB_H 
| #  include <stdlib.h> 
| # endif 
| #endif 
| #if HAVE_STRING_H 
| # if !STDC_HEADERS && HAVE_MEMORY_H 
| #  include <memory.h> 
| # endif 
| # include <string.h> 
| #endif 
| #if HAVE_STRINGS_H 
| # include <strings.h> 
| #endif 
| #if HAVE_INTTYPES_H 
| # include <inttypes.h> 
| #else 
| # if HAVE_STDINT_H 
| #  include <stdint.h> 
| # endif 
| #endif 
| #if HAVE_UNISTD_H 
| # include <unistd.h> 
| #endif 
| #include <dld.h> 
configure:16773: result: no 
configure:16777: checking dld.h presence 
configure:16787: gcc -E  conftest.c 
conftest.c:130:17: dld.h: No such file or directory 
configure:16793: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| #define HAVE_NANOSLEEP 1 
| #define LTDL_SHLIB_EXT ".so" 
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
| #define LTDL_OBJDIR ".libs/" 
| #define HAVE_PRELOADED_SYMBOLS 1 
| #define HAVE_LIBDL 1 
| #define HAVE_DLERROR 1 
| #define HAVE_ARGZ_H 1 
| #define HAVE_ERROR_T 1 
| #define HAVE_ARGZ_APPEND 1 
| #define HAVE_ARGZ_CREATE_SEP 1 
| #define HAVE_ARGZ_INSERT 1 
| #define HAVE_ARGZ_NEXT 1 
| #define HAVE_ARGZ_STRINGIFY 1 
| #define HAVE_ASSERT_H 1 
| #define HAVE_CTYPE_H 1 
| #define HAVE_ERRNO_H 1 
| #define HAVE_MALLOC_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STDIO_H 1 
| #define HAVE_UNISTD_H 1 
| /* end confdefs.h.  */ 
| #include <dld.h> 
configure:16813: result: no 
configure:16848: checking for dld.h 
configure:16855: result: no 
configure:16732: checking mach-o/dyld.h usability 
configure:16744: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c:164:25: mach-o/dyld.h: No such file or directory 
configure:16750: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| #define HAVE_NANOSLEEP 1 
| #define LTDL_SHLIB_EXT ".so" 
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
| #define LTDL_OBJDIR ".libs/" 
| #define HAVE_PRELOADED_SYMBOLS 1 
| #define HAVE_LIBDL 1 
| #define HAVE_DLERROR 1 
| #define HAVE_ARGZ_H 1 
| #define HAVE_ERROR_T 1 
| #define HAVE_ARGZ_APPEND 1 
| #define HAVE_ARGZ_CREATE_SEP 1 
| #define HAVE_ARGZ_INSERT 1 
| #define HAVE_ARGZ_NEXT 1 
| #define HAVE_ARGZ_STRINGIFY 1 
| #define HAVE_ASSERT_H 1 
| #define HAVE_CTYPE_H 1 
| #define HAVE_ERRNO_H 1 
| #define HAVE_MALLOC_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STDIO_H 1 
| #define HAVE_UNISTD_H 1 
| /* end confdefs.h.  */ 
| #include <stdio.h> 
| #if HAVE_SYS_TYPES_H 
| # include <sys/types.h> 
| #endif 
| #if HAVE_SYS_STAT_H 
| # include <sys/stat.h> 
| #endif 
| #if STDC_HEADERS 
| # include <stdlib.h> 
| # include <stddef.h> 
| #else 
| # if HAVE_STDLIB_H 
| #  include <stdlib.h> 
| # endif 
| #endif 
| #if HAVE_STRING_H 
| # if !STDC_HEADERS && HAVE_MEMORY_H 
| #  include <memory.h> 
| # endif 
| # include <string.h> 
| #endif 
| #if HAVE_STRINGS_H 
| # include <strings.h> 
| #endif 
| #if HAVE_INTTYPES_H 
| # include <inttypes.h> 
| #else 
| # if HAVE_STDINT_H 
| #  include <stdint.h> 
| # endif 
| #endif 
| #if HAVE_UNISTD_H 
| # include <unistd.h> 
| #endif 
| #include <mach-o/dyld.h> 
configure:16773: result: no 
configure:16777: checking mach-o/dyld.h presence 
configure:16787: gcc -E  conftest.c 
conftest.c:130:25: mach-o/dyld.h: No such file or directory 
configure:16793: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| #define HAVE_NANOSLEEP 1 
| #define LTDL_SHLIB_EXT ".so" 
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
| #define LTDL_OBJDIR ".libs/" 
| #define HAVE_PRELOADED_SYMBOLS 1 
| #define HAVE_LIBDL 1 
| #define HAVE_DLERROR 1 
| #define HAVE_ARGZ_H 1 
| #define HAVE_ERROR_T 1 
| #define HAVE_ARGZ_APPEND 1 
| #define HAVE_ARGZ_CREATE_SEP 1 
| #define HAVE_ARGZ_INSERT 1 
| #define HAVE_ARGZ_NEXT 1 
| #define HAVE_ARGZ_STRINGIFY 1 
| #define HAVE_ASSERT_H 1 
| #define HAVE_CTYPE_H 1 
| #define HAVE_ERRNO_H 1 
| #define HAVE_MALLOC_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STDIO_H 1 
| #define HAVE_UNISTD_H 1 
| /* end confdefs.h.  */ 
| #include <mach-o/dyld.h> 
configure:16813: result: no 
configure:16848: checking for mach-o/dyld.h 
configure:16855: result: no 
configure:16874: checking for string.h 
configure:16879: result: yes 
configure:17025: checking for strchr 
configure:17113: result: yes 
configure:17128: checking for strrchr 
configure:17185: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:156: warning: conflicting types for built-in function `strrchr' 
configure:17191: $? = 0 
configure:17195: test -z 
                         || test ! -s conftest.err 
configure:17198: $? = 0 
configure:17201: test -s conftest 
configure:17204: $? = 0 
configure:17216: result: yes 
configure:17231: checking for memcpy 
configure:17319: result: yes 
configure:17334: checking for memmove 
configure:17422: result: yes 
configure:17334: checking for strcmp 
configure:17391: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c:159: warning: conflicting types for built-in function `strcmp' 
configure:17397: $? = 0 
configure:17401: test -z 
                         || test ! -s conftest.err 
configure:17404: $? = 0 
configure:17407: test -s conftest 
configure:17410: $? = 0 
configure:17422: result: yes 
configure:17438: checking for closedir 
configure:17495: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:17501: $? = 0 
configure:17505: test -z 
                         || test ! -s conftest.err 
configure:17508: $? = 0 
configure:17511: test -s conftest 
configure:17514: $? = 0 
configure:17526: result: yes 
configure:17438: checking for opendir 
configure:17495: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:17501: $? = 0 
configure:17505: test -z 
                         || test ! -s conftest.err 
configure:17508: $? = 0 
configure:17511: test -s conftest 
configure:17514: $? = 0 
configure:17526: result: yes 
configure:17438: checking for readdir 
configure:17495: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:17501: $? = 0 
configure:17505: test -z 
                         || test ! -s conftest.err 
configure:17508: $? = 0 
configure:17511: test -s conftest 
configure:17514: $? = 0 
configure:17526: result: yes 
configure:17542: checking for nl_langinfo and CODESET 
configure:17563: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
conftest.c: In function `main': 
conftest.c:143: warning: unused variable `cs' 
configure:17569: $? = 0 
configure:17573: test -z 
                         || test ! -s conftest.err 
configure:17576: $? = 0 
configure:17579: test -s conftest 
configure:17582: $? = 0 
configure:17595: result: yes 
configure:17632: checking for ld used by GCC 
configure:17695: result: /usr/bin/ld 
configure:17704: checking if the linker (/usr/bin/ld) is GNU ld 
GNU ld version 2.14.90.0.8 20040114 
configure:17716: result: yes 
configure:17722: checking for shared library run path origin 
configure:17735: result: done 
configure:18167: checking for iconv 
configure:18194: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:18200: $? = 0 
configure:18204: test -z 
                         || test ! -s conftest.err 
configure:18207: $? = 0 
configure:18210: test -s conftest 
configure:18213: $? = 0 
configure:18279: result: yes 
configure:18302: checking for iconv declaration 
configure:18336: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:18342: $? = 0 
configure:18346: test -z 
                         || test ! -s conftest.err 
configure:18349: $? = 0 
configure:18352: test -s conftest.o 
configure:18355: $? = 0 
configure:18370: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft); 
configure:18391: checking how to link with GMP 
configure:18434: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  -lgmp >&5 
configure:18440: $? = 0 
configure:18444: test -z 
                         || test ! -s conftest.err 
configure:18447: $? = 0 
configure:18450: test -s conftest 
configure:18453: $? = 0 
configure:18467: result: -lgmp 
configure:18478: checking for mp_limb_t 
configure:18505: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:18511: $? = 0 
configure:18515: test -z 
                         || test ! -s conftest.err 
configure:18518: $? = 0 
configure:18521: test -s conftest.o 
configure:18524: $? = 0 
configure:18535: result: yes 
configure:18538: checking size of mp_limb_t 
configure:18875: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:18878: $? = 0 
configure:18880: ./conftest 
configure:18883: $? = 0 
configure:18906: result: 4 
configure:18934: checking for tclsh 
configure:18939: checking for tclsh 
configure:18957: found /usr/bin/tclsh 
configure:18969: result: /usr/bin/tclsh 
configure:19000: result: /usr/bin/tclsh 
configure:19016: checking for Tcl 8.x 
configure:19018: result: /usr/lib 
configure:19020: checking for Tk 8.x 
configure:19022: result: /usr/lib 
configure:19028: checking the include path for Tcl/Tk 8.x 
configure:19102: result: -I/usr/X11R6/include 
configure:19105: checking how to link with Tcl/Tk 8.x 
configure:19121: checking for Tcl_ObjSetVar2 
configure:19178: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   -I/usr/X11R6/include   conftest.c -lm  -ldl -lieee -lm 
-L/usr/X11R6/lib -lX11 -L/usr/lib -ltcl8.3 -L/usr/lib -ltk8.3 >&5 
configure:19184: $? = 0 
configure:19188: test -z 
                         || test ! -s conftest.err 
configure:19191: $? = 0 
configure:19194: test -s conftest 
configure:19197: $? = 0 
configure:19209: result: yes 
configure:19217: checking for Tk_CreatePhotoImageFormat 
configure:19274: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   -I/usr/X11R6/include   conftest.c -lm  -ldl -lieee -lm 
-L/usr/X11R6/lib -lX11 -L/usr/lib -ltcl8.3 -L/usr/lib -ltk8.3 >&5 
configure:19280: $? = 0 
configure:19284: test -z 
                         || test ! -s conftest.err 
configure:19287: $? = 0 
configure:19290: test -s conftest 
configure:19293: $? = 0 
configure:19305: result: yes 
configure:19318: result: -ldl -lieee -lm -L/usr/X11R6/lib -lX11 -L/usr/lib 
-ltcl8.3 -L/usr/lib -ltk8.3 
configure:19348: checking how to link with readline 
configure:19377: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  -lreadline  >&5 
conftest.c: In function `main': 
conftest.c:7: warning: implicit declaration of function `exit' 
/usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/../../../libreadline.so: 
undefined reference to `tgetnum' 
/usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/../../../libreadline.so: 
undefined reference to `tgoto' 
/usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/../../../libreadline.so: 
undefined reference to `tgetflag' 
/usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/../../../libreadline.so: 
undefined reference to `BC' 
/usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/../../../libreadline.so: 
undefined reference to `tputs' 
/usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/../../../libreadline.so: 
undefined reference to `PC' 
/usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/../../../libreadline.so: 
undefined reference to `tgetent' 
/usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/../../../libreadline.so: 
undefined reference to `UP' 
/usr/lib/gcc-lib/i386-conectiva-linux/3.3.3/../../../libreadline.so: 
undefined reference to `tgetstr' 
collect2: ld returned 1 exit status 
configure:19380: $? = 1 
configure:19377: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  -lreadline -ltermcap >&5 
conftest.c: In function `main': 
conftest.c:7: warning: implicit declaration of function `exit' 
/usr/bin/ld: cannot find -ltermcap 
collect2: ld returned 1 exit status 
configure:19380: $? = 1 
configure:19377: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  -lreadline -ltermlib >&5 
conftest.c: In function `main': 
conftest.c:7: warning: implicit declaration of function `exit' 
/usr/bin/ld: cannot find -ltermlib 
collect2: ld returned 1 exit status 
configure:19380: $? = 1 
configure:19377: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  -lreadline -lncurses >&5 
conftest.c: In function `main': 
conftest.c:7: warning: implicit declaration of function `exit' 
configure:19380: $? = 0 
configure:19396: result: -lreadline -lncurses 
configure:19414: checking for rl_completion_matches 
configure:19471: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  -lreadline -lncurses >&5 
configure:19477: $? = 0 
configure:19481: test -z 
                         || test ! -s conftest.err 
configure:19484: $? = 0 
configure:19487: test -s conftest 
configure:19490: $? = 0 
configure:19502: result: yes 
configure:19533: checking for listen 
configure:19590: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lm  >&5 
configure:19596: $? = 0 
configure:19600: test -z 
                         || test ! -s conftest.err 
configure:19603: $? = 0 
configure:19606: test -s conftest 
configure:19609: $? = 0 
configure:19621: result: yes 
configure:19782: checking for gethostbyname in -lnsl 
configure:19812: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lnsl  -lm  >&5 
configure:19818: $? = 0 
configure:19822: test -z 
                         || test ! -s conftest.err 
configure:19825: $? = 0 
configure:19828: test -s conftest 
configure:19831: $? = 0 
configure:19844: result: yes 
configure:19857: checking for socket 
configure:19914: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith    conftest.c -lnsl -lm  >&5 
configure:19920: $? = 0 
configure:19924: test -z 
                         || test ! -s conftest.err 
configure:19927: $? = 0 
configure:19930: test -s conftest 
configure:19933: $? = 0 
configure:19945: result: yes 
configure:19963: checking netinet/in.h usability 
configure:19975: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:19981: $? = 0 
configure:19985: test -z 
                         || test ! -s conftest.err 
configure:19988: $? = 0 
configure:19991: test -s conftest.o 
configure:19994: $? = 0 
configure:20004: result: yes 
configure:20008: checking netinet/in.h presence 
configure:20018: gcc -E  conftest.c 
configure:20024: $? = 0 
configure:20044: result: yes 
configure:20079: checking for netinet/in.h 
configure:20086: result: yes 
configure:20107: checking arpa/inet.h usability 
configure:20119: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:20125: $? = 0 
configure:20129: test -z 
                         || test ! -s conftest.err 
configure:20132: $? = 0 
configure:20135: test -s conftest.o 
configure:20138: $? = 0 
configure:20148: result: yes 
configure:20152: checking arpa/inet.h presence 
configure:20162: gcc -E  conftest.c 
configure:20168: $? = 0 
configure:20188: result: yes 
configure:20223: checking for arpa/inet.h 
configure:20230: result: yes 
configure:20279: checking gdbm.h usability 
configure:20291: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
configure:20297: $? = 0 
configure:20301: test -z 
                         || test ! -s conftest.err 
configure:20304: $? = 0 
configure:20307: test -s conftest.o 
configure:20310: $? = 0 
configure:20320: result: yes 
configure:20324: checking gdbm.h presence 
configure:20334: gcc -E  conftest.c 
configure:20340: $? = 0 
configure:20360: result: yes 
configure:20395: checking for gdbm.h 
configure:20402: result: yes 
configure:20448: checking for pkg-config 
configure:20466: found /usr/bin/pkg-config 
configure:20479: result: /usr/bin/pkg-config 
configure:20502: checking for GLIB - version >= 2.0.0 
configure:20621: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     
conftest.c -lgobject-2.0 -lglib-2.0   -lnsl -lm  >&5 
configure:20624: $? = 0 
configure:20626: ./conftest 
configure:20629: $? = 0 
configure:20647: result: yes (version 2.4.1) 
configure:20672: checking for pkg-config 
configure:20703: result: /usr/bin/pkg-config 
configure:20724: checking for GTK+ - version >= 2.0.0 
configure:20839: gcc -o conftest -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
    conftest.c -Wl,--export-dynamic -L/usr/X11R6/lib -lgtk-x11-2.0 
-lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXft -lfreetype -lz -lXrender -lXext 
-lfontconfig -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 
-lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lnsl 
-lm  >&5 
configure:20842: $? = 0 
configure:20844: ./conftest 
configure:20847: $? = 0 
configure:20865: result: yes (version 2.4.1) 
configure:20922: checking for atk >= 1.0.0 
configure:20926: result: yes 
configure:20930: checking ATK_CFLAGS 
configure:20933: result: -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
configure:20936: checking ATK_LIBS 
configure:20939: result: -Wl,--export-dynamic -latk-1.0 -lgobject-2.0 
-lgmodule-2.0 -ldl -lglib-2.0 
configure:21014: checking for pango >= 1.0.0 
configure:21018: result: yes 
configure:21022: checking PANGO_CFLAGS 
configure:21025: result: -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include 
configure:21028: checking PANGO_LIBS 
configure:21031: result: -Wl,--export-dynamic -lpango-1.0 -lgobject-2.0 
-lgmodule-2.0 -ldl -lglib-2.0 
configure:21274: checking lightning.h usability 
configure:21286: gcc -c -g -O2 -Wall -fstrict-aliasing -fno-gcse 
-Wno-strict-aliasing -Wno-switch -Wno-format -Wno-parentheses 
-Wpointer-arith   conftest.c >&5 
conftest.c:182:23: lightning.h: No such file or directory 
configure:21292: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| #define HAVE_NANOSLEEP 1 
| #define LTDL_SHLIB_EXT ".so" 
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
| #define LTDL_OBJDIR ".libs/" 
| #define HAVE_PRELOADED_SYMBOLS 1 
| #define HAVE_LIBDL 1 
| #define HAVE_DLERROR 1 
| #define HAVE_ARGZ_H 1 
| #define HAVE_ERROR_T 1 
| #define HAVE_ARGZ_APPEND 1 
| #define HAVE_ARGZ_CREATE_SEP 1 
| #define HAVE_ARGZ_INSERT 1 
| #define HAVE_ARGZ_NEXT 1 
| #define HAVE_ARGZ_STRINGIFY 1 
| #define HAVE_ASSERT_H 1 
| #define HAVE_CTYPE_H 1 
| #define HAVE_ERRNO_H 1 
| #define HAVE_MALLOC_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STDIO_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_STRCHR 1 
| #define HAVE_STRRCHR 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_STRCMP 1 
| #define HAVE_CLOSEDIR 1 
| #define HAVE_OPENDIR 1 
| #define HAVE_READDIR 1 
| #define HAVE_LANGINFO_CODESET 1 
| #define HAVE_ICONV 1 
| #define ICONV_CONST 
| #define HAVE_GMP 1 
| #define SIZEOF_MP_LIMB_T 4 
| #define HAVE_TCLTK 1 
| #define HAVE_READLINE 1 
| #define HAVE_LIBNSL 1 
| #define HAVE_INET_SOCKETS 1 
| /* end confdefs.h.  */ 
| #include <stdio.h> 
| #if HAVE_SYS_TYPES_H 
| # include <sys/types.h> 
| #endif 
| #if HAVE_SYS_STAT_H 
| # include <sys/stat.h> 
| #endif 
| #if STDC_HEADERS 
| # include <stdlib.h> 
| # include <stddef.h> 
| #else 
| # if HAVE_STDLIB_H 
| #  include <stdlib.h> 
| # endif 
| #endif 
| #if HAVE_STRING_H 
| # if !STDC_HEADERS && HAVE_MEMORY_H 
| #  include <memory.h> 
| # endif 
| # include <string.h> 
| #endif 
| #if HAVE_STRINGS_H 
| # include <strings.h> 
| #endif 
| #if HAVE_INTTYPES_H 
| # include <inttypes.h> 
| #else 
| # if HAVE_STDINT_H 
| #  include <stdint.h> 
| # endif 
| #endif 
| #if HAVE_UNISTD_H 
| # include <unistd.h> 
| #endif 
| #include <lightning.h> 
configure:21315: result: no 
configure:21319: checking lightning.h presence 
configure:21329: gcc -E  conftest.c 
conftest.c:148:23: lightning.h: No such file or directory 
configure:21335: $? = 1 
configure: failed program was: 
| /* confdefs.h.  */ 
| 
| #define PACKAGE_NAME "GNU Smalltalk" 
| #define PACKAGE_TARNAME "smalltalk" 
| #define PACKAGE_VERSION "2.1.9" 
| #define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
| #define PACKAGE_BUGREPORT "address@hidden" 
| #define ST_MAJOR_VERSION 2 
| #define ST_MINOR_VERSION 1 
| #define ST_EDIT_VERSION 9 
| #define MAINTAINER "address@hidden" 
| #define PACKAGE "smalltalk" 
| #define VERSION "2.1.9" 
| #define STDC_HEADERS 1 
| #define HAVE_SYS_TYPES_H 1 
| #define HAVE_SYS_STAT_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1 
| #define HAVE_INTTYPES_H 1 
| #define HAVE_STDINT_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SIGSEGV_H 1 
| #define _FILE_OFFSET_BITS 64 
| #define restrict __restrict__ 
| #define HAVE_GOTO_VOID_P 1 
| #define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
| #define HAVE_DLFCN_H 1 
| #define SIZEOF_INT 4 
| #define SIZEOF_LONG 4 
| #define SIZEOF_OFF_T 8 
| #define SIZEOF_CHAR_P 4 
| #define DOUBLE_ALIGNMENT 4 
| #define LONG_DOUBLE_ALIGNMENT 4 
| #define RETSIGTYPE void 
| #define _GNU_SOURCE 1 
| #define STDC_HEADERS 1 
| #define HAVE_DIRENT_H 1 
| #define TIME_WITH_SYS_TIME 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_SYS_IOCTL_H 1 
| #define HAVE_SYS_RESOURCE_H 1 
| #define HAVE_SYS_UTSNAME_H 1 
| #define HAVE_STROPTS_H 1 
| #define HAVE_SYS_PARAM_H 1 
| #define HAVE_STDDEF_H 1 
| #define HAVE_LIMITS_H 1 
| #define HAVE_SYS_TIMEB_H 1 
| #define HAVE_TERMIOS_H 1 
| #define HAVE_SYS_MMAN_H 1 
| #define HAVE_SYS_FILE_H 1 
| #define HAVE_EXECINFO_H 1 
| #define HAVE_SYS_WAIT_H 1 
| #define HAVE_FCNTL_H 1 
| #define HAVE_ALLOCA_H 1 
| #define HAVE_ALLOCA 1 
| #define HAVE_OBSTACK 1 
| #define HAVE_LIBM 1 
| #define HAVE_PUTENV 1 
| #define HAVE_STRDUP 1 
| #define HAVE_STRERROR 1 
| #define HAVE_STRSIGNAL 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_MKSTEMP 1 
| #define HAVE_GETPAGESIZE 1 
| #define HAVE_GETDTABLESIZE 1 
| #define HAVE_POLL 1 
| #define HAVE_DUP2 1 
| #define HAVE_STRSTR 1 
| #define HAVE_FTRUNCATE 1 
| #define HAVE_FLOORL 1 
| #define HAVE_CEILL 1 
| #define HAVE_SQRTL 1 
| #define HAVE_FREXPL 1 
| #define HAVE_LDEXPL 1 
| #define HAVE_ASINL 1 
| #define HAVE_ACOSL 1 
| #define HAVE_ATANL 1 
| #define HAVE_LOGL 1 
| #define HAVE_EXPL 1 
| #define HAVE_TANL 1 
| #define HAVE_SINL 1 
| #define HAVE_COSL 1 
| #define HAVE_GETHOSTNAME 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_SIGHOLD 1 
| #define HAVE_UNAME 1 
| #define HAVE_SBRK 1 
| #define HAVE_USLEEP 1 
| #define HAVE_GRANTPT 1 
| #define HAVE_POPEN 1 
| #define HAVE_GETRUSAGE 1 
| #define HAVE_GETTIMEOFDAY 1 
| #define HAVE_GETCWD 1 
| #define HAVE_FORK 1 
| #define HAVE_STRCHR 1 
| #define HAVE_SIGSETMASK 1 
| #define HAVE_ALARM 1 
| #define HAVE_SELECT 1 
| #define HAVE_MPROTECT 1 
| #define HAVE_MADVISE 1 
| #define HAVE_NL_LANGINFO 1 
| #define HAVE_WAITPID 1 
| #define HAVE_SETSID 1 
| #define HAVE_NANOSLEEP 1 
| #define LTDL_SHLIB_EXT ".so" 
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
| #define LTDL_OBJDIR ".libs/" 
| #define HAVE_PRELOADED_SYMBOLS 1 
| #define HAVE_LIBDL 1 
| #define HAVE_DLERROR 1 
| #define HAVE_ARGZ_H 1 
| #define HAVE_ERROR_T 1 
| #define HAVE_ARGZ_APPEND 1 
| #define HAVE_ARGZ_CREATE_SEP 1 
| #define HAVE_ARGZ_INSERT 1 
| #define HAVE_ARGZ_NEXT 1 
| #define HAVE_ARGZ_STRINGIFY 1 
| #define HAVE_ASSERT_H 1 
| #define HAVE_CTYPE_H 1 
| #define HAVE_ERRNO_H 1 
| #define HAVE_MALLOC_H 1 
| #define HAVE_MEMORY_H 1 
| #define HAVE_STDLIB_H 1 
| #define HAVE_STDIO_H 1 
| #define HAVE_UNISTD_H 1 
| #define HAVE_STRING_H 1 
| #define HAVE_STRCHR 1 
| #define HAVE_STRRCHR 1 
| #define HAVE_MEMCPY 1 
| #define HAVE_MEMMOVE 1 
| #define HAVE_STRCMP 1 
| #define HAVE_CLOSEDIR 1 
| #define HAVE_OPENDIR 1 
| #define HAVE_READDIR 1 
| #define HAVE_LANGINFO_CODESET 1 
| #define HAVE_ICONV 1 
| #define ICONV_CONST 
| #define HAVE_GMP 1 
| #define SIZEOF_MP_LIMB_T 4 
| #define HAVE_TCLTK 1 
| #define HAVE_READLINE 1 
| #define HAVE_LIBNSL 1 
| #define HAVE_INET_SOCKETS 1 
| /* end confdefs.h.  */ 
| #include <lightning.h> 
configure:21355: result: no 
configure:21390: checking for lightning.h 
configure:21397: result: no 
configure:21764: creating ./config.status 

## ---------------------- ## 
## Running config.status. ## 
## ---------------------- ## 

This file was extended by GNU Smalltalk config.status 2.1.9, which was 
generated by GNU Autoconf 2.59.  Invocation command line was 

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on fuba.rabak.org 

config.status:801: creating gnu-smalltalk.spec 
config.status:801: creating gst-config 
config.status:801: creating gst-package 
config.status:801: creating libc.la 
config.status:801: creating Makefile 
config.status:801: creating doc/Makefile 
config.status:801: creating lib-src/Makefile 
config.status:801: creating libgst/Makefile 
config.status:801: creating lightning/Makefile 
config.status:801: creating config/Makefile 
config.status:801: creating tests/Makefile 
config.status:801: creating blox-tk/Makefile 
config.status:801: creating examples/Makefile 
config.status:801: creating i18n/Makefile 
config.status:801: creating kernel/Makefile 
config.status:801: creating tcp/Makefile 
config.status:801: creating gtk/Makefile 
config.status:910: creating config.h 
config.status:1409: linking ./lightning/i386/asm.h to lightning/asm.h 
config.status:1409: linking ./lightning/i386/core.h to lightning/core.h 
config.status:1409: linking ./lightning/i386/fp.h to lightning/fp.h 
config.status:1409: linking ./lightning/i386/funcs.h to lightning/funcs.h 
config.status:1646: executing depfiles commands 
configure:23355: configuring in snprintfv 
configure:23472: running /bin/sh './configure' --prefix=/usr/local  
--enable-subdir --enable-snprintfv-convenience --cache-file=/dev/null 
--srcdir=. 
configure:23355: configuring in sigsegv 
configure:23472: running /bin/sh './configure' --prefix=/usr/local  
--enable-subdir --enable-snprintfv-convenience --cache-file=/dev/null 
--srcdir=. 

## ---------------- ## 
## Cache variables. ## 
## ---------------- ## 

ac_cv_build=i686-pc-linux-gnu 
ac_cv_build_alias=i686-pc-linux-gnu 
ac_cv_c_bigendian=no 
ac_cv_c_compiler_gnu=yes 
ac_cv_c_const=yes 
ac_cv_c_inline=inline 
ac_cv_c_volatile=yes 
ac_cv_env_CC_set= 
ac_cv_env_CC_value= 
ac_cv_env_CFLAGS_set= 
ac_cv_env_CFLAGS_value= 
ac_cv_env_CPPFLAGS_set= 
ac_cv_env_CPPFLAGS_value= 
ac_cv_env_CPP_set= 
ac_cv_env_CPP_value= 
ac_cv_env_EMACSLOADPATH_set= 
ac_cv_env_EMACSLOADPATH_value= 
ac_cv_env_EMACS_set= 
ac_cv_env_EMACS_value= 
ac_cv_env_LDFLAGS_set= 
ac_cv_env_LDFLAGS_value= 
ac_cv_env_build_alias_set= 
ac_cv_env_build_alias_value= 
ac_cv_env_host_alias_set= 
ac_cv_env_host_alias_value= 
ac_cv_env_target_alias_set= 
ac_cv_env_target_alias_value= 
ac_cv_exeext= 
ac_cv_func_Tcl_ObjSetVar2=yes 
ac_cv_func_Tk_CreatePhotoImageFormat=yes 
ac_cv_func_acosl=yes 
ac_cv_func_alarm=yes 
ac_cv_func_alloca_works=yes 
ac_cv_func_argz_append=yes 
ac_cv_func_argz_create_sep=yes 
ac_cv_func_argz_insert=yes 
ac_cv_func_argz_next=yes 
ac_cv_func_argz_stringify=yes 
ac_cv_func_asinl=yes 
ac_cv_func_atanl=yes 
ac_cv_func_ceill=yes 
ac_cv_func_closedir=yes 
ac_cv_func_cosl=yes 
ac_cv_func_dlerror=yes 
ac_cv_func_dlopen=no 
ac_cv_func_dup2=yes 
ac_cv_func_expl=yes 
ac_cv_func_floorl=yes 
ac_cv_func_fork=yes 
ac_cv_func_frexpl=yes 
ac_cv_func_ftruncate=yes 
ac_cv_func_getcwd=yes 
ac_cv_func_getdtablesize=yes 
ac_cv_func_gethostname=yes 
ac_cv_func_getpagesize=yes 
ac_cv_func_getrusage=yes 
ac_cv_func_gettimeofday=yes 
ac_cv_func_grantpt=yes 
ac_cv_func_ldexpl=yes 
ac_cv_func_listen=yes 
ac_cv_func_logl=yes 
ac_cv_func_madvise=yes 
ac_cv_func_memcmp_working=yes 
ac_cv_func_memcpy=yes 
ac_cv_func_memmove=yes 
ac_cv_func_mkstemp=yes 
ac_cv_func_mprotect=yes 
ac_cv_func_nanosleep=yes 
ac_cv_func_nl_langinfo=yes 
ac_cv_func_obstack=yes 
ac_cv_func_opendir=yes 
ac_cv_func_poll=yes 
ac_cv_func_popen=yes 
ac_cv_func_putenv=yes 
ac_cv_func_readdir=yes 
ac_cv_func_rl_completion_matches=yes 
ac_cv_func_sbrk=yes 
ac_cv_func_select=yes 
ac_cv_func_setsid=yes 
ac_cv_func_shl_load=no 
ac_cv_func_sighold=yes 
ac_cv_func_sigsetmask=yes 
ac_cv_func_sinl=yes 
ac_cv_func_socket=yes 
ac_cv_func_spawnl=no 
ac_cv_func_sqrtl=yes 
ac_cv_func_strchr=yes 
ac_cv_func_strcmp=yes 
ac_cv_func_strdup=yes 
ac_cv_func_strerror=yes 
ac_cv_func_strrchr=yes 
ac_cv_func_strsignal=yes 
ac_cv_func_strstr=yes 
ac_cv_func_strtoul=yes 
ac_cv_func_tanl=yes 
ac_cv_func_uname=yes 
ac_cv_func_usleep=yes 
ac_cv_func_waitpid=yes 
ac_cv_header_argz_h=yes 
ac_cv_header_arpa_inet_h=yes 
ac_cv_header_assert_h=yes 
ac_cv_header_ctype_h=yes 
ac_cv_header_dirent_dirent_h=yes 
ac_cv_header_dl_h=no 
ac_cv_header_dld_h=no 
ac_cv_header_dlfcn_h=yes 
ac_cv_header_errno_h=yes 
ac_cv_header_execinfo_h=yes 
ac_cv_header_fcntl_h=yes 
ac_cv_header_gdbm_h=yes 
ac_cv_header_inttypes_h=yes 
ac_cv_header_lightning_h=no 
ac_cv_header_limits_h=yes 
ac_cv_header_mach_o_dyld_h=no 
ac_cv_header_malloc_h=yes 
ac_cv_header_memory_h=yes 
ac_cv_header_minix_config_h=no 
ac_cv_header_netinet_in_h=yes 
ac_cv_header_stdc=yes 
ac_cv_header_stddef_h=yes 
ac_cv_header_stdint_h=yes 
ac_cv_header_stdio_h=yes 
ac_cv_header_stdlib_h=yes 
ac_cv_header_string_h=yes 
ac_cv_header_strings_h=yes 
ac_cv_header_stropts_h=yes 
ac_cv_header_sys_dl_h=no 
ac_cv_header_sys_file_h=yes 
ac_cv_header_sys_ioctl_h=yes 
ac_cv_header_sys_mman_h=yes 
ac_cv_header_sys_param_h=yes 
ac_cv_header_sys_resource_h=yes 
ac_cv_header_sys_stat_h=yes 
ac_cv_header_sys_timeb_h=yes 
ac_cv_header_sys_types_h=yes 
ac_cv_header_sys_utsname_h=yes 
ac_cv_header_sys_wait_h=yes 
ac_cv_header_termios_h=yes 
ac_cv_header_time=yes 
ac_cv_header_unistd_h=yes 
ac_cv_host=i686-pc-linux-gnu 
ac_cv_host_alias=i686-pc-linux-gnu 
ac_cv_lib_dl_dlopen=yes 
ac_cv_lib_dld_shl_load=no 
ac_cv_lib_m_atan=yes 
ac_cv_lib_nsl_gethostbyname=yes 
ac_cv_objext=o 
ac_cv_path_INSTALL_INFO=/sbin/install-info 
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config 
ac_cv_path_TCLSH=/usr/bin/tclsh 
ac_cv_path_install='/usr/bin/install -c' 
ac_cv_prog_AWK=gawk 
ac_cv_prog_CPP='gcc -E' 
ac_cv_prog_EMACS=emacs 
ac_cv_prog_ac_ct_AR=ar 
ac_cv_prog_ac_ct_CC=gcc 
ac_cv_prog_ac_ct_RANLIB=ranlib 
ac_cv_prog_ac_ct_STRIP=strip 
ac_cv_prog_cc_g=yes 
ac_cv_prog_cc_stdc= 
ac_cv_prog_egrep='grep -E' 
ac_cv_prog_gcc_traditional=no 
ac_cv_prog_make_make_set=yes 
ac_cv_search_opendir='none required' 
ac_cv_search_strerror='none required' 
ac_cv_sizeof_char_p=4 
ac_cv_sizeof_int=4 
ac_cv_sizeof_long=4 
ac_cv_sizeof_mp_limb_t=4 
ac_cv_sizeof_off_t=8 
ac_cv_sys_file_offset_bits=64 
ac_cv_sys_large_files=no 
ac_cv_sys_largefile_CC=no 
ac_cv_sys_symbol_underscore=no 
ac_cv_type_char_p=yes 
ac_cv_type_error_t=yes 
ac_cv_type_int=yes 
ac_cv_type_long=yes 
ac_cv_type_mp_limb_t=yes 
ac_cv_type_off_t=yes 
ac_cv_type_pid_t=yes 
ac_cv_type_signal=void 
ac_cv_type_size_t=yes 
ac_cv_working_alloca_h=yes 
acl_cv_hardcode_direct=no 
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 
acl_cv_hardcode_libdir_separator= 
acl_cv_hardcode_minus_L=no 
acl_cv_libext=a 
acl_cv_path_LD=/usr/bin/ld 
acl_cv_prog_gnu_ld=yes 
acl_cv_rpath=done 
acl_cv_shlibext=so 
acl_cv_wl=-Wl, 
acx_cv_c_restrict=__restrict__ 
am_cv_CC_dependencies_compiler_type=gcc3 
am_cv_func_iconv=yes 
am_cv_langinfo_codeset=yes 
am_cv_lib_iconv=no 
am_cv_lispdir='${datadir}/emacs/site-lisp' 
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);' 
am_cv_proto_iconv_arg1= 
emacs_cv_localtime_cache=no 
gst_cv_c_goto_void_p=yes 
gst_cv_double_alignment=4 
gst_cv_gmp_libs=-lgmp 
gst_cv_inet_sockets=yes 
gst_cv_libc_so_name=/lib/libc.so.6 
gst_cv_long_double_alignment=4 
gst_cv_machine_defines='"__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", ' 
gst_cv_readline_libs='-lreadline -lncurses' 
gst_cv_tcltk_includes='-I/usr/X11R6/include ' 
gst_cv_tcltk_libs='-ldl -lieee -lm -L/usr/X11R6/lib -lX11 -L/usr/lib 
-ltcl8.3 -L/usr/lib -ltk8.3' 
gst_cv_working_strtoul=yes 
libltdl_cv_lib_dl_dlopen=yes 
libltdl_cv_objdir=.libs 
libltdl_cv_preloaded_symbols=yes 
libltdl_cv_shlibext=.so 
libltdl_cv_shlibpath_var=LD_LIBRARY_PATH 
libltdl_cv_sys_dlopen_deplibs=yes 
libltdl_cv_sys_search_path='/lib /usr/lib' 
lt_cv_deplibs_check_method=pass_all 
lt_cv_dlopen=dlopen 
lt_cv_dlopen_libs=-ldl 
lt_cv_dlopen_self=yes 
lt_cv_dlopen_self_static=yes 
lt_cv_file_magic_cmd='$MAGIC_CMD' 
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.3.so' 
lt_cv_ld_reload_flag=-r 
lt_cv_objdir=.libs 
lt_cv_path_LD=/usr/bin/ld 
lt_cv_path_NM='/usr/bin/nm -B' 
lt_cv_path_SED=/bin/sed 
lt_cv_prog_compiler_c_o=yes 
lt_cv_prog_compiler_rtti_exceptions=no 
lt_cv_prog_gnu_ld=yes 
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 
        ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p'\''' 
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  
{"\2", (lt_ptr) \&\2},/p'\''' 
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int 
\1;/p'\''' 
lt_cv_sys_max_cmd_len=32768 
lt_lt_cv_prog_compiler_c_o='"yes"' 
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 
        ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][ 
        ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' 
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ 
]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) 
\\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' 
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* 
\\(.*\\)\$/extern int \\1;/p'\''"' 

## ----------------- ## 
## Output variables. ## 
## ----------------- ## 

ACLOCAL='${SHELL} /home/csrabak/Work/smalltalk-2.1.9/config/missing --run 
aclocal-1.8' 
ALLOCA='' 
AMDEPBACKSLASH='\' 
AMDEP_FALSE='#' 
AMDEP_TRUE='' 
AMTAR='${SHELL} /home/csrabak/Work/smalltalk-2.1.9/config/missing --run tar' 
AR='ar' 
AS='as' 
ATK_CFLAGS='-I/usr/include/atk-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include  ' 
ATK_LIBS='-Wl,--export-dynamic -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl 
-lglib-2.0  ' 
AUTOCONF='${SHELL} /home/csrabak/Work/smalltalk-2.1.9/config/missing --run 
autoconf' 
AUTOHEADER='${SHELL} /home/csrabak/Work/smalltalk-2.1.9/config/missing --run 
autoheader' 
AUTOMAKE='${SHELL} /home/csrabak/Work/smalltalk-2.1.9/config/missing --run 
automake-1.8' 
AWK='gawk' 
BLOX_IMPLEMENTATION='BloxTK' 
CC='gcc' 
CCDEPMODE='depmode=gcc3' 
CFLAGS='-g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-strict-aliasing 
-Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith ' 
CONVENIENCE_LTDL_FALSE='' 
CONVENIENCE_LTDL_TRUE='#' 
CPP='gcc -E' 
CPPFLAGS='' 
CYGPATH_W='echo' 
DEFS='-DHAVE_CONFIG_H' 
DEPDIR='.deps' 
DLLTOOL='dlltool' 
ECHO='echo' 
ECHO_C='' 
ECHO_N='-n' 
ECHO_T='' 
EGREP='grep -E' 
EMACS='emacs' 
EMACSLOADPATH='' 
EXEEXT='' 
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  ' 
GLIB_GENMARSHAL='glib-genmarshal' 
GLIB_LIBS='-lgobject-2.0 -lglib-2.0  ' 
GLIB_MKENUMS='glib-mkenums' 
GOBJECT_QUERY='gobject-query' 
GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 ' 
GTK_DISABLED='' 
GTK_LIBS='-Wl,--export-dynamic -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 
-lXrandr -lXi -lXinerama -lXft -lfreetype -lz -lXrender -lXext -lfontconfig 
-lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  ' 
HAVE_GTK_FALSE='#' 
HAVE_GTK_TRUE='' 
HAVE_INSTALLED_LIGHTNING_FALSE='' 
HAVE_INSTALLED_LIGHTNING_TRUE='#' 
HAVE_SIGSEGV_FALSE='#' 
HAVE_SIGSEGV_TRUE='' 
I18N_DISABLED='' 
ICON='' 
INCLTDL='' 
INCSNPRINTFV='-I${top_builddir}/snprintfv -I${top_srcdir}/snprintfv' 
INCTCLTK='-I/usr/X11R6/include ' 
INSTALL_DATA='${INSTALL} -m 644' 
INSTALL_INFO='/sbin/install-info' 
INSTALL_LTDL_FALSE='' 
INSTALL_LTDL_TRUE='#' 
INSTALL_PROGRAM='${INSTALL}' 
INSTALL_SCRIPT='${INSTALL}' 
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' 
LDFLAGS='' 
LDPATH='' 
LEX='${SHELL} /home/csrabak/Work/smalltalk-2.1.9/config/missing --run flex' 
LIBADD_DL='-ldl' 
LIBC_SO_DIR='/lib' 
LIBC_SO_NAME='libc.so.6' 
LIBGMP='-lgmp' 
LIBICONV='' 
LIBLTDL='' 
LIBOBJS='' 
LIBREADLINE='-lreadline -lncurses' 
LIBS='-lnsl -lm ' 
LIBSNPRINTFV='${top_builddir}/snprintfv/snprintfv/libsnprintfvc.la' 
LIBTCLTK='-ldl -lieee -lm -L/usr/X11R6/lib -lX11 -L/usr/lib -ltcl8.3 
-L/usr/lib -ltk8.3' 
LIBTOOL='$(SHELL) $(top_builddir)/libtool' 
LIGHTNING_MAIN_FALSE='' 
LIGHTNING_MAIN_TRUE='#' 
LN_S='ln -s' 
LTALLOCA='' 
LTLIBICONV='' 
LTLIBOBJS='' 
MAINTAINER='address@hidden' 
MAKEINFO='${SHELL} /home/csrabak/Work/smalltalk-2.1.9/config/missing --run 
makeinfo' 
MODULES='' 
MODULES_EXAMPLE='regex.la gdbm.la' 
MODULES_GTK='gst-gtk.la' 
MODULES_I18N='i18n.la' 
MODULES_TCP='tcp.la' 
MODULES_TK='blox-tk.la' 
OBJDUMP='objdump' 
OBJEXT='o' 
PACKAGE='smalltalk' 
PACKAGE_BUGREPORT='address@hidden' 
PACKAGE_NAME='GNU Smalltalk' 
PACKAGE_STRING='GNU Smalltalk 2.1.9' 
PACKAGE_TARNAME='smalltalk' 
PACKAGE_VERSION='2.1.9' 
PANGO_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include  ' 
PANGO_LIBS='-Wl,--export-dynamic -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 
-ldl -lglib-2.0  ' 
PATH_SEPARATOR=':' 
PKG_CONFIG='/usr/bin/pkg-config' 
RANLIB='ranlib' 
RM='rm -f' 
SET_MAKE='' 
SHELL='/bin/sh' 
STRIP='strip' 
TCLSH='/usr/bin/tclsh' 
USE_JIT_TRANSLATION_FALSE='' 
USE_JIT_TRANSLATION_TRUE='#' 
VERSION='2.1.9' 
VERSION_INFO='4:14:0' 
WITH_EMACS_FALSE='#' 
WITH_EMACS_TRUE='' 
YACC='${SHELL} /home/csrabak/Work/smalltalk-2.1.9/config/missing --run 
bison' 
ac_ct_AR='ar' 
ac_ct_AS='' 
ac_ct_CC='gcc' 
ac_ct_DLLTOOL='' 
ac_ct_OBJDUMP='' 
ac_ct_RANLIB='ranlib' 
ac_ct_STRIP='strip' 
am__fastdepCC_FALSE='#' 
am__fastdepCC_TRUE='' 
am__include='include' 
am__leading_dot='.' 
am__quote='' 
bindir='${exec_prefix}/bin' 
build='i686-pc-linux-gnu' 
build_alias='' 
build_cpu='i686' 
build_os='linux-gnu' 
build_vendor='pc' 
datadir='${prefix}/share' 
exec_prefix='${prefix}' 
host='i686-pc-linux-gnu' 
host_alias='' 
host_cpu='i686' 
host_os='linux-gnu' 
host_vendor='pc' 
includedir='${prefix}/include' 
infodir='${prefix}/info' 
install_sh='/home/csrabak/Work/smalltalk-2.1.9/config/install-sh' 
libdir='${exec_prefix}/lib' 
libexecdir='${exec_prefix}/libexec' 
lispdir='${datadir}/emacs/site-lisp' 
localstatedir='${prefix}/var' 
mandir='${prefix}/man' 
mkdir_p='mkdir -p -- .' 
oldincludedir='/usr/include' 
prefix='/usr/local' 
program_transform_name='s,x,x,' 
sbindir='${exec_prefix}/sbin' 
sharedstatedir='${prefix}/com' 
subdirs=' snprintfv sigsegv' 
sysconfdir='${prefix}/etc' 
target_alias='' 

## ----------- ## 
## confdefs.h. ## 
## ----------- ## 

#define DOUBLE_ALIGNMENT 4 
#define ENABLE_DLD 1 
#define HAVE_ACOSL 1 
#define HAVE_ALARM 1 
#define HAVE_ALLOCA 1 
#define HAVE_ALLOCA_H 1 
#define HAVE_ARGZ_APPEND 1 
#define HAVE_ARGZ_CREATE_SEP 1 
#define HAVE_ARGZ_H 1 
#define HAVE_ARGZ_INSERT 1 
#define HAVE_ARGZ_NEXT 1 
#define HAVE_ARGZ_STRINGIFY 1 
#define HAVE_ASINL 1 
#define HAVE_ASSERT_H 1 
#define HAVE_ATANL 1 
#define HAVE_CEILL 1 
#define HAVE_CLOSEDIR 1 
#define HAVE_COSL 1 
#define HAVE_CTYPE_H 1 
#define HAVE_DIRENT_H 1 
#define HAVE_DLERROR 1 
#define HAVE_DLFCN_H 1 
#define HAVE_DUP2 1 
#define HAVE_ERRNO_H 1 
#define HAVE_ERROR_T 1 
#define HAVE_EXECINFO_H 1 
#define HAVE_EXPL 1 
#define HAVE_FCNTL_H 1 
#define HAVE_FLOORL 1 
#define HAVE_FORK 1 
#define HAVE_FREXPL 1 
#define HAVE_FTRUNCATE 1 
#define HAVE_GETCWD 1 
#define HAVE_GETDTABLESIZE 1 
#define HAVE_GETHOSTNAME 1 
#define HAVE_GETPAGESIZE 1 
#define HAVE_GETRUSAGE 1 
#define HAVE_GETTIMEOFDAY 1 
#define HAVE_GMP 1 
#define HAVE_GOTO_VOID_P 1 
#define HAVE_GRANTPT 1 
#define HAVE_ICONV 1 
#define HAVE_INET_SOCKETS 1 
#define HAVE_INTTYPES_H 1 
#define HAVE_LANGINFO_CODESET 1 
#define HAVE_LDEXPL 1 
#define HAVE_LIBDL 1 
#define HAVE_LIBM 1 
#define HAVE_LIBNSL 1 
#define HAVE_LIGHTNING 1 
#define HAVE_LIMITS_H 1 
#define HAVE_LOGL 1 
#define HAVE_MADVISE 1 
#define HAVE_MALLOC_H 1 
#define HAVE_MEMCPY 1 
#define HAVE_MEMCPY 1 
#define HAVE_MEMMOVE 1 
#define HAVE_MEMMOVE 1 
#define HAVE_MEMORY_H 1 
#define HAVE_MEMORY_H 1 
#define HAVE_MKSTEMP 1 
#define HAVE_MPROTECT 1 
#define HAVE_NANOSLEEP 1 
#define HAVE_NL_LANGINFO 1 
#define HAVE_OBSTACK 1 
#define HAVE_OPENDIR 1 
#define HAVE_POLL 1 
#define HAVE_POPEN 1 
#define HAVE_PRELOADED_SYMBOLS 1 
#define HAVE_PUTENV 1 
#define HAVE_READDIR 1 
#define HAVE_READLINE 1 
#define HAVE_SBRK 1 
#define HAVE_SELECT 1 
#define HAVE_SETSID 1 
#define HAVE_SIGHOLD 1 
#define HAVE_SIGSEGV_H 1 
#define HAVE_SIGSETMASK 1 
#define HAVE_SINL 1 
#define HAVE_SQRTL 1 
#define HAVE_STDDEF_H 1 
#define HAVE_STDINT_H 1 
#define HAVE_STDIO_H 1 
#define HAVE_STDLIB_H 1 
#define HAVE_STDLIB_H 1 
#define HAVE_STRCHR 1 
#define HAVE_STRCHR 1 
#define HAVE_STRCMP 1 
#define HAVE_STRDUP 1 
#define HAVE_STRERROR 1 
#define HAVE_STRINGS_H 1 
#define HAVE_STRING_H 1 
#define HAVE_STRING_H 1 
#define HAVE_STROPTS_H 1 
#define HAVE_STRRCHR 1 
#define HAVE_STRSIGNAL 1 
#define HAVE_STRSTR 1 
#define HAVE_SYS_FILE_H 1 
#define HAVE_SYS_IOCTL_H 1 
#define HAVE_SYS_MMAN_H 1 
#define HAVE_SYS_PARAM_H 1 
#define HAVE_SYS_RESOURCE_H 1 
#define HAVE_SYS_STAT_H 1 
#define HAVE_SYS_TIMEB_H 1 
#define HAVE_SYS_TYPES_H 1 
#define HAVE_SYS_UTSNAME_H 1 
#define HAVE_SYS_WAIT_H 1 
#define HAVE_TANL 1 
#define HAVE_TCLTK 1 
#define HAVE_TERMIOS_H 1 
#define HAVE_UNAME 1 
#define HAVE_UNISTD_H 1 
#define HAVE_UNISTD_H 1 
#define HAVE_UNISTD_H 1 
#define HAVE_USLEEP 1 
#define HAVE_WAITPID 1 
#define ICONV_CONST 
#define LONG_DOUBLE_ALIGNMENT 4 
#define LTDL_OBJDIR ".libs/" 
#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 
#define LTDL_SHLIB_EXT ".so" 
#define LTDL_SYSSEARCHPATH "/lib:/usr/lib" 
#define MACHINE_DEFINES "__STDC__", "__i386", "__i386__", "__linux__", 
"__unix", "i386", "linux", "unix", 
#define MAINTAINER "address@hidden" 
#define OPTIMIZE 1 
#define PACKAGE "smalltalk" 
#define PACKAGE_BUGREPORT "address@hidden" 
#define PACKAGE_NAME "GNU Smalltalk" 
#define PACKAGE_STRING "GNU Smalltalk 2.1.9" 
#define PACKAGE_TARNAME "smalltalk" 
#define PACKAGE_VERSION "2.1.9" 
#define RETSIGTYPE void 
#define SIZEOF_CHAR_P 4 
#define SIZEOF_INT 4 
#define SIZEOF_LONG 4 
#define SIZEOF_MP_LIMB_T 4 
#define SIZEOF_OFF_T 8 
#define STDC_HEADERS 1 
#define STDC_HEADERS 1 
#define ST_EDIT_VERSION 9 
#define ST_MAJOR_VERSION 2 
#define ST_MINOR_VERSION 1 
#define TIME_WITH_SYS_TIME 1 
#define VERSION "2.1.9" 
#define _FILE_OFFSET_BITS 64 
#define _GNU_SOURCE 1 
#define restrict __restrict__ 

configure: exit 0 

## ---------------------- ## 
## Running config.status. ## 
## ---------------------- ## 

This file was extended by GNU Smalltalk config.status 2.1.9, which was 
generated by GNU Autoconf 2.59.  Invocation command line was 

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=packages.xml:packages.xml.in 

on fuba.rabak.org 

config.status:801: creating packages.xml 

tests.log: 

Making check in lib-src 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/lib-src' 
make[1]: Nada a ser feito para `check'. 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/lib-src' 
Making check in lightning 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/lightning' 
make[1]: Nada a ser feito para `check'. 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/lightning' 
Making check in snprintfv 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/snprintfv' 
Making check in snprintfv 
make[2]: Entering directory 
`/home/csrabak/Work/smalltalk-2.1.9/snprintfv/snprintfv' 
make  check-am 
make[3]: Entering directory 
`/home/csrabak/Work/smalltalk-2.1.9/snprintfv/snprintfv' 
make[3]: Leaving directory 
`/home/csrabak/Work/smalltalk-2.1.9/snprintfv/snprintfv' 
make[2]: Leaving directory 
`/home/csrabak/Work/smalltalk-2.1.9/snprintfv/snprintfv' 
make[2]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/snprintfv' 
make[2]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/snprintfv' 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/snprintfv' 
Making check in sigsegv 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/sigsegv' 
Making check in src 
make[2]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/sigsegv/src' 
make[2]: Nada a ser feito para `check'. 
make[2]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/sigsegv/src' 
Making check in tests 
make[2]: Entering directory 
`/home/csrabak/Work/smalltalk-2.1.9/sigsegv/tests' 
make  check-TESTS 
make[3]: Entering directory 
`/home/csrabak/Work/smalltalk-2.1.9/sigsegv/tests' 
Test passed. 
PASS: sigsegv1 
Test passed. 
PASS: sigsegv2 
Starting recursion pass 1. 
Stack overflow 1 caught. 
Starting recursion pass 2. 
Stack overflow 2 caught. 
Test passed. 
PASS: stackoverflow1 
Starting recursion pass 1. 
Stack overflow 1 caught. 
Starting recursion pass 2. 
Stack overflow 2 caught. 
Segmentation violation correctly detected. 
Test passed. 
PASS: stackoverflow2 
================== 
All 4 tests passed 
================== 
make[3]: Leaving directory 
`/home/csrabak/Work/smalltalk-2.1.9/sigsegv/tests' 
make[2]: Leaving directory 
`/home/csrabak/Work/smalltalk-2.1.9/sigsegv/tests' 
make[2]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/sigsegv' 

Now please type 'make install' to install the package. 

make[2]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/sigsegv' 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/sigsegv' 
Making check in libgst 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/libgst' 
make  check-am 
make[2]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/libgst' 
make[2]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/libgst' 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/libgst' 
Making check in i18n 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/i18n' 
make[1]: Nada a ser feito para `check'. 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/i18n' 
Making check in config 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/config' 
make[1]: Nada a ser feito para `check'. 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/config' 
Making check in kernel 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/kernel' 
make[1]: Nada a ser feito para `check'. 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/kernel' 
Making check in tcp 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/tcp' 
make[1]: Nada a ser feito para `check'. 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/tcp' 
Making check in examples 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/examples' 
make[1]: Nada a ser feito para `check'. 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/examples' 
Making check in gtk 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/gtk' 
make  check-am 
make[2]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/gtk' 
make[2]: Nada a ser feito para `check-am'. 
make[2]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/gtk' 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/gtk' 
Making check in blox-tk 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/blox-tk' 
make[1]: Nada a ser feito para `check'. 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/blox-tk' 
Making check in . 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9' 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9' 
Making check in doc 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/doc' 
make[1]: Nada a ser feito para `check'. 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/doc' 
Making check in tests 
make[1]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/tests' 
make  gst.im 
make[2]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/tests' 
builddir=`pwd`; cd . && \ 
  SMALLTALK_IMAGE=$builddir SMALLTALK_KERNEL=../kernel \ 
    $builddir/../gst -QSsi AnsiLoad.st 
Object: PackageLoader error: error in packages file: unmatched end tag 
built-file 
PackageLoader class(Object)>>#error: 
PackageLoader class>>#processPackageFile:baseDirectory: 
PackageLoader class>>#refreshDependencies 
PackageLoader class>>#isLoadable: 
[] in PackageLoader class>>#extractDependenciesFor:onError: 
Array(SequenceableCollection)>>#do: 
PackageLoader class>>#extractDependenciesFor:onError: 
PackageLoader class>>#fileInPackages: 
PackageLoader class>>#fileInPackage: 
UndefinedObject>>#executeStatements 
Loading Ansi.st 
Object: nil error: did not understand #methodsFor: 
UndefinedObject(Object)>>#doesNotUnderstand: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#initializeProtocols 
ProtocolSpec class>>#initialize 
UndefinedObject>>#executeStatements 
Loading AnsiDB.st 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: ProtocolSpec error: Protocol named: "collection" not found. 
ProtocolSpec class(Object)>>#error: 
[] in ProtocolSpec class>>#protocolNamed: 
Set(Collection)>>#detect:ifNone: 
ProtocolSpec class>>#protocolNamed: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: ProtocolSpec error: Protocol named: "DateAndTime factory" not found. 
ProtocolSpec class(Object)>>#error: 
[] in ProtocolSpec class>>#protocolNamed: 
Set(Collection)>>#detect:ifNone: 
ProtocolSpec class>>#protocolNamed: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnRule:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnRule:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnRule:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnRule:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnRule:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueRuleSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnRule:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueRuleSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnRule:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnRule:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnRule:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgSpec 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: ProtocolSpec error: Protocol named: "SortedCollection factory" not 
found. 
ProtocolSpec class(Object)>>#error: 
[] in ProtocolSpec class>>#protocolNamed: 
Set(Collection)>>#detect:ifNone: 
ProtocolSpec class>>#protocolNamed: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: ProtocolSpec error: Protocol named: "Warning" not found. 
ProtocolSpec class(Object)>>#error: 
[] in ProtocolSpec class>>#protocolNamed: 
Set(Collection)>>#detect:ifNone: 
ProtocolSpec class>>#protocolNamed: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocol 
ProtocolSpec>>#= 
Set>>#findIndex: 
Set(HashedCollection)>>#findIndex:ifAbsent: 
Set(HashedCollection)>>#add: 
ProtocolSpec class>>#privateNewProtocolNamed:conformsToProtocolNames: 
ProtocolSpec class>>#newProtocolNamed:conformsToProtocolNames: 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgParmSpec 
[] in ProtocolSpec class>>#parametersFromList: 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec class>>#parametersFromList: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
ProtocolSpec class>>#protocolMsgReturnValueSpec 
optimized [] in ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
Array(ArrayedCollection)>>#collect: 
ProtocolSpec 
class>>#newMessagePattern:forProtocolNamed:synopsis:definedIn:definition:refinedIn:refinement:parameters:returnValues:errors:
 
UndefinedObject>>#executeStatements 
Loading AnsiInit.st 
Object: nil error: did not understand #classNamed: 
UndefinedObject(Object)>>#doesNotUnderstand: 
[] in ProtocolSpec 
class>>#wrkAssocProtocolNamed:toClassesNamed:isClassSideProtocol: 
Array(SequenceableCollection)>>#do: 
ProtocolSpec 
class>>#wrkAssocProtocolNamed:toClassesNamed:isClassSideProtocol: 
optimized [] in UndefinedObject>>#executeStatements 
Array(SequenceableCollection)>>#do: 
optimized [] in UndefinedObject>>#executeStatements 
[] in Dictionary>>#keysAndValuesDo: 
Dictionary(HashedCollection)>>#do: 
Dictionary>>#keysAndValuesDo: 
UndefinedObject>>#executeStatements 
make[2]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/tests' 
make  check-TESTS 
make[2]: Entering directory `/home/csrabak/Work/smalltalk-2.1.9/tests' 
PASS: arrays.st 
PASS: classes.st 
PASS: blocks.st 
PASS: sets.st 
PASS: processes.st 
PASS: exceptions.st 
PASS: intmath.st 
PASS: floatmath.st 
PASS: dates.st 
PASS: objects.st 
PASS: strings.st 
PASS: chars.st 
PASS: objdump.st 
PASS: delays.st 
PASS: geometry.st 
PASS: cobjects.st 
PASS: compiler.st 
PASS: fileext.st 
PASS: mutate.st 
PASS: ArrayANSITest 
PASS: ArrayFactoryANSITest 
PASS: BagANSITest 
PASS: BagFactoryANSITest 
PASS: BooleanANSITest 
PASS: ByteArrayANSITest 
PASS: ByteArrayFactoryANSITest 
PASS: CharacterANSITest 
PASS: CharacterFactoryANSITest 
PASS: DateAndTimeANSITest 
PASS: DateAndTimeFactoryANSITest 
PASS: DictionaryANSITest 
PASS: DictionaryFactoryANSITest 
PASS: DurationANSITest 
PASS: DurationFactoryANSITest 
PASS: DyadicValuableANSITest 
PASS: ErrorANSITest 
PASS: ErrorClassANSITest 
PASS: ExceptionANSITest 
PASS: ExceptionClassANSITest 
PASS: ExceptionSetANSITest 
PASS: FailedMessageANSITest 
PASS: FileStreamFactoryANSITest 
PASS: FloatANSITest 
PASS: FloatCharacterizationANSITest 
PASS: FractionANSITest 
PASS: FractionFactoryANSITest 
PASS: IdentityDictionaryANSITest 
PASS: IdentityDictionaryFactoryANSITest 
PASS: IntegerANSITest 
PASS: IntervalANSITest 
PASS: IntervalFactoryANSITest 
PASS: MessageNotUnderstoodANSITest 
PASS: MessageNotUnderstoodSelectorANSITest 
PASS: MonadicBlockANSITest 
PASS: NilANSITest 
PASS: NiladicBlockANSITest 
PASS: NotificationANSITest 
PASS: NotificationClassANSITest 
PASS: ObjectANSITest 
PASS: ObjectClassANSITest 
PASS: OrderedCollectionANSITest 
PASS: OrderedCollectionFactoryANSITest 
PASS: ReadFileStreamANSITest 
PASS: ReadStreamANSITest 
PASS: ReadStreamFactoryANSITest 
PASS: ReadWriteStreamANSITest 
PASS: ReadWriteStreamFactoryANSITest 
PASS: ScaledDecimalANSITest 
PASS: SelectorANSITest 
PASS: SetANSITest 
PASS: SetFactoryANSITest 
PASS: SortedCollectionANSITest 
PASS: SortedCollectionFactoryANSITest 
PASS: StringANSITest 
PASS: StringFactoryANSITest 
PASS: SymbolANSITest 
PASS: TranscriptANSITest 
PASS: WarningANSITest 
PASS: WarningClassANSITest 
PASS: WriteFileStreamANSITest 
PASS: WriteStreamANSITest 
PASS: WriteStreamFactoryANSITest 
PASS: ZeroDivideANSITest 
PASS: ZeroDivideFactoryANSITest 
=================== 
All 84 tests passed 
=================== 
make[2]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/tests' 
make[1]: Leaving directory `/home/csrabak/Work/smalltalk-2.1.9/tests' 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]