But is the makefile available for compiling in windows? I tried nmake Makefile.in and it returns an error for an illegal carachter. Tom
On 4/22/07, Mikael Zayenz Lagerkvist <[EMAIL PROTECTED]> wrote:
On 4/22/07, Tommaso Bianco <[EMAIL PROTECTED]> wrote: > the problem is that I don't have any dll installed-compiled for GecodeJ, but > just for Gecode (added to the system environment variable Path) > The compilation of GecodeJ by mean of ant, builds a jar. But no dll. How can > I resolve this problem? The ant build-file is just for compiling the Java files. For compiling Gecode/J you should use the Makefile instead. It will in turn also invoke ant to compile the Java-files. Cheers, Mikael -- Mikael Zayenz Lagerkvist, http://www.ict.kth.se/~zayenz/<http://www.ict.kth.se/%7Ezayenz/>
_______________________________________________ Gecode users mailing list [EMAIL PROTECTED] https://www.gecode.org/mailman/listinfo/gecode-users
