search for: u1077

Displaying 20 results from an estimated 29 matches for "u1077".

Did you mean: 1077
2013 Aug 24
4
[LLVMdev] Building LLVM 3.3 on Win64
...Microsoft (R) Macro Assembler (x64) Version 11.00.51106.1 Copyright (C) Microsoft Corporation. All rights reserved. MASM : warning A4018:invalid command-line option : /llvm-3.3.src/lib/Target/X86/X86CompilationCallback_Win64.asm MASM : fatal error A1017:missing source filename NMAKE : fatal error U1077: 'echo' : return code '0x1' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\...
2013 Aug 26
1
[LLVMdev] Building LLVM 3.3 on Win64
...aybe not? I just tried it again in the exact same configuration that did work before, and this time it fails at an earlier stage with a different error: [ 66%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16FrameLowering.cpp.obj Mips16FrameLowering.cpp NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~2.0\VC\bin\cl.exe' : return code '0xffffffff' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x8...
2013 Aug 26
0
[LLVMdev] Building LLVM 3.3 on Win64
...(x64) Version 11.00.51106.1 > Copyright (C) Microsoft Corporation. All rights reserved. > > MASM : warning A4018:invalid command-line option : > /llvm-3.3.src/lib/Target/X86/X86CompilationCallback_Win64.asm > MASM : fatal error A1017:missing source filename > NMAKE : fatal error U1077: 'echo' : return code '0x1' > Stop. > NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual > Studio 11.0\VC\BIN\nmake.exe"' : return code '0x2' > Stop. > NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft V...
2013 Aug 26
0
[LLVMdev] Building LLVM 3.3 on Win64
...(x64) Version 11.00.51106.1 > Copyright (C) Microsoft Corporation. All rights reserved. > > MASM : warning A4018:invalid command-line option : > /llvm-3.3.src/lib/Target/X86/X86CompilationCallback_Win64.asm > MASM : fatal error A1017:missing source filename > NMAKE : fatal error U1077: 'echo' : return code '0x1' > Stop. > NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual > Studio 11.0\VC\BIN\nmake.exe"' : return code '0x2' > Stop. > NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft V...
2011 Jan 01
1
[LLVMdev] "nmake check" doesn't work for MSVC
...t\TestingConfig.py", line 44, in frompath > exec f in cfg_globals > File "M:/Development/Source/LLVM/test/lit.cfg", line 147, in <module> > site_exp[sub].replace('-fno-exceptions', ''))) >KeyError: 'compile_cxx' >NMAKE : fatal error U1077: 'M:\Development\utils\Python\python.exe' : return code '0x1' >Stop. >NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\nmake.exe"' : return code '0x2' >Stop. >NMAKE : fatal error U1077: '"C:\...
2008 Jun 04
3
Ruby 1.8.7
...e to build Ruby 1.8.7 from source on Windows? I get this when I run configure: C:\>win32\configure.bat find: =: No such file or directory Creating Makefile Creating Makefile(6) : fatal error C1085: Cannot write compiler generated file: '''': Invalid argument NMAKE : fatal error U1077: ''cl'' : return code ''0x1'' Stop. Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication...
2008 Jun 25
3
[OT] Byacc error
...r, when I changed all instances of "Ruby" to "Sapphire", and renamed all the source files, I suddenly started getting this error: byacc ./parse.y ''byacc'' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: ''byacc'' : return code ''0x1'' Stop. Does anyone have any idea what would cause that? Here''s the code I used: # rename.rb require ''fileutils'' Dir[''sapphire/**/*''].each{ |file| # Skip directories next unless Fil...
2006 Aug 22
4
Native Extensions on Windows 0.10 series
...mmand line with nmake from VC7 in the path this is what I get: Attempting remote update of ferret Building native extensions. This could take a while... Microsoft (R) Program Maintenance Utility, Version 7.10.3077 Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten. NMAKE : fatal error U1077: ''cl'': R?ckgabe-Code ''0x2'' Stop. Microsoft (R) Program Maintenance Utility, Version 7.10.3077 Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten. NMAKE : fatal error U1077: ''cl'': R?ckgabe-Code ''0x2'' Stop. Microsoft...
2010 Jun 01
1
problem for compiling xapian in windows xp
...n-core-1.2.0 E:\Xapian\xapian-core-1.2.0>cd win32 E:\Xapian\xapian-core-1.2.0\win32>nmake Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. Building Xapian on Win32 if not exist exit(1) NMAKE : fatal error U1077: 'if' : return code '0x1' Stop. E:\Xapian\xapian-core-1.2.0\win32> Please give some hint, thanks a lot. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20100601/1c450747/attachment-0...
2009 May 14
1
(no subject)
...p on my Vista box with a fresh download of ruby-1.8.6-p114: pack.c(1926) : warning C4018: ''>'' : signed/unsigned mismatch byacc ./parse.y ''byacc'' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: ''byacc'' : return code ''0x1'' Stop. I don''t have byacc installed, but I recall that this only happens if parse.y and parse.c don''t have the same timestamp. But, I haven''t touched either and it looks like they do have the same timestamp....
2004 May 24
1
Cannot call R's ISNAN() from a C code in >1.7 versions.
...ed well until I upgraded my R from 1.7 to later versions. When I tried to compile the codes in the version 1.8 and 1.9, I got error messages like this: test.obj : error LNK2001: unresolved external symbol _isnan .\testR.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: 'link.exe' : return code '0x460' Stop. I checked "Writing R Extensions" and did not find any changes in the API entry point for ISNAN in the later versions. Could any one enlighten me on why _isnan cannot be resolved? The compiler I used is MSVC++ 6.0 and the platform...
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
...llocator @D at 2@@std@@_N at Z) libchert.lib(chert_table.obj) : error LNK2001: unresolved external symbol _inflate libflint.lib(flint_table.obj) : error LNK2001: unresolved external symbol _inflate ..\win32\Release\xapian-compact.exe : fatal error LNK1120: 8 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.exe"' : return code '0x460' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.EXE"' : return code '0x2' Stop. //-----------------...
2009 Sep 15
1
can´t build ruby bindings with msvc (xapian 1.1.2)
...y SWIG? does someone know what i could do or try to get it working? any help would be real nice. PS i?ve also tried revision 13512 from http://oligarchy.co.uk/xapian/trunk/, gave me (after some warnings)the error ...\_xapian.so : fatal error LNK 1120: 1 unresolved externals. NMAKE : fatal error U1077: ""D:\Programme\Microsoft Visual Studio 9.0\VC\BIN\lin k.exe"": return code "0x460" Stop. PPS i?ve send another email earlier this day, but neither did i get an acknowledgement mail nor does it appear in the archive. maybe the subject was too long?
2009 Oct 22
2
Reliability issues when using Windows 7
...t our company we are using Samba 4.3.2 in conjunction with Windows 7. We use the Windows 7 machines for our nightly compiles. However, occasionally the schedules compiles stop with a Windows network error message, such as: . . . [ 16%] Generating ui/moc_versiondialog.cxx [ 16%] NMAKE : fatal error U1077: 'R:\usr\20091022\121890\release\win\bin\cmake.exe' : return code '0xc00000c3' Stop. This error code (STATUS_INVALID_NETWORK_RESPONSE) tells me that something appears to be wrong with the communication of the Windows 7 machine from/to the Samba server. Interestingly, this error...
2015 Jan 03
3
Xapian-discuss Digest, Vol 127, Issue 1
...; <CAPHaz= > CopHLo2g5HJyVXABstJjVg5xf_uKTRTpLa2_swE9vsoA at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hello this is Richhiey. I am new to Xapian and I tried to build Xapian on > windows using Visual C++ Express 2010. > But it gives me fatal error U1077 : 'cl.exe' : return code '0x2' > I read that this signifies a compilation error while dependencies were > being checked but am not able to understand how to tackle this. Can someone > help me out? > > > ------------------------------ > > Subject: Digest Foote...
2008 Feb 28
2
Can't get xapian-core 1.05 to build under windows xp
...e name .\getopt.cc(168) : error C2873: 'strchr' : symbol cannot be used in a using-declaration .\getopt.cc(171) : error C2653: 'std' : is not a class or namespace name .\getopt.cc(171) : error C2873: 'getenv' : symbol cannot be used in a using-declaration NMAKE : fatal error U1077: 'cl.exe' : return code '0x2' Stop. NMAKE : fatal error U1077: 'C:\PROGRA~1\MIAF9D~1\VC98\BIN\NMAKE.EXE' : return code '0x2' Stop. C:\Documents and Settings\jroberson\My Documents\DOWNLOADS\xapian- core-1.0.5\win32> Any thoughts or help is greatly appreciated.
2003 Oct 25
9
Windows Compile Error
...r 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved. app.cpp app.cpp(181) : error C2039: ''GetClassNameA'' : is not a member of ''wxAppWithCallbacks'' app_cb.h(16) : see declaration of ''wxAppWithCallbacks'' NMAKE : fatal error U1077: ''cl'' : return code ''0x2'' Stop. Error executing nmake. wxruby.so - 2 error(s), 0 warning(s) Thanks, Curt
2009 Aug 21
0
[VS2005 Express] starting cl.exe (was Re: wine: Unhandled page fault on read access to 0x00000001 at address 0x7ef6c7aa (thread 0044), starting debugger...)
...echnical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Internal Compiler Error in C:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe. You will be prompted to send an error report to Microsoft later. NMAKE : fatal error U1077: 'C:\PROG~FBU\MICR~GDN\VC\bin\cl.exe' : return code '0x1' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\bin\nmake.exe"' : return code '0x2' Stop. CMake will not be able to correctly generate this projec...
2010 Jun 04
2
Xapian-devel Digest, Vol 66, Issue 2
...2>nmake > > > > Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 > > Copyright (C) Microsoft Corporation. All rights reserved. > > > > Building Xapian on Win32 > > > > if not exist exit(1) > > > > NMAKE : fatal error U1077: 'if' : return code '0x1' > > Stop. > > > > E:\Xapian\xapian-core-1.2.0\win32> > > > > > > Please give some hint, thanks a lot. > > Have you altered the paths in config.mak to match your setup? There are > some other files that need al...
2005 May 01
3
win32-dir 0.1.0 compile problems
...clared identifier dir.c(84) : error C2065: ''CSIDL_PROGRAM_FILES_COMMON'' : undeclared identifier dir.c(91) : error C2065: ''CSIDL_SYSTEM'' : undeclared identifier dir.c(93) : error C2065: ''CSIDL_WINDOWS'' : undeclared identifier NMAKE : fatal error U1077: ''cl'' : return code ''0x2'' Stop.