search for: mscv

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

Did you mean: msc
2012 Aug 17
0
[LLVMdev] MSCV linker and OperandInfo constants
James_Clayton at scee.net writes: [snip] > This is the first time I've made any patches to llvm - please let me know > if you'd like any more information. Please consider submitting your patch to llvm-commits mailing list, which is the correct place for reviewing patches. Inline the patch in your message, don't post links. OTOH, you may be interested on the LLVM coding
2012 Aug 17
1
[LLVMdev] MSCV linker and OperandInfo constants
On Fri, Aug 17, 2012 at 10:29 AM, Óscar Fuentes <ofv at wanadoo.es> wrote: > James_Clayton at scee.net writes: > > [snip] > >> This is the first time I've made any patches to llvm - please let me know >> if you'd like any more information. > > Please consider submitting your patch to llvm-commits mailing list, > which is the correct place for
2012 Aug 17
2
[LLVMdev] MSCV linker and OperandInfo constants
Hello all, I've managed to trace an awkward bug down to the MSVC linker incorrectly merging llvm::OperandInfo constants between various backend targets I was linking in to my compiler executable. The bug manifested itself by replacing the operand data structures for target A with the data structures for target B. I have managed to work around this issue by moving the operand definitions
2001 Dec 20
1
CVS Broken Again?
Hi All, Is the CVS source broken again? My attempts to compile indicate a missing file in vorbis/lib, bitbuffer.c (and its h file). Copying in an old downloaded copy produces the following from MSCV 7 (attempting to build OggEnc, having built SDK/all - apparently not without error :-).. encode.obj : error LNK2019: unresolved external symbol _vorbis_bitrate_flushpacket referenced in function _oe_encode encode.obj : error LNK2019: unresolved external symbol _vorbis_bitrate_addblock referenced i...
2003 Oct 23
2
make install vs. ruby install.rb
It seems that we currently have two methods of installing wxruby after it has been built. Makefile includes an ''install'' target, which appears to do the right thing under Linux. install.rb appears to have code for MSWindows and OS X. We should unify these into a single mechanism, but I''m not sure which is better. Or perhaps install.rb could launch ''make
2001 Oct 20
1
More changes to the win32 build environment
...it is expected that the sdk will be copied to an environment which has a version of MSVC older then version 6 -- simply set the environment variable USENMAKE to any value and the makefiles will be generated and the build performed using nmake instead of msdev. Of course, to generate the makefiles, MSCV v6 is required. -Chris --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject...