Well, at the top of the makefile, it says
# Simple Jess Makefile, for a unix-like environment. Will need a bit
# of hacking to work with nmake on Win32. Use CygWin instead!
but you're showing an NMAKE error message below. This comment pretty
much answers your question, doesn't it? NMAKE doesn't like forward
slashes in path names, and you may have to make other changes, as
well. You may also be having CLASSPATH issues.
As far as errors using Cygwin, cygwin and Jikes together are a great
build environment, and that's what I used myself when I used to
develop Jess on Windows; so whatever errors you had there were
probably fixable, as well.
I think yao peng wrote:
> Hi,
> I am trying to use Jess to implement a simple
> multi-agent system and now I have some installation
> problem.
> I use MS Visual C++ 6.0 to compile the makefile
> because serveral failure experience with Cynwin. The
> execution result is error meg:
> d:/jikes/jikes.exe +D jess/Rete.java
> NMAKE : fatal error U1073: don't know how to make
> 'jess/ReteCompiler.class'
> Stop.
> Error executing nmake.
>
> makefile.exe - 1 error(s), 0 warning(s)
>
> I wonder if this erros is related with Jike and if I
> have to use Jike as Java compiler. If not necessary,
> do I need to edit the makefile before compile?
>
> =====
> Thank you
> Best Regards,
> Sincerely Yours,
> Peng Yao
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
> in the BODY of a message to [EMAIL PROTECTED], NOT to the
> list (use your own address!) List problems? Notify [EMAIL PROTECTED]
> ---------------------------------------------------------------------
>
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
Org. 8920, MS 9012 [EMAIL PROTECTED]
PO Box 969 http://herzberg.ca.sandia.gov
Livermore, CA 94550
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------