search for: vs2008

Displaying 20 results from an estimated 85 matches for "vs2008".

Did you mean: vs2005
2011 Jan 19
1
How to build Theora decoder on VC++ paltform
...e also libvorbis. Here are the steps to compile libtheora, dump_video, and encoder_example: 1. Download libogg-1.2.2.zip <http://downloads.xiph.org/releases/ogg/libogg-1.2.2.zip> and unpack the zip file into a folder, let say d:\build 2. Build libogg by launching d:\build\libogg-1.2.2\win32\VS2008\libogg_static.sln 3. Download libvorbis-1.3.2.zip <http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.zip> and unpack it to d:\build 4. Edit d:\build\libvorbis-1.3.2\win32\VS2008\libogg.vsprops and change LIBOGG_VERSION from 1.1.4 to 1.2.2 5. Build libvorbis by launching d:\build\l...
2010 Jun 09
2
[LLVMdev] VS2008 CMake build tabelgen coding error
I am getting 'bad suffix on number' for lib\target\x86\X86GenInstrInfo.inc:304, 305, ... Tablegen is generating 0x0LLU instead of 0x0ULL and VS2008 does not like it. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100609/e56cd538/attachment.html>
2009 Apr 16
2
Query Regarding Vorbis Audio codec
Dear Moderator, I downloaded Vorbis 1.2.0 code from your website and I tried to build a project in Visual studio 2008, as the earlier version was created in VC 6 version it has been modified here. In the solution I have 6 projects vorbis_dynamic, vorbis_static, vorbisenc_dynamic, vorbisenc_static, vorbisfile_dynamic, vorbisfile_static. When I tried to built the project, it shows error that it
2010 Jun 09
0
[LLVMdev] VS2008 CMake build tabelgen coding error
On 9 June 2010 14:20, Aaron Gray <aaronngray.lists at gmail.com> wrote: > I am getting 'bad suffix on number' > for lib\target\x86\X86GenInstrInfo.inc:304, 305, ... > > Tablegen is generating 0x0LLU instead of 0x0ULL and VS2008 does not like > it. > Patch attached. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100609/bb59a373/attachment.html> -------------- next part -------------- A non-text attachment was scrubb...
2009 Mar 27
6
Does WineHQ support OpenMP ?
I searched through the forum and website but didn't found any information about OpenMP. Thanx in advance.
2009 Apr 13
0
[LLVMdev] Problem on running "hello world" pass on VS2008
Hello, everyone! Recently, I build llvm project for Visual Studio 2008 using cmake successfulley. I modify the project LLVMHello of the entire solution to generate LLVMHello.dll instead of LLVMHello.lib without other changes. Then, the flowing commands is executed: opt -load LLVMHello.dll --help But, I can't find the information string for hello pass. opt -load LLVMHello.dll
2009 Apr 13
2
[LLVMdev] Problem on running "hello world" pass on VS2008
Hello > Could you help me to solve this problem? Thanks. Plugins are not supported on systems without dynamic linking (e.g. windows). -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2009 Apr 14
0
[LLVMdev] Problem on running "hello world" pass on VS2008
Hello > Could you help me to solve this problem? Thanks. Plugins are not supported on systems without dynamic linking (e.g. windows). Well, how to add new pass on windows? generate .lib which is linked with opt? I have tried this way. But, It doesn't work, either. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 May 27
0
[LLVMdev] Build fails on windows using VS2008
Hello The current svn revision fails to compile on windows using Visual Studio 2008. I'm getting: 1>ScalarEvolutionExpander.cpp 1>F:\dev\llvm\include\llvm/Analysis/ScalarEvolutionExpander.h(29) : warning C4099: 'llvm::SCEVExpander' : type name first seen using 'class' now seen using 'struct' 1> F:\dev\llvm\include\llvm/Analysis/ScalarEvolution.h(216) :
2007 Nov 28
1
[PATCH] missing speexdec directory for vs2008, modes_wb.c
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: speex_vs2008_part2.diff Type: application/octet-stream Size: 11265 bytes Desc: speex_vs2008_part2.diff Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20071128/136ce70d/speex_vs2008_part2-0001.obj
2011 Nov 08
2
[LLVMdev] VS2005 compatibility
Hi, what are the goals of VS2005 support for building LLVM? I'm syncing to the v3 branch and while the branch compiles perfectly with VS2008, there are a significant amount of compile errors and warnings with VS2005 SP1 (8.0.50727.867 with KB926601 SP1, to be precise). I also have the latest WSDK installed. A few months back there were only a few minor issues that I managed to clear up. I'm going to try and fix up my local copy but...
2010 Sep 07
0
[LLVMdev] MS VS2008 build fails - X86AsmParser
On Sep 6, 2010, at 10:50 PM, David Shipman wrote: > Hi all, > > Just tried to build from svn sources with Visual Studio 2008, mostly > OK but fails > building the X86AsmParser lib - > > I see a few commits from yesterday that may have something to do with it, but no > idea what the solution is. Wow, that's a pretty terrible diagnostic. Does r113198 help? -Chris
2007 Nov 28
3
[PATCH] Add Visual Studio 2008 Prject files
...more compact would be to get rid of the subdirectories under each vs-version. There is no real need for it and it just makes things a little confusing. Win32 ------ vs2003 -----All .sln, .vcproj | |------vs2005 -----All .sln, .vcproj | |------vs2008 -----All .sln,.bcproj You could also remove the old Visual Studio 6 files, .dsw, .dsp since that compiler is no longer supported by MS. -Aron From: kamaji@gmail.com [mailto:kamaji@gmail.com] On Behalf Of Keith Kyzivat Sent: Wednesday, November 28, 2007 8:00 AM To: Aron Rosenberg C...
2013 Mar 04
1
Fwd: flac 1.3.0pre1 prelease
Ben Allison wrote: > Here's another go at it. I only have VS2008 and VS2010 to test with right > now. VS6.0, VS2003 and VS2005 are untested. Thanks for your work on this Ben. > I would recommend using FLAC__uint32 instead of uint32_t to avoid these > small #if _MSC_VER < xxxx things everywhere, although I completely > understand the desire to u...
2014 Jun 19
4
Lets work towards a new version
lvqcl wrote: > Audacity still uses VS2008 and slowly tries to migrate to VS2012. > But as stated at <http://wiki.audacityteam.org/wiki/Developing_On_Windows>, > "Audacity is currently a 32-bit only application". So it doesn't need > 64-bit builds. > Currently its trunk contains 'audacity.sln' made wi...
2014 May 03
4
Bug: incompatibility with MSVS 2005
src/libFLAC/memory.c cannot be compiled with MSVS 2005 (and probably VS2008 too) after this commit: http://git.xiph.org/?p=flac.git;a=commitdiff;h=7cbecbae9f70be770f7651d09531fec0de6f9cf5 because MSVS2005 doesn't provide stdint.h. According to MSDN, uintptr_t is defined in "STDDEF.H and other include files".
2010 Sep 07
3
[LLVMdev] MS VS2008 build fails - X86AsmParser
Hi all, Just tried to build from svn sources with Visual Studio 2008, mostly OK but fails building the X86AsmParser lib - I see a few commits from yesterday that may have something to do with it, but no idea what the solution is. -David See MSVC's beautiful and concise output below; Compiling... X86AsmParser.cpp C:\dev\MSVisualStudio\VC\include\xutility(313) : error C2664: 'bool
2008 Dec 05
0
[LLVMdev] Build errors on trunk for about a week now.
...ch everything that depends on it, how >>> odd... >>> When I get back to that computer then I will clean its directory, >>> update from SVN (please fix the const thing soon :) ), and rebuild >>> fresh... >>> >>> >> <snip> With VS2008SP1 and VS2008 express on Vista , LLVM r60605 (including table gen) and Clang compile clean (of errors) for me. I don't even see const error... perhaps your svn copy is corrupt? regards, Cédric
2010 Feb 12
1
[LLVMdev] Unable to connect to google1.osuosl.org
...ce at 0x013A1DA0> 2010-02-12 09:50:24-0800 [Uninitialized] <twisted.internet.tcp.Connector instance at 0x00D0AE40> will retry in 3 seconds 2010-02-12 09:50:24-0800 [Uninitialized] Stopping factory <buildbot.slave.bot.BotFactory instance at 0x013A1DA0> I can build llvm manually from VS2008 but the buildbot is no go. When I checking via http: http://google1.osuosl.org:8011/buildslaves "The server at google1.osuosl.org is taking too long to respond." Thank you -Shad Ahmad | Release Manager, Adobe AIR | Adobe Systems, Inc | sahmad at adobe.com | 408.536.4101 --------------...
2011 Nov 08
0
[LLVMdev] VS2005 compatibility
...gt; To: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Cc: Sent: Tuesday, November 8, 2011 12:34 PM Subject: [LLVMdev] VS2005 compatibility Hi, what are the goals of VS2005 support for building LLVM? I'm syncing to the v3 branch and while the branch compiles perfectly with VS2008, there are a significant amount of compile errors and warnings with VS2005 SP1 (8.0.50727.867 with KB926601 SP1, to be precise). I also have the latest WSDK installed. A few months back there were only a few minor issues that I managed to clear up. I'm going to try and fix up my local copy but...