Steven Villegas wrote:
> I'm trying to compile Gecode 3.4.0 in Windows 7 with Cygwin. I followed the 
> instructions in “Modeling and Programming with Gecode”  in order to 
> configureCygwin with Microsoft Visual C++ 2010 express. When I run make 
> command, I get the error:
>  
> Tools/flatzinc/fz.exe.manifest : general error c10100070:  Failed to load and 
> parse the manifest. System cannot find the specified file.
> make[1]: *** [tools/flatzinc/fz.exe] Error 31
> make: *** [compilelib] Error 2
>  
> that show the image.
>  
> Any hints??

The problem ist that with Visual C++ 2010 we shouldn't use the manifest tool 
any longer. We try to detect that when we run configure, but in your case, that 
test seems to have gone wrong.
Could you please send me the output of running cl.exe on the command line 
without any arguments?

Cheers,
        Guido

-- 
Guido Tack, http://people.cs.kuleuven.be/~guido.tack/




_______________________________________________
Gecode users mailing list
[email protected]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to