Lei Zhang thestig@google.com on Aug 8, 2008 10:58 AM (PNT) wrote about Is Wine portable to ARM arch?
On Fri, Aug 8, 2008 at 10:39 AM, James Mckenzie jjmckenzie51@earthlink.net wrote:
NO! Even MacOSX specific code is not allowed
grep -rI __APPLE__ wine-git/ | wc -l returns 68.
Correct, there is code that will only be used on when the system is an Apple (Mac). However, Mac specific code, such as ObjC code is not allowed per Alexandre.
James McKenzie
Correct, there is code that will only be used on when the system is an Apple (Mac). However, Mac specific code, such as ObjC code is not allowed per Alexandre.
Huh? This statement is nonsensical. You mean objective C is not allowed in Wine. Neither is C++. It happens that the only platform on which there might be some reason to write objective C is the Mac, but it's got nothing to do with the Mac, and it's also beside the point of the original question. --Juan
On Fri, Aug 8, 2008 at 2:24 PM, Juan Lang juan.lang@gmail.com wrote:
Correct, there is code that will only be used on when the system is an Apple (Mac). However, Mac specific code, such as ObjC code is not allowed per Alexandre.
Huh? This statement is nonsensical. You mean objective C is not allowed in Wine. Neither is C++. It happens that the only platform on which there might be some reason to write objective C is the Mac, but it's got nothing to do with the Mac, and it's also beside the point of the original question. --Juan
Actually, THIS is what I really wanted to read about in a FAQ.
Actually, THIS is what I really wanted to read about in a FAQ.
Ah :) Fortunately, the Developers' Faq is on the wiki, so feel free to add to it: http://wiki.winehq.org/DeveloperFaq --Juan
Am 08.08.2008 um 20:24 schrieb Juan Lang:
It happens that the only platform on which there might be some reason to write objective C is the Mac
At the risk of getting even more off topic, Objective-C is one of gcc's dialects and works on Linux and *BSD just as fine as on Mac OS X.
MarKus
- - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/
At the risk of getting even more off topic, Objective-C is one of gcc's dialects and works on Linux and *BSD just as fine as on Mac OS X.
Yes, I know, and so is C++. Nevertheless, neither is allowed in Wine's source. I can argue rationale if you like, e.g. we don't want to restrict ourselves to gcc, but my opinion doesn't mean much, as it's Alexandre's decision. --Juan