Martin,

A few things :

1) I've finally reverted the 'rename' -> 'ren' stuff to be 'ren'->'rename' again, although I'm not clear why one is better than the other one... 2) I don't know why you get this build error. Looking at the very first lines of /makefile.vc, it seems that the VB6 support code should not be compiled. You could try to remove those lines in your local tree and see what happens, although I'd think that for some reason MSVC_VER=1500 is not set as you would like. 3) I've done a few commits to enable Win32 support of the VFK driver and the tests pass :-) 4) I've changed the configure.in logic to enable it on Unix platforms by default. I saw no reason for not enabling it by default as there are no external dependencies. 5) We have reverted your regeneration of configure done with autconf 2.65 to re-update it with autoconf 2.61, which is the current "official" version of the GDAL project for updating autoconf from autoconf.in. If you need to update it in the future, please do it with that one (well, look at the comment in the header of current configure to check that this is still the current version ;-)) 6) I've created ticket http://trac.osgeo.org/gdal/ticket/3314 with a few errors detected by Valgrind

Best regards,

Even
Hi,

2010/1/7 Even Rouault <[email protected]>:
The error about 'ren' might be caused by my yesterday commit
http://trac.osgeo.org/gdal/changeset/18448 that changed 'rename' to 'ren'. If
you revert it in your local tree (change ren to rename in
frmts/jpeg/libjpeg12/makefile.vc ), does it help going on further ? If so,
please notify me and I'll commit the revert changeset.

yes, it helped. Unfortunately building process failed with

vb6_support.cpp
vb6_support.cpp(35) : fatal error C1083: Cannot open include file:
'atlbase.h': No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\bin\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\bin\nmake.EXE"' : return code '0x2'
Stop.

even I set up

MSVC_VER=1500

in nmake.opt.

Martin



_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to