search for: lnk1104

Displaying 6 results from an estimated 6 matches for "lnk1104".

2018 Sep 17
2
build llvm fails under win7 x64/VS2017
...o set the policy and suppress this warning. -----> seems related to https://bugs.llvm.org/show_bug.cgi?id=38874 ... CMake Warning at utils/benchmark/CMakeLists.txt:234 (message):   Using std::regex with exceptions disabled is not fully supported and later some linker errors LINK : fatal error LNK1104: cannot open file '..\..\Debug\lib\LLVMDemangle.lib' [D:\projects\fun\jit_tests\llvm40\llvm40-build\lib\Support\LLVMSupport.vcxproj] ... LINK : fatal error LNK1104: cannot open file '..\..\..\lib\Debug\benchmark.lib' [D:\projects\fun\jit_tests\llvm40\llvm40-build\utils\benchmark...
2006 Jun 13
1
LIBC.lib and developing for PocketPc
Hi I downloaded speex_win32_1.0.4_setup.exe. I was pretty happy to see that there was libspeex.lib and libspeex.dll. Everything went fine until I tried to build speexenc.c as win32 console program. Visual Studio 2005 gives error: "fatal error LNK1104: cannot open file 'LIBC.lib'". What is this LIBC.lib file? My ultimate goal would be to make wav->speex encoder function for my PocketPc application. (I have also tried wav->ogg/gsm6.10, but each time I have encountered library problem when I have tried to build simple e...
2006 Oct 20
1
R.lib for MS Visual C++
...using R.dll. For that, I need R.lib for linking. Where can I get it? "Readme.packages" for R says: "First build the import library R.lib by lib /def:R.exp /out:Rdll.lib" But for this, I need R.exp, that is also not provided with R installation (Lib.exe output: LIB : fatal error LNK1104: cannot open file "R.exp") So how can I get R.lib? Thanks for your help. Best Regards, Juri
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...#39;This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' 10>Generating Code... 10>Compiling manifest to resources... 8>stream_encoder.cpp 10>Linking... 10>LINK : fatal error LNK1104: cannot open file '..\..\obj\debug\lib\grabbag_static.lib' 10>Build log was saved at "file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\Debug\BuildLog.htm" 10>metaflac - 1 error(s), 19 warning(s) 11>------ Rebuild All started: Project:...
2008 Sep 21
3
[LLVMdev] Has anyone sucessfully compile the llvm code using visual
...le or directory 6>Build log was saved at "file://c:\Documents and Settings\Administrator\llvm\win32\x86\Win32\Debug\BuildLog.htm" 6>x86 - 2 error(s), 0 warning(s) 7>------ Build started: Project: Fibonacci, Configuration: Debug Win32 ------ 7>Linking... 7>LINK : fatal error LNK1104: cannot open file 'c:\Documents.obj' 7>Build log was saved at "file://c:\Documents and Settings\Administrator\llvm\win32\Fibonacci\Win32\Debug\BuildLog.htm" 7>Fibonacci - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 7 failed, 6 up-to-date, 0 skipped ========== I...
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...tf(outputFile,"Done.\n"); // TODO: Add your control notification handler code here } <p>I changed the input from stdin to a file. When I build the project I get --------------------Configuration: GUI - Win32 Debug-------------------- Linking... LINK : fatal error LNK1104: cannot open file "ogg_d.lib" Error executing link.exe. GUI.exe - 1 error(s), 0 warning(s) Can anybody explain why this is? Thanks in advance Paul <p><p><p><p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: h...