Re: Quintus to Gnu Prolog conversion
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Message-ID | <[email protected]> |
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. >