search for: darwine

Displaying 20 results from an estimated 4011 matches for "darwine".

Did you mean: darwin
2007 Mar 22
2
How do I remove all my Wine/Darwine versions?
How do I remove all my Wine/Darwine versions (from Mac)? Should I run "make uninstall" from the last wine-0.9.33 and then delete the /Users/.../wine* folders? A search for windows.h gives: /Developer/Headers/Wine/include/wine/windows/windows.h (Darwine?) /Users/me/Documents/downloads/wine-0.9.15/include/windows.h (Wine) /...
2006 Apr 16
1
What's in a name? - Darwine
I recently tried to submit application feedback for the Darwin port of Wine. My feedback was rejected because Darwine is not Wine. But is this really the case? If this port of Wine to Darwin was simply called The Darwin Port of Wine, would it have been rejected? I don't think it would have been. Just because the Darwin developers have made a clever alias for this particular port, it is now rejected as...
2008 Aug 13
8
[LLVMdev] gfortran link failure in current llvm svn
On Aug 10, 2008, at 11:40 PM, Duncan Sands wrote: > Hi Jack, > >> The curent llvm svn (r54623) is unable to link the gfortran >> compiler in llvm-gcc-4.2 svn. I am getting the error... > ... >> Undefined symbols: >> "_create_init_utf16_var", referenced from: >> _darwin_build_constant_cfstring in libbackend.a(darwin.o) > > this is
2018 Aug 20
5
[RFC] Remove Darwin support from POWER Backends
Hi all, I just posted two patches on phabricator to remove Darwin support from the POWER backend. I thought I had posted this on the dev mailing list some time ago, but I cannot find a reference to it now. The intention here is to cleanup the POWER backend. Darwin has not been supported on POWER for quite some time now, and we'd like to use this as an opportunity to clean up several aspects
2016 Oct 20
5
[RFC] Removing PowerPC/Darwin Support?
Hi everyone, I don't believe that anyone is currently using (a recent) LLVM on PowerPC/Darwin. As far as I know, Apple stopped supporting PowerPC hardware years ago. There is a significant amount of code in the PowerPC backend dedicated to Darwin support and removing it would make maintaining the rest of the backend easier. If anyone expects upcoming LLVM releases to continue to support
2006 Nov 14
2
[LLVMdev] gcc 4 frontend binary for mac os x x86
Hi, On Nov 13, 2006, at 9:17 PM, Tanya M. Lattner wrote: > I assume you have an Mac with an Intel processor. Yes. Sorry, I forgot to mentioned it in the mailbody. > Download this: > http://llvm.org/releases/1.8/llvm-gcc4-1.8-x86-darwin.tar.gz I think that is the same tarball I used before. > Let me know if that doesn't work. Again: there is no fixheader-script like you
2009 Feb 08
7
Helpful Hints for OS X Users (Idiots Guide?)
Hello, I have been busy working away at getting Darwine to run on OS X with no luck... I tried uninstalling and reinstalling many times, but I was continually getting gdi32.dll errors. This guide was tested on OS X Leopard 1.5.6. The following guide is how I set it up. The steps may vary slightly for you. Be sure to read this whole thread before actual...
2008 Oct 22
1
[LLVMdev] llvm 2.4, gfortran and darwin?
Does anyone know if the issue with building the gfortran front-end on Darwin will be addressed for llvm 2.4? The last time a checked a few weeks back, llvm-gcc-4.2 svn was still producing the linkage error... > Undefined symbols: > "_create_init_utf16_var", referenced from: > _darwin_build_constant_cfstring in libbackend.a(darwin.o) I believe the analysis of this was
2016 Oct 21
3
[RFC] Removing PowerPC/Darwin Support?
Hi James, I agree, we should keep a mode that prints register names (instead of just the numbers). I lean toward having a verbose mode that is compatible with the GNU assembler, which means %r1 instead of just r1. gas will also accept that syntax, so it seems more useful than the Darwin syntax on current systems. What do you think? -Hal ----- Original Message ----- > From: "James Y
2009 Sep 18
2
[LLVMdev] OT: intel darwin losing primary target status
I realize this is off-topic for the list, but I thought all the darwin developers here might want to be aware of this. The current regressions in gcc trunk regarding exception handling has been escalated to a P1 in order to attract darwin developers to the issue... http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41260#c31 If these regressions aren't fixed before gcc 4.5's release, it appears
2009 Sep 19
2
[LLVMdev] Native Assembler for ARM
Hello, I hope I'm not missing something obvious. I'm trying to get a native binary for ARM from a .s file. If I try to run "as -arch arm myFile.s" I get an error message indicating that no installed assembler exists for arm. as: assembler (/usr/bin/../libexec/gcc/darwin/arm/as or /usr/bin/../ local/libexec/gcc/darwin/arm/as) for architecture arm not installed Installed
2011 Sep 22
2
[LLVMdev] Compiling LLVM w/ Clang for ARMv7 and ARMv6 archs from a i386 OSX machine
Hello, For the last couple of days I struggled to find a way to compile LLVM with Clang for ARM. Now, I tried many variations of the settings, linkers and compilers, but I was able only to build for i386 and x86_64. My machine is an i386 iMac. This is my first attempt to cross-compile something, so probably I'm doing something incredible stupid. First, I'm not sure which compiler should
2011 Mar 31
0
[LLVMdev] More DWARF problems
On Mar 31, 2011, at 12:57 AM, Talin wrote: > On Wed, Mar 30, 2011 at 11:17 AM, Devang Patel <dpatel at apple.com> wrote: > > On Mar 29, 2011, at 7:29 PM, Talin wrote: > >> I've been trying to track down the problem with the DWARF info that is being emitted by my front end, which has been broken for about a month now. Here's what happens when I attempt to use gdb
2008 Jul 24
2
Cant use Darwine on PPC with 10.5 Leopard
..., ill start off by saying that I've tried reading and doing everything that was on the documentation. I'm not very code/C++ literate. I have a Power PC Macintosh that I run Mac OSX 10.5 Leopard with. I'm going through all this trouble to run 1 simple program, Soulseek. I downloaded Darwine 0.9.27 DP. When i try to run any program, soulseek, notepad/clock that came with darwine, it says that "Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org" i downl...
2009 Aug 23
5
[LLVMdev] [PATCH]: enable multilib build on x86_64-apple-darwin
Current llvm-gcc-4.2 for trunk and the 2.6 release is unable to build the i386 multilib for the x86_64-apple-darwin target. The attached patch provides this support. Can we get this into the 2.6 release and trunk? Jack -------------- next part -------------- Index: gcc/config/i386/t-darwin64 =================================================================== ---
2010 Oct 18
5
status of darwine
I was trying to develop user mode windows on base of wine. I was linking my x86 simulator with wine so that I can have a JAVA like virtual windows environment. the didderence is JVM understands jasva byte code, my virtual windows understands x86 instructions. I knew darwine was going to do the same thing. the difference is darwine depends on qemu. I don't use qemu. my questions: why darwine moved forward so slowly. is it stupid to do it?
2011 Mar 31
2
[LLVMdev] More DWARF problems
On Wed, Mar 30, 2011 at 11:17 AM, Devang Patel <dpatel at apple.com> wrote: > > On Mar 29, 2011, at 7:29 PM, Talin wrote: > > I've been trying to track down the problem with the DWARF info that is > being emitted by my front end, which has been broken for about a month now. > Here's what happens when I attempt to use gdb to debug one of my programs on > OS X:
2008 Jan 15
2
Cannot configure wine/darwine
I've installed Darwine on an iMac. As per the documentation, I have attempted to run winecfg to set the various configs. But I cannot get it to display. The error log says that it attempted to create a window, but no driver found. Since I can't config, I can't set a driver. Any ideas? Richard Photography b...
2008 Jun 13
1
Darwine question
I don't know if this is the appropriate site to post a Darwine question. If not please feel free to point me to a more appropriate stie. I?ve got Darwine 1.0-rc4 loaded on my MacBook Pro, which is running Leopard 10.5.3. when I run the Darwine app it brings up a Darwine window in Finder, with four items. And if i select winecfg.exe from the Sample Winelib A...
2008 Dec 19
3
Darwine problems?
Hey guys I got a ibook g4, I installed darwine, I tried running MSN Messenger 7.0 "it says it works" and it doesn't work I just get an error saying it didn't worry and has closed. I tried utorrent, same deal, then I went to the darwine folder and went into applications and tried clocks.exe and that didn't work either. Hel...