Skip to main content
Search titles, bodies, and author names
Found 61,025 posts across 1 forum.

Compiling vim-5.7 source from Softrak — #7

Congratulations, VirtualWolf. The problem with the arrow keys is unfortunately quite common with vi, e.g. on Solaris. Usually, the cure is to ... install vim On my Mac, it wor…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #8

Quote: The problem with the arrow keys is unfortunately quite common with vi, e.g. on Solaris. Usually, the cure is to ... install vim On my Mac, it works, but I don't…
MacNN Troubleshooting

stdio.h — #2

Just use cc the gnu c compiler ------------------ Cheers and Beers, Mr. M. Chown (Man Chown) ========================
MacNN Development

JavaBrowser — #2

You can look at JavaBrowser's preferences to see what's in the classpath, which directories it's using for documentation, and which directories it's using for source code. I don't …
MacNN Development by lindberg

stdlib.h - srand,drand? — #2

I have the same problem. I need to use drand48() and it doesn't seem to be in the stdlib.h either.
MacNN PowerPC by GATTACA

stdlib.h - srand,drand? — #3

Yeah, there is no drand48, as far as I know. Here's what I put in my code: </font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">code:&lt…
MacNN PowerPC by davechen

where does one begin? — #2

If you've never programmed, you could start with applescript. It's nice object oriented language, and you'll learn many of the concepts. Perl isn't too bad as a first language eith…
MacNN Development

where does one begin? — #3

Quote: Originally posted by mattmarshall: [b]i know not a scrap of programming, but am interested in learning SOMETHING.[b] As someone already suggested you s…
MacNN Development

where does one begin? — #4

I started with bying MetroWorks Discover Programming and read the books Programming i C on the Macitosh and Programming in C++ on the Macintosh both written by Dave Mark (I think).…
MacNN Development

Compiling in MacOS X — #2

Try using "cc" in the terminal. It's a c and objective c compiler (at least that's what the man page says). A good idea is to look at the developer forum for more info on compilers…
MacNN Development

Compiling in MacOS X — #4

Hmmm...not sure what you mean..."cc filename"? That gives me "OK? wc filename?", which then defaults to "NO" no matter what I do. Anyone else know what I'm doing wrong???? I'm i…
MacNN Development

Compiling in MacOS X — #5

What they forgot to ask was if you had the developer's tools installed. If not, you can sign up to be an Apple developer and download them. The basic membership is free (web only) …
MacNN Development

Compiling in MacOS X — #6

You mean I need the developer's tools just to write any program at all? Ah. That MIGHT be my problem.... Thanks...... greg ------------------ Though the day's been really lo…
MacNN Development

Compiling in MacOS X — #7

BTW: more info on the carbonated Emacs... It's version 19.14 and is *DAWWWG* slow. I love emacs; but, I'll stick with the Terminal.app-bound, fast, v.20.7.1 version.
MacNN Development

Compiling in MacOS X — #8

You mean there's another, faster program included in the terminal? How do I access it???? I'm new to all this stuff...especially Unix, so it's confusing sometimes... greg -----…
MacNN Development

Compiling in MacOS X — #9

I think he refers to the version of emacs that you run "inside" the terminal. Just write "emacs" without the " in a terminal and emacs will start. Good luck /Gabbe
MacNN Development

Question involving CC — #2

Quote: Originally posted by jguidroz: On a unix machine, you type gcc (cc for X) filename. At the next prompt, you type a.out(the file that was just created) and it s…
MacNN Troubleshooting
mp.ls