From: Laszlo Teleki
Subject: Help with using AKCL
Date: 
Message-ID: <2b54gt$mhu@news.rhrz.uni-bonn.de>
Hi,

I have a problem and as I am not a LISP user  I need your help.

I have a program written in ALLEGRO Common LISP where I have statements like

(if (not (find-package 'kris))
    (defpackage KRIS
      (:nicknames KRIS)           ;;;statt (:prefix-name KRIS)
      (:use cl)))                 ;;;statt (:use scl)

and 

(require "loop")

The error message is in the first case

Error: The function DEFPACKAGE is undefined

and in the second, that he can't open the file loop.

I used allready akcl for compiling (or interpreting , I don't know) a big program named SEQUEL,
so some parts of it works well.

I'am grateful for any help

Sincerely
Laszlo Teleki

=======================================================================
			    Laszlo Teleki
		    Institut fuer Photogrammetrie
			     Nussallee 15
			D-53115 Bonn, Germany
								      
		       Tel.: +49-(0)228-732721
		       Fax:  +49-(0)228-732712
	      ····················@ipb1.ipb.uni-bonn.de
	      ·············@uran.informatik.uni-bonn.de
=======================================================================