Mark, I just tried compiling ooSQLite again as I found there was an update
to the makefile, but only to discover the same problem that I reported
before (see below) which we never discussed. However I searched the web and
found this:

http://connect.microsoft.com/VisualStudio/feedback/details/691756/std-make-pair-error-in-vc11

So it seems like this issue was introduced with VC11 because VC11 corrects
an old problem in the earlier compilers. As this affects botan only, will
this be reported to them or will you fix this locally? I'm not in a need
for a fix personally, it's more a general question how it will/should be
handled.

Thanks,
Staffan


Copying x86 Botan files
>         1 archivo(s) copiado(s).
>         1 archivo(s) copiado(s).
>         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
>         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
>         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
>         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 /wd4244
> /wd4267 /W3 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /DOOSQLI
> TE_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=\""20
> 12-2012"\" /I src\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(3459) : 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(3476) : 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
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
> Studio 11.0\VC\BIN\cl.EXE"' : return code '0x2'
> Stop.
>
>
------------------------------------------------------------------------------
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to