Robert Brisita wrote:
>
> Some problems I have had was:
> Compiler options /ZI /Zi are incompatible together, one or the other but
> not both.
> Compiler option /G6 is deprecated use /G instead for the release build.
>
> I believe the problem you are having is in the lib/makefile.vc and
> examples/makefile.vc.
> What I found was that backslashes had to be doubled and when referencing
> a variable in the
> makefile I had to surround the variable in quotes. Without the quotes
> the makefile would put debug and the file it was creating together:
> debugcoldata.obj
Ultimately, the solution to both of these problems is to move back to
VC++ project files instead of GNU make. Would you please consider
trying the Bakefile branch I posted about on Friday?