Etoile: a GNUStep-based Linux GUI written in Objective-C
1–10 of 46 posts
Re: Etoile: a GNUStep-based Linux GUI written in Objective-C
#2Re: Etoile: a GNUStep-based Linux GUI written in Objective-C
#3Re: Etoile: a GNUStep-based Linux GUI written in Objective-C
#4It says 'PDA' in the first paragraph. That makes it looks old
Re: Etoile: a GNUStep-based Linux GUI written in Objective-C
#5It says 'PDA' in the first paragraph. That makes it looks old
It is old. The page is copyright 2010, and the last news post was mid 2012.
Re: Etoile: a GNUStep-based Linux GUI written in Objective-C
#6i wish vmware workstation in linux was as good as the mac and windows counterparts ... then i could just run linux as my main os on my mba again
Re: Etoile: a GNUStep-based Linux GUI written in Objective-C
#7yeah it's old. personally i'm wondering how complicated it would be to have a transparent wineish layer for running mac binaries on linux. the kernel modules are i guess the biggest problem, but last i remember they were fairly heavily based on their freebsd counterparts(well, at least many years ago) i wish vmware workstation in linux was as good as the mac and windows counterparts ... then i could just run linux as…
Re: Etoile: a GNUStep-based Linux GUI written in Objective-C
#8Re: Etoile: a GNUStep-based Linux GUI written in Objective-C
#9yeah it's old. personally i'm wondering how complicated it would be to have a transparent wineish layer for running mac binaries on linux. the kernel modules are i guess the biggest problem, but last i remember they were fairly heavily based on their freebsd counterparts(well, at least many years ago) i wish vmware workstation in linux was as good as the mac and windows counterparts ... then i could just run linux as…
The biggest problem would be the binary loader. OS X uses the Mach-O executable format, as opposed to the ELF format used in other unixes. There is a project to get Mach-O binaries to be usable under other unixes,, but it looks to be a ways off still -- http://darling.dolezel.info/en/Darling