The build process should be only slightly different from the standard Linux one. However, the semantics are a bit different. To configure, you should use:
./configure --host=power…
I can't answer your question, but I have a similar question: does anyone know how to mount a drive elsewhere in the filesystem than at / ?
If I try unmounting one of my drives in…
Quote:
Originally posted by zscgeek:
Any one have any recommendations for a good text editor for OSX?
vi BABY!
The father of BSD UNIX is none other than Bill Joy…
I recomend PICO for a text editor from the command line (also included in OSX). VI is like a loaded gun thats allways pointing at your head. PICO is much more user friendly wherea…
Yes I know about vi. I have worked with unix systems for years and have gotten very good at vi. :-)
However what I am looking for is something along the lines of a BBEdit style ed…
I was struggling with the same problem. I don't want to run Classic but I really miss BBEdit. I've been switching between vi, TextEdit (Apple's replacement for SimpleText) and je…
html edit does some syntax highlighting, and when the developer tools are released, Project Builder might work... I don't know of any other app besides bbedit that has the batch …
Quote:
Originally posted by zscgeek:
that has COLOR syntax highlighting, powerful find and replace and the ability to use the mouse when I want to and use the keyboard i…
Get vi, vim, or Emacs. You should be able to get them from http://www.gnu.org/.
If you're looking for books to learn them, go to the O'Reilly & Associates catalog page at htt…
Someone mentioned TextEdit. It is fairly barebones, but if you add Mike Ferris's "TextExtras" package, you get a few additional features that make it more useful to developers and …
Quote:
Originally posted by zscgeek:
Yes I know about vi. I have worked with unix systems for years and have gotten very good at vi. :-)
However what I am looking for i…
Quote:
Originally posted by Pukku:
Well, there is an x version of Emacs (actually, even a Mac version, I understand). So I imagine it won't be too long before it gets…
Though Apple's TextEdit isn't a good code editor (I LOVE rainbow editors), I thought I'd add a little to the community's knowledge. You can use it for simple text editing -- the sa…
Quote:
Originally posted by MacBigot:
alias TextEdit '/Applications/TextEdit.app/Contents/MacOS/TextEdit &'
Unfortunately, it does not seem to take command line par…
Thanks for the info. I didn't know about the open command. Very useful. I did know about '\!*' before the '&', but I had a typo which prevented it from working, so I assumed it…
Trans-tex software has a carbonized version of Tex-Edit available (shareware) now. It doesn't have many of the developer-oriented features that BBEdit has (e.g. syntax coloring) b…
Here's a java based text editor that has much of the functionality of BBEdit- ftp, syntax highlighting, perhaps more:
http://jedit.sourceforge.net/
It has syntax highlighting for…
argoUML is a great UML Modler. Version 0.8 (8.08.2000) seams to work fine without any modifications. In the terminal find the directory you extracted argoUML to and enter:
java -…
Thanks, I just got it working. Now I just need to figure out how to get ArgoUML to accept the 2nd mouse button click. When right-click/ ctrl-click on an object, there should be a m…