search for: addrefer

Displaying 20 results from an estimated 61 matches for "addrefer".

Did you mean: addref
2009 Jul 10
0
[LLVMdev] void llvm::PATypeHolder::addRef(): Assertion `Ty && "Type Holder has a null type!"' failed.
Hi, I am using current SVN and in the last week or so, something causing the following assertion failure has changed. void llvm::PATypeHolder::addRef(): Assertion `Ty && "Type Holder has a null type!"' failed. The corresponding stack trace is: #0 0x000000339ec332f5 in raise () from /lib64/libc.so.6 #1 0x000000339ec34b20 in abort () from /lib64/libc.so.6 #2
2006 Nov 24
0
Wine release 0.9.26
This is release 0.9.26 of Wine, a free implementation of Windows on Unix. What's new in this release: - Better support for Unix locale settings. - Improved X11 keyboard support. - Various MSI fixes. - Winecfg improvements. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will
2006 Dec 08
0
Wine release 0.9.27
This is release 0.9.27 of Wine, a free implementation of Windows on Unix. What's new in this release: - Better support for noexec kernels. - Better Dwarf support in dbghelp. - Several Winsock fixes. - Various code cleanups. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will
2008 Feb 25
2
[LLVMdev] small patch to add an assert to PATypeHolder
Hello, I ran into an issue with the ocaml bindings where PATypeHolder was getting a null pointer, which eventually caused a segfault. This patch copies what PATypeHandle does and adds the assert in the PATypeHolder::addRef method. Also, I'm using git's gateway to subversion to track llvm and send this patch. The patch applies fine according to my tests, but if there are any problems,
2008 May 28
9
Dogfood Challenge : Ableton Live 7.07 demo
As soon as the application starts, a window pops up that (normally under windows) would say "this is a trial version demo, click okay to start the trial", or something along those lines. The window is blank and clicking randomly on it (to find the "ok") does not work either. The following output from wine during this test is as follows : err:iphlpapi:getRouteTable Received
2013 Apr 12
0
Wine release 1.5.28
The Wine development release 1.5.28 is now available. What's new in this release (see below for details): - GnuTLS used for all secure connections, OpenSSL is no longer needed. - Mac driver enabled by default. - Built-in FixedSys fonts. - New icon for the joystick control panel. - Postscript driver improvements. - Various bug fixes. The source is available from the following
2010 Feb 07
3
[LLVMdev] Help with Mac OS X 10.6.2 build
Greetings, I am having trouble getting the Kaleidoscope example to build from tutorial #3 on Mac OS X 10.6.2. I didn't have too much trouble getting llvm-2.6 and llvm-gcc-frontend to build. Thanks for the help. Here are the steps I followed: Environment variables for build export LLVMOBJDIR=/opt/llvm export TARGETOPTIONS='--with-arch=nocona --with-tune=generic' export
2007 Apr 13
0
Wine release 0.9.35
This is release 0.9.35 of Wine, a free implementation of Windows on Unix. What's new in this release: - Broken aRts sound driver now removed for good. - Many fixes to the Quartz DLL sound support. - File I/O performance improvements. - The usual assortment of Direct3D fixes. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release
2012 May 25
0
Wine release 1.5.5
The Wine development release 1.5.5 is now available. What's new in this release (see below for details): - Support for installing Mono as a Wine add-on package. - Dithering of pattern brushes in the DIB engine. - Support for installing the .NET 4.0 runtime. - DDS files supported in D3DX9. - Various bug fixes. The source is available from the following locations:
2010 Feb 07
0
[LLVMdev] Help with Mac OS X 10.6.2 build
Hi, Try these scripts to build llvm and llvm-gcc. It's the ones I use and I managed to get them to work when I saw another build script using those CFLAGS. They compile llvm and stuff using only x86_64, but you can then generate code for i386 (just use a different backend). The configuration options are at the top of the scripts and they install llvm and llvm-gcc to ~/llvm. Regards,
2010 Mar 05
0
Wine release 1.1.40
The Wine development release 1.1.40 is now available. What's new in this release (see below for details): - Support for Wow64 registry redirection. - Increased coverage of MSI standard actions. - Various Wordpad improvements. - Many shell fixes for better IE support. - Improved support for typelibs. - Better GL card detection. - Various bug fixes. The source is available from
2004 Mar 27
1
[LLVMdev] Extending LLVM
On Fri, 2004-03-26 at 14:57, Chris Lattner wrote: > On Fri, 26 Mar 2004, Reid Spencer wrote: > > > Would people other than myself find it useful to have a standardized > > extension framework for LLVM? I'm thinking of something that would allow > > new LLVM instructions, fundamental types, structured types, etc. This > > would require significant work to allow
2012 Nov 23
0
Wine release 1.5.18
The Wine development release 1.5.18 is now available. What's new in this release (see below for details): - Various Windows Codecs improvements. - Fixes for OLE database support. - Improvements to system parameters management. - Some fixes to the built-in Web browser. - Fixes for XML support. - Various bug fixes. The source is available from the following locations:
2005 Aug 12
0
gothic2 demo, install and dmusic issues
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello List! I'm trying to run gothic2 demo (get it from http://www.jowood.com/gamers/?lang=de&site=2&ScreenID=6309&GameID=gothic2&pfid=PC) Installing works fine, except the fact that "BugslayerUtil.dll" got somehow an 8+3 character long filename and can't be found by wine. When renaming it, wine can find the dll and
2014 Apr 18
0
Wine release 1.7.17
The Wine development release 1.7.17 is now available. What's new in this release (see below for details): - More implementations for the Task Scheduler. - C runtime made more compatible by sharing source files. - Fixes in the Mac OS X joystick support. - Various bug fixes. The source is available from the following locations:
2012 May 11
0
Wine release 1.5.4
The Wine development release 1.5.4 is now available. What's new in this release (see below for details): - A new DirectSound resampler. - A Negotiate authentication provider. - OpenGL support in the DIB engine. - Beginnings of support for .NET mixed assemblies. - Support routines for Internationalized Domain Names. - Various bug fixes. The source is available from the following
2007 Mar 02
0
Wine release 0.9.32
This is release 0.9.32 of Wine, a free implementation of Windows on Unix. What's new in this release: - Many Direct3D fixes and performance improvements. - Several new features in the builtin cmd.exe. - Improvements to HTML help support. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The
2009 Apr 10
0
Wine release 1.1.19
The Wine development release 1.1.19 is now available. What's new in this release (see below for details): - Support for Visual C++ project files in winemaker. - Improvements to the Esound driver. - Many Direct3D code cleanups. - Fixes to OLE clipboard handling. - OpenBSD compilation fixed. - Various bug fixes. The source is available from the following locations:
2011 Aug 26
0
Wine release 1.3.27
The Wine development release 1.3.27 is now available. What's new in this release (see below for details): - Support for multisampling in Direct3D. - New version of the Gecko engine. - Improvements to the network proxy handling. - Better write support in MSXML. - Side-by-side manifests for built-in libraries. - Various bug fixes. The source is available from the following
2013 Mar 29
1
Wine release 1.5.27
The Wine development release 1.5.27 is now available. What's new in this release (see below for details): - System tray support in the Mac driver. - Various C runtime improvements. - Large icons for built-in applications. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.5.27.tar.bz2