Mono Adds Mac OS X Package 53
Good news for those of you who've went through the pain of trying to get Mono installed on Mac OS X: the team has quietly added a Mac OS X package. If you previously installed to /usr/local, however, be aware that the packaged version installs to /opt/local and adjust any paths accordingly. The Beta-1 Windows installer has also been fixed; download it here.
Aha! (Score:1)
Now all we need is Cocoa#
Thanks Ximian!
Re:Aha! (Score:2)
Writing a Cocoa interface isn't hard to do; all it takes is a volunteer.
But do you actually believe you would be programming in Cocoa using Mono?
Re:Aha! (Score:2)
I was so happy when my CurrencyConverter.app compiled.
Day job is becoming C# and if I can write all my stuff in Something# then it'd be quite nice.
Re:Aha! (Score:2)
Re:Aha! (Score:2)
We can't make it easy on ourselves, can we
Still, it's a concern. along with fink packages, independent packages installed in
Re:Aha! (Score:1)
THERE IS -NO-
Godamnit, I'd just started to get over those fink morons and their
"ln -s ~/opt
Re:Aha! (Score:4, Insightful)
Where do you think it should go?
It is a long-standing philisophy in some software development circles that you never install your software into system directories (/bin,
I think
A.
Re:Aha! (Score:2)
How about putting it into /usr/local/ as *BSDs do?
Read hier(1) [freebsd.org].
Re: (Score:1)
Re: (Score:1)
Re:Aha! (Score:2)
Re:Aha! (Score:1)
Let the USER decide. If you can't build a package that understands its own paths, and is re-locatable to any location, then its -not- finished, and you shouldn't release it.
Fixed-path installs are brain-dead and only come about as the result of laziness, utter. The user has a ~/Library, a ~/Applications - both of these directories exist, are useful, and will survive backups made by your average user of their home directory.
Re:Aha! (Score:3, Interesting)
I agree that all packages should be re-locatable. Unfortunately there are lots of *excellent* Unix/Linux and (gasp) Windows applications that are path dependent. I agree that they should be fixed when porting them to OS X, but meanwhile I prefer to have them even if they are "the result of laziness".
Yes, but p
Re:Aha! (Score:2)
NOT
of course, if you just want it to play around with on yoru own, you can just go for ~/Library.
I, for one, have darwinports set up to use
Usability? (Score:3)
Re:Usability? (Score:5, Informative)
Re:Usability? (Score:2)
DeDRMS (Score:1)
Re:DeDRMS (Score:4, Informative)
Re:DeDRMS (Score:1)
Is .Net on OS X a Good Thing? (Score:5, Interesting)
I am sure that others have expressed this view before, but is this necessarily going to be A Good Thing? Isn't this going to lead to developers less likely to have special OS X ports that take advantage of specific OS X features?
Don't mean to be a whiner of course :)
Re:Is .Net on OS X a Good Thing? (Score:4, Insightful)
I think this is a great thing for OSX. OSX support will lead to full featured mono cocoa bindings. This will allow mono and
Sure, there will always be the lazy programmers who just use mono's winforms implementation to move a windows app to the mac (like all those ugly X11 apps being moved to the mac today). In
I think mono is going to draw out a lot of windows programmers who always wanted to write for the mac or linux, but never wanted to learn the languages (Objective-C or C). Now they can keep working in C#, VB, or whatever. They just pickup a new API (cocoa# or gtk#) and start coding 'native' mac or linux apps.
Re:Is .Net on OS X a Good Thing? (Score:4, Insightful)
For instance, I'm an Actionscript developer. A project I've taken great interest in is ASDocGen [asdocgen.org], which aims to bring JavaDoc-like functionality to Actionscript. This project is written in C# with the express purpose of being multi-platform via Mono.
In the end, it makes OS X a richer platform to develop on. Rather than be limited to a few tools to do my job as a web developer, I have a vast array of options, from open source web servers to GUI text editors [barebones.com] to Photoshop -- I can even open Word docs that clients send me without a problem. Having another tool in my aresenal only makes me a better developer.
Apple has a very strong, committed developer base. They will continue to push great products for OS X. The ability to run some
Re:Is .Net on OS X a Good Thing? (Score:1)
If you have to write a software to suit customers on both Windows and Mac platforms, and you hate Java (which I do, for reasons of my own and I won't discuss here), mono for OS X is definitely a good thing.
Serious question (Score:1, Troll)
Re: (Score:2)
Explanation of /opt/local and /usr/local (Score:1, Interesting)
Re:Explanation of /opt/local and /usr/local (Score:5, Informative)
Therefore, the safe-but-annoying choice is to put your 3rd party stuff somewhere else. For example, Fink defaults to the (previously nonexistent) /sw directory. Likewise, /opt does not exist in OSX (unless you install this Mono package)
Re: (Score:1)
Re:Explanation of /opt/local and /usr/local (Score:2)
Re:Explanation of /opt/local and /usr/local (Score:2)
Oh, so it's the place where OSX stores all of its books?
Re:Explanation of /opt/local and /usr/local (Score:1)
Hey pal, them's fighting words...
Re:Explanation of /opt/local and /usr/local (Score:1)
Re:Explanation of /opt/local and /usr/local (Score:2)
Re:Explanation of /opt/local and /usr/local (Score:1)
Re:Explanation of /opt/local and /usr/local (Score:1, Informative)
Re:Explanation of /opt/local and /usr/local (Score:2, Interesting)
Of course, if I was using slackware's 'official' package of Mozilla, it would probably put all the binaries in /usr/bin, all the libraries in /usr/lib and so on. But for downloading and trying out nightly builds or betas, I would always use /o
Re:Explanation of /opt/local and /usr/local (Score:2)
So why do installers like DarwinPorts put stuff in
Finally. . .iFolder (Score:4, Interesting)
Re:Finally. . .iFolder (Score:2)
developer (Score:1)
Re:developer (Score:3, Informative)
seems superfluous... (Score:2, Insightful)
Why should we need this so urgently? There is no package for Debian or FreeBSD either... no one with a brain would think about making packages for those!
Re:seems superfluous... (Score:2)
mod_mono compile fix (Score:3, Informative)