>
>
> To build, cd to the root directory where you checked out the code into.
> The nmake command is: nmake /NOLOGO /F Makefile.win
>
>
Thanks for this Mark. Unfortunately nothing works as one hopes. I've had to
implement the following changes to the makefile:
- added ;C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\crt\src to
the INCLUDE = statement in order to find intrin.h
- added OOSQLITE_BLD_LVL = 1 because the default value NONE causes compile
errors
But now I get this and I'm not sure what to do with it:
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(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
10.0\VC\Bin\cl.EXE"' : return code '0x2'
I have MS Visual Studio Express 2012 for Windows Desktop and MS Windows SDK
for Windows 7 (7.1) installed and use a shortcut as suggested by Hakan in
an earlier discussion with the following values:
Target: C:\Windows\System32\cmd.exe /E:ON /V:ON /T:0E /K "C:\Program
Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /release /win7 /x86
Start in: C:\MinGW64\msys\home\Staffan\oorexx\ooSQLite
i.e. I'm trying to create a 32bit version, as I'm still partly depending on
RexxSQL, which is 32bit, so I cannot yet run ooRexx 64bit.
I'm sure you have a cure for this ;)
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