From jan@swi.psy.uva.nl  Thu Mar 16 10:40:32 2000
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id KAA07031;
	Thu, 16 Mar 2000 10:40:32 +0100 (MET)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id KAA28434;
	Thu, 16 Mar 2000 10:40:29 +0100
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: Veit Reuer <vreuer@compling.hu-berlin.de>
Subject: Re: tables package
Date: Thu, 16 Mar 2000 10:37:03 +0100
X-Mailer: KMail [version 1.0.28]
Content-Type: text/plain
References: <Pine.SUN.3.91.1000315175034.14754A-100000@zeus>
In-Reply-To: <Pine.SUN.3.91.1000315175034.14754A-100000@zeus>
Cc: prolog@gollem.swi.psy.uva.nl
MIME-Version: 1.0
Message-Id: <00031610402901.27181@gollem>
Content-Transfer-Encoding: 8bit

On Wed, 15 Mar 2000, Veit Reuer wrote:
>Hi,
>
>I find the tables package very interesting and would like to use it. 
>Unfortunately I do not know much about C.
>If I download the file and try to compile it, it complains about not 
>finding SWI-Prolog.h.
>Do I have to download all the source-code of Prolog and then compile it?
>
>I would like a version for WIN95 but I do not have a C-compiler for it 
>(only on a Linux-machine).

I uploaded the current version, which comes with the usual GNU
configure; make; make install

The web-page now also holds a pointer to table.dll.  Just copy this to
the bin-directory of your SWI-Prolog and the .pl files from the lib
directory of the sources to the SWI-Prolog library directory, run
prolog and type ?- make. to update the library index.

On the Unix version all this is done by make install.

	Regards --- Jan

