[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quintus to Gnu Prolog conversion
From: |
pauline . kra |
Subject: |
Re: Quintus to Gnu Prolog conversion |
Date: |
Mon, 28 Apr 2008 11:00:36 -0400 (EDT) |
Dear Tierry,
Many thanks for your suggestion. The result is below:
C:\RAPPORT\gnutesting>gplc -v lexsemact.pl
Prolog compiler (GNU Prolog) 1.3.0
By Daniel Diaz
Copyright (C) 1999-2007 Daniel Diaz
GNU Prolog comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Prolog
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
Path used: c:\gnu-prolog
*** Compiling
--- file: lexsemact.pl
pl2wam -o C:\Documents and Settings\pauline\Local Settings\Temp\gplc2.wam
lexsem
act.pl
input file already specified (and)
compilation failed
deleting temporary files before exit
delete C:\Documents and Settings\pauline\Local Settings\Temp\gplc2.wam
C:\RAPPORT\gnutesting>gplc -v prep530.pl
Prolog compiler (GNU Prolog) 1.3.0
By Daniel Diaz
Copyright (C) 1999-2007 Daniel Diaz
GNU Prolog comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Prolog
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
Path used: c:\gnu-prolog
*** Compiling
--- file: prep530.pl
pl2wam -o C:\Documents and Settings\pauline\Local Settings\Temp\gplc2.wam
prep53
0.pl
input file already specified (and)
compilation failed
deleting temporary files before exit
delete C:\Documents and Settings\pauline\Local Settings\Temp\gplc2.wam
Pauline
On Thu, 24 Apr 2008, Thierry Martinez wrote:
Pauline Kra:
C:\RAPPORT\gnutesting>gplc prep530.pl
input file already specified (and)
compilation failed
C:\RAPPORT\gnutesting>gplc lexsemact.pl
input file already specified (and)
compilation failed
You can try "gplc -v prep530.pl" and "gplc -v lexsemact.pl" instead.
Perhaps the output of these two commands may help us to understand
this error.
--
Thierry.
- Quintus to Gnu Prolog conversion, Pauline Kra, 2008/04/23
- Re: Quintus to Gnu Prolog conversion, Thierry Martinez, 2008/04/23
- Message not available
- Re: Quintus to Gnu Prolog conversion, Thierry Martinez, 2008/04/24
- Re: Quintus to Gnu Prolog conversion,
pauline . kra <=
- Re: Quintus to Gnu Prolog conversion, Thierry Martinez, 2008/04/28
- Re: Quintus to Gnu Prolog conversion, pauline . kra, 2008/04/28
- Re: Quintus to Gnu Prolog conversion, Thierry Martinez, 2008/04/29
- Re: Quintus to Gnu Prolog conversion, pauline . kra, 2008/04/30
- Re: Quintus to Gnu Prolog conversion, pauline . kra, 2008/04/28
Re: Quintus to Gnu Prolog conversion, Sylvain Soliman, 2008/04/23