[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Re: Re: Can not build for Windows NT ]
Hello Derek:
I performed the steps as described in "Building the Open Vxi and Reference Clients":
1)Download and install Xerces binary dist.
2)Download and install NSPR binary dist.
3)Download and install SpiderMonkey src dist.
4)Fix SpiderMonkey Makefile-ts_js.mak for threadsafe.
5)Run Nmake for Windows NT:
C:\OpenVXI>nmake -f Makefile.NT release
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
copy .\Xerces\xerces-c_1_2_0-win32\bin\xerces-c_1_2.dll .\bin\Release
1 file(s) copied.
copy .\Xerces\xerces-c_1_2_0-win32\lib\xerces-c_1.lib .\lib\Release
1 file(s) copied.
nmake -f Makefile.NT js-rel
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cd .\JavaScriptEngine\SpiderMonkey/js/src
nmake -f ts_js.mak CFG="js - Win32 Release"
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
NMAKE / /F ".\js.mak" CFG="fdlibm - Win32 Release"
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl.exe /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "
_IEEE_LIBM" /Fp".\Release/fdlibm.pch" /YX /Fo".\Release/" /c .\fdlibm\k_standard
..c
k_standard.c
..\fdlibm\k_standard.c(61) : fatal error C1034: stdio.h: no include path set
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.
1. Do I need to modify the ts_js.mak to specify the location of standard header files such as stdio.h? I thought the file can used as is.
2. I am not going to use javascript in my vxml pages. Can I just skip the javaScript part-step4?
Thanks,
Steve
swang@tems.com
Original Message:
>From: Derek Seabury <Derek.Seabury@speechworks.com>
>To: Open VXI discussion list <vxi-discuss@speechinfo.org>
>Subject: Re: Can not build for Windows NT
>Date: 03/07/01 09:45:37
>Steve -
> How did you try to build? Can you give specific error messages? Did you download the Xerces and SpiderMonkey packages as described in the build instructions?
>
> The makefiles may be for Linux, but the Makefile.NT files are designed for Microsoft's nmake and should work fine.
>
>As a note to Emma, you should not need Administrator privileges to build on NT, nor should you need root access to build in Unix. If you found otherwise it may be an issue with your configuration that prevents you from compiling at all.
>
>Derek
>
>swang@tems.com wrote:
>
>> Hello all:
>> This is a test message for the discussion group. If you see this message please reply. This is also a request for help. I downloaded the source code and tried to build under the Windows NT platform. I tried both OpenVxi and OpenVxi_1_3 and no success. Checking the makefiles, I found out the makefiles are for Linux. Has anybody successfully built the open source VXI for Windows NT? Please share your experience.
>> Thanks,
>> Steve
>
>--
>S. Derek Seabury
>Marketing Manager, Emerging Technologies
>SpeechWorks International
>Derek.Seabury@SpeechWorks.com
>(617)428-4444
>
>