bug-prolog
[Top][All Lists]
Advanced

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

How could I make it


From: Bo Gu
Subject: How could I make it
Date: Sun, 4 Jun 2006 02:43:03 -0700

Hello guys:
 
I was making gprolog on FreeBSD 6.0 release which is ran under VMware under WindowsXP professional.
 
1 )
I typed these :
 
./configure
make
 
and there were some compile error. It seems these errors are caused by the functions declared in wam_inst.h and another header file which with FC between the right parentheses of their arguments list and the semicolon.such as
Bool  Get_Integer(long n , WamWord start_word) FC ;
 
I googled  this and found another version of these functions with FC between the return type and the function name.
Then I added "#define FC  "to these two files , and the errors disappeared.
 
2 )
I typed make again.
This time it complains that it can not find gplc.So I added TopComp to my path.
 
3 )
I typed make again.
This time it complains that it can not find pl2wam.So I added the directory contains pl2wam to my path.
 
4 ) I am here and wondering what to do next
when "gplc -c --fast-math fd2c.pl"it stopped responding.
I wonder how could I continue making
 
 
 
Does anyone know hoe could I do to make it?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]