>
>
> >From what you posted earlier, I think vcvarsall.bat should be in:
>
> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC
>
> for you.
>
> Getting this to work, can be a little bit of a pain.  But, once you get it
> to work, it is a big benefit.
>
>
OK, I took the bull by the horn and tried a few things out. I realised that
I have both Microsoft Visual Studio 10.0 and Microsoft Visual Studio 11.0
paths on the system (maybe a leftover from a previous Express
installation). In any case running vcvarsall.bat from the 11.0 version
gives no error messages, so I copied setenv.cmd from 10.0 into my own
directory and changed all 10.0 to 11.0 in there. I then created a new
cmd.exe shortcut to point to this version instead. And it starts up nicely.
Then I ran nmake using an makefile.win file with only one modification to
set OOSQLITE_BLD_LVL to something other than NONE and I now get the
following:

SVN_REV NONE
        cl /nologo /EHsc /O2 /Gr /Gs /Gy /FAs /Fabuild\release\ /MT /W3
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
/DOOSQLITE_VER_MAJOR=1
/DOOSQLITE_VER_MINOR=0 /DOOSQLITE_VER_LEVEL=0 /DOOSQLITE_VER_BUILD=1
/DOOSQLITE_VER_STRING="1.0.0.NONE"
/DOOSQLITE_COPYRIGHT_YEAR=\""2012-2012"\" /I s
rc\sqlite /DSQLITE_ENABLE_COLUMN_METADATA /DSQLITE_ENABLE_MEMORY_MANAGEMENT
/DSQLITE_HAS_CODEC=1 /D:_X86_ /DWIN32 /DNDEBUG /DNULL=0 /c /Fo.\build\rele
ase\ src\sqlite\sqlite3.c
sqlite3.c
c:\program files\microsoft sdks\windows\v7.1\include\sal_supp.h(57) :
warning C4005: '__useHeader' : macro redefinition
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\sal.h(2864) : see previous definition of '__useHeader'
c:\program files\microsoft sdks\windows\v7.1\include\specstrings_supp.h(77)
: warning C4005: '__on_failure' : macro redefinition
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\sal.h(2865) : see previous definition of '__on_failure'
        cl /nologo /EHsc /O2 /Gr /Gs /Gy /FAs /Fabuild\release\ /MT /W3
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
/DOOSQLITE_VER_MAJOR=1
/DOOSQLITE_VER_MINOR=0 /DOOSQLITE_VER_LEVEL=0 /DOOSQLITE_VER_BUILD=1
/DOOSQLITE_VER_STRING="1.0.0.NONE"
/DOOSQLITE_COPYRIGHT_YEAR=\""2012-2012"\" /I s
rc\sqlite /DSQLITE_ENABLE_COLUMN_METADATA /DSQLITE_ENABLE_MEMORY_MANAGEMENT
/DSQLITE_HAS_CODEC=1 /D:_X86_ /DWIN32 /DNDEBUG /DNULL=0 /c /Fo.\build\rele
ase\ src\ooSQLite.cpp
ooSQLite.cpp
c:\program files\microsoft sdks\windows\v7.1\include\sal_supp.h(57) :
warning C4005: '__useHeader' : macro redefinition
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\sal.h(2864) : see previous definition of '__useHeader'
c:\program files\microsoft sdks\windows\v7.1\include\specstrings_supp.h(77)
: warning C4005: '__on_failure' : macro redefinition
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\sal.h(2865) : see previous definition of '__on_failure'
        cl /nologo /EHsc /O2 /Gr /Gs /Gy /FAs /Fabuild\release\ /MT /W3
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
/DOOSQLITE_VER_MAJOR=1
/DOOSQLITE_VER_MINOR=0 /DOOSQLITE_VER_LEVEL=0 /DOOSQLITE_VER_BUILD=1
/DOOSQLITE_VER_STRING="1.0.0.NONE"
/DOOSQLITE_COPYRIGHT_YEAR=\""2012-2012"\" /I s
rc\sqlite /DSQLITE_ENABLE_COLUMN_METADATA /DSQLITE_ENABLE_MEMORY_MANAGEMENT
/DSQLITE_HAS_CODEC=1 /D:_X86_ /DWIN32 /DNDEBUG /DNULL=0 /c /Fo.\build\rele
ase\ src\APICommon.cpp
APICommon.cpp
c:\program files\microsoft sdks\windows\v7.1\include\sal_supp.h(57) :
warning C4005: '__useHeader' : macro redefinition
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\sal.h(2864) : see previous definition of '__useHeader'
c:\program files\microsoft sdks\windows\v7.1\include\specstrings_supp.h(77)
: warning C4005: '__on_failure' : macro redefinition
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\sal.h(2865) : see previous definition of '__on_failure'
        cl /nologo /EHsc /O2 /Gr /Gs /Gy /FAs /Fabuild\release\ /MT /W3
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
/DOOSQLITE_VER_MAJOR=1
/DOOSQLITE_VER_MINOR=0 /DOOSQLITE_VER_LEVEL=0 /DOOSQLITE_VER_BUILD=1
/DOOSQLITE_VER_STRING="1.0.0.NONE"
/DOOSQLITE_COPYRIGHT_YEAR=\""2012-2012"\" /I s
rc\sqlite /DSQLITE_ENABLE_COLUMN_METADATA /DSQLITE_ENABLE_MEMORY_MANAGEMENT
/DSQLITE_HAS_CODEC=1 /D:_X86_ /DWIN32 /DNDEBUG /DNULL=0 /c /Fo.\build\rele
ase\ src\sqlite\codec.cpp
codec.cpp
        cl /nologo /EHs /O2 /Gr /Gs /Gy /FAs /Fabuild\release\ /MT /W3
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
/DOOSQLITE_VER_MAJOR=1 /
DOOSQLITE_VER_MINOR=0 /DOOSQLITE_VER_LEVEL=0 /DOOSQLITE_VER_BUILD=1
/DOOSQLITE_VER_STRING="1.0.0.NONE"
/DOOSQLITE_COPYRIGHT_YEAR=\""2012-2012"\" /I sr
c\sqlite /DSQLITE_ENABLE_COLUMN_METADATA /DSQLITE_ENABLE_MEMORY_MANAGEMENT
/DSQLITE_HAS_CODEC=1 /DNOMINMAX /D:_X86_ /DWIN32 /DNDEBUG /DNULL=0 /c /Fo.\
build\release\ src\sqlite\botan_all.cpp
botan_all.cpp
src\sqlite\botan_all.cpp(984) : warning C4163: '_umul128' : not available
as an intrinsic function
src\sqlite\botan_all.cpp(996) : error C3861: '_umul128': identifier not
found
src\sqlite\botan_all.cpp(1011) : error C3861: '_umul128': identifier not
found
src\sqlite\botan_all.cpp(3079) : error C2664: 'std::make_pair' : cannot
convert parameter 1 from 'const Botan::byte [2]' to 'const unsigned char
*&&'
        You cannot bind an lvalue to an rvalue reference
src\sqlite\botan_all.cpp(3096) : error C2664: 'std::make_pair' : cannot
convert parameter 1 from 'const Botan::byte [2]' to 'const unsigned char
*&&'
        You cannot bind an lvalue to an rvalue reference
c:\program files\microsoft sdks\windows\v7.1\include\sal_supp.h(57) :
warning C4005: '__useHeader' : macro redefinition
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\sal.h(2864) : see previous definition of '__useHeader'
c:\program files\microsoft sdks\windows\v7.1\include\specstrings_supp.h(77)
: warning C4005: '__on_failure' : macro redefinition
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\sal.h(2865) : see previous definition of '__on_failure'
src\sqlite\botan_all.cpp(22021) : warning C4244: 'initializing' :
conversion from 'std::streamsize' to 'size_t', possible loss of data
src\sqlite\botan_all.cpp(22042) : warning C4244: '=' : conversion from
'std::streamsize' to 'size_t', possible loss of data
src\sqlite\botan_all.cpp(22050) : warning C4244: '=' : conversion from
'std::streamsize' to 'size_t', possible loss of data
src\sqlite\botan_all.cpp(24274) : warning C4244: 'argument' : conversion
from 'std::streamsize' to 'size_t', possible loss of data
src\sqlite\botan_all.cpp(36031) : warning C4244: '=' : conversion from
'Botan::word' to 'Botan::u32bit', possible loss of data
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\Bin\cl.EXE"' : return code '0x2'
Stop.

Apart from the already identified problems in botan the rest seem to be
warning messages so maybe this is a beginning :-/

Staffan
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to