On Mon, Oct 22, 2012 at 3:55 AM, Staffan Tylen <staffan.ty...@gmail.com>wrote:
>
>> 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.
Well, I wouldn't say *nothing* works as one hopes. It mostly *all* works
except for a few problems. ;-)
> 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
>
You definitely shouldn't need to do that. On my system it is in:
Directory of c:\Tools\VisualStudio.10.0\VC\include
01/18/2011 10:02 PM 90,516 intrin.h
I would think you do not have the build environment set correctly, but if
so, you would have a lot more errors than not being able to find intrin.h.
What do you have if you type "set include" on the command line from the
console window you are building in?
c:\Tools\VisualStudio.10.0\VC\include>set include
INCLUDE=c:\Tools\VisualStudio.10.0\VC\INCLUDE;C:\Tools\Microsoft.SDKs\v7.1\INCLUDE;C:\Tools\Microsoft.SDKs\v7.1\
INCLUDE\gl;c:\Tools\VisualStudio.10.0\VC\ATLMFC\INCLUDE;
> - added OOSQLITE_BLD_LVL = 1 because the default value NONE causes compile
> errors
>
Apparently TortoiseSVN does not have a command line 'svn info' which the
make file uses to get the current svn revision number. You could install
the svn command line client. Which I think is a lot easier to work with
than TortoiseSVN. But then again, more people seem to prefer TortoiseSVN.
I'll fix the build so that it will work if there is no svn info available.
This is the only real problem:
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
>
This comes because I configured botan for a 64-bit build. I can fix this,
but it may have to wait until this weekend. Normally I'd just put a 32-bit
build on SourceForge for you, but that also has to wait until this weekend.
--
Mark Miesfeld
------------------------------------------------------------------------------
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