http://bugs.winehq.org/show_bug.cgi?id=34213
--- Comment #11 from Skrinak skrinak@gmail.com 2013-08-08 10:46:47 CDT --- Many thanks for your help.
1st time around I installed with with homebrew using the --use-gcc option. I had to recompile to include the patch so this second time I used the XCode compiler. I did a brew uninstall gcc49 to get it out of the way. This time I used:
$ /usr/bin/gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Yes, I'm able to run many apps, just not the ones I need! I can run Notepad and even iexplore (but it throws up a lot).
My objective is to install Inno Setup so I can do a comprehensive build of both mac and windows apps on a java program. I've inherited the build script from a previous developer who seems to have no trouble running Inno on his machine.
I'm happy to pursue the putty issue but I've opened a new bug on Inno: 34231. I want to do what I can to support the community. As both my macs are fresh installs, that is the OS is fresh and so is the wine install, I'm certain I'm not the only one out there experiencing these issues.
Kris
(In reply to comment #10)
OK. So, it's not related to the Mac driver. Also not a duplicate of bug 34188, although that cropped up.
Are you able to run things other than Putty? Regedit? Notepad?
I suspect it's due to the build. The various Mac compilers have had problems compiling Wine. I know that Apple's gcc-4.2 works. (I also know that MacPorts can install that. Don't know about Homebrew.) That's different from llvm-gcc-4.2, which doesn't work. I know that versions of Clang prior to 3.1 don't work. I'm not certain that more recent versions of Clang do.
In comment 2, you said, "gcc compiled wine". Can you be more specific?