Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!milano!titan!janssen@titan.sw.mcc.com From: janssen@titan.sw.mcc.com (Bill Janssen) Newsgroups: comp.windows.x Subject: Re: CLX under Franz Allegro CommonLisp 3.0 Message-ID: <1123@titan.SW.MCC.COM> Date: 30 Aug 88 23:53:55 GMT References: <1102@titan.SW.MCC.COM> <8808292223.AA01138@sparky> Sender: janssen@titan.SW.MCC.COM Reply-To: janssen@titan.sw.mcc.com (Bill Janssen) Organization: MCC Software Technology Lines: 31 In-reply-to: jdi@sparky.UUCP (John Irwin) Thanks for the help. But about not needing any exclfasl.3.0.uu files... When I rebuild CLX from the X11R2 sources without "magic bits" I get the following error, which is why I figured I needed a Franz fasl: dribbling to file "/working/src/mit-clx/foo" LISP-IMPLEMENTATION-TYPE: Allegro CL LISP-IMPLEMENTATION-VERSION: 3.0.1 [sun3] (8/15/88 15:18) MACHINE-TYPE: Sun Microsystems MACHINE-VERSION: SOFTWARE-TYPE: SMI Unix SOFTWARE-VERSION: SHORT-SITE-NAME: foo.sw.mcc.com *features* is (:MULTIPROCESSING :DELI-SCT :DELI-SOURCE-CONTROL :UNIX :SUN3 :SUN :ALLEGRO :ALLEGRO-V3.0 :COMMON-LISP :EXCL :FRANZ-INC :GSGC) NIL 7 (setq display (xlib:open-display "foo" :display 0)) Error: attempt to call `EXCL::MAKE-BUFFERED-BYTE-STREAM' which is an undefined function. Restart actions (select using :continue): 0: prompt for a new function, instead of `EXCL::MAKE-BUFFERED-BYTE-STREAM'. [1c] 8 :zoom Evaluation stack: ->(CERROR "prompt for a new function, instead of `~s'." "attempt to call `~s' which is an undefined function." EXCL::MAKE-BUFFERED-BYTE-STREAM) (XLIB::OPEN-X-STREAM "foo" 0 NIL) (XLIB:OPEN-DISPLAY "foo" :DISPLAY 0) (SETQ DISPLAY (XLIB:OPEN-DISPLAY "foo" :DISPLAY 0)) (EVAL (SETQ DISPLAY (XLIB:OPEN-DISPLAY "foo" :DISPLAY 0))) (EXCL::START-REBORN-LISP) [1c] 9 (dribble) --