Newbie trying to print to a network printer --> segfault
Libby McCord <[email protected]> Thu, 17 May 2007 02:27:20 +0000 (UTC)
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
I've recently installed ACL 8.0 on windows, loaded all the patches, and am learning with tutorials etc. I'd like to be able to print some source from my editor window, but I get a segmentation violation when I try to print using File->print ... or cntrl-P. (The printer works fine from other programs, and I have tried different projects and no projects loaded.) Any ideas why this might happen? This was yanked from my debug window: CG version 1.81 / IDE version 1.80 Loaded options from C:\Documents and Settings\Libby\My Documents\allegro-prefs.cl. ;; Optimization settings: safety 1, space 1, speed 1, debug 2. ;; For a complete description of all compiler switches given the current optimization settings evaluate ;; (explain-compiler-settings). ;;--- ;; Current reader case mode: :case-sensitive-lower [changing package from "common-lisp-user" to "common-graphics-user"] cg-user(1): Error: Received signal number 11 (Segmentation violation) [condition type: synchronous-operating-system-signal] ... cg-user(2): (proclaim '(optimize (speed 2) (safety 3) (space 1) (debug 3))) t cg-user(3): Error: Received signal number 11 (Segmentation violation) [condition type: synchronous-operating-system-signal] Thanks, Libby