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

How do you use SCT (:type :text) files?



    Date: Wed, 27 Jul 88 15:12 EDT
    From: SWM@SAPSUCKER.SCRC.Symbolics.COM (Scott McKay)

	Date: Wed, 27 Jul 88 14:21:24 EDT
	From: barr@pineapple.bbn.com (Hunter Barr)

	I included a (:type :text) module in some of my systems.  This is
	helpful because I want the Compile System command to check for it on
	disk, and I want it to go out when I distribute the system.  But the
	SCT insists on warning me that the file is not loaded.  Can I supress
	this warning?  If I understand the documentation right, the SCT should
	know that (:type :text) files are never loaded, and that it should
	just verify that they exist on disk.

    How about a bug-report banner?  I can't be of any help without one.

1In Symbolics 3645 Zwei in Genera 7.2, Experimental Logical Pathnames Translation Files NEWEST, Metering Substrate 26.7, Metering 11.2, IP-TCP 67.5,
DNA 41.7, Joshua 85.0, Joshua Documentation 19.0, Jericho 63.0, Jericho Documentation 2.0, Joshua Metering 5.0, Experimental Call Report Manager 76,
Experimental Bogus 2.0, Fortran 19.3, Fortran Runtime 18.0, Compiler Tools Package 11.0, Compiler Tools Runtime 21.1, Fortran Package 5.0,
Compiler Tools Development 35.2, Compiler Tools Debugger 14.3, Fortran Doc 12.1, microcode 3645-FPA-MIC 420, FEP 127, fep0:>v127-lisp.flod(64),
fep0:>v127-loaders.flod(64), fep0:>v127-tests.flod(64), fep0:>v127-debug.flod(34), fep0:>v127-info.flod(64), Machine serial number 10167
on Symbolics 3645 #10167 (Barnabas Collins):
Warm booted from: Dynamic Lisp Listener 1.

0;;; -*- Mode: LISP; Syntax: Common-lisp; Package: USER; Base: 10 -*-

(defsystem bogus
    (:default-pathname "bogus: bogus;"
     :default-module-type :lisp)
  (:module doc ("doc") (:type :text))
  (:module doc-2 ("doc-2") (:type :text-data))
  (:serial "bogus" doc doc-2))

--------------------------------------------------------------------------------

Command: Compile System (a system [default Bogus]) Bogus


Initializing system Bogus version Newest
Created VTX:>Mfreeman>bogus>bogus>patch>bogus-2.
Bogus version 2 created
Warning: Loaded version of BOGUS:BOGUS;DOC.TEXT.NEWEST unknown, looking in the file system
Warning: Loaded version of BOGUS:BOGUS;DOC-2.TEXT.NEWEST unknown,
looking in the file system