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

Documentation issues — #3

Tried reinstalling the dev tools after wiping out not only the Documentation directory but the entire Developer directory as well. No such luck. I then tried reinstalling OS X wi…
MacNN Troubleshooting

Graphical version of emacs? — #1

Has anyone been able to get a graphical verson of emacs to work with the public beta ? I downloaded the emacs for server here but get a dyld error. http://www.harmony-ds.com/ema…
MacNN Troubleshooting

Graphical version of emacs? — #2

There is a version of XEmacs (www.xemacs.org) that does work. Seems to have a few problems and is based on an older version so if you need a feature that has been added in the las…
MacNN Troubleshooting

Graphical version of emacs? — #3

Yes, look on version tracker: http://www.versiontracker.com/vt_mac_osx.shtml It's the closest thing I've come to xemacs for OS X. If you figure out how to change the default fon…
MacNN Troubleshooting

Graphical version of emacs? — #4

Yes, look on version tracker: http://www.versiontracker.com/vt_mac_osx.shtml It's the closest thing I've come to xemacs for OS X. If you figure out how to change the default fon…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #1

Hey all, I downloaded the source for vim-5.7 from Softrak and tried to compile it like this: $ ./configure $ make It all goes fine until it reaches here: cc -c -I.…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #2

Hi all, Yes, VirtualWolf is right, ./configure does not work "as is". I had to add some parameters. Since I have already installed or at least tried to install things like ncurses…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #3

Simon -- You said you installed termcap...could you tell me how to do that? (From what I can tell, that's what missing..."termcap.h: No such file or directory"). I'll try compili…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #4

VW: If it shouldn't work out, you could try to install the termcap (TERMinal CAPabilities database). You can get it from a GNU mirror. Here's the list of mirrors: http://www.gnu.or…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #5

I'm having problems with the Makefile. I run configure, but when I run make, it runs configure repeatedly (forever as far as I can tell). I'm wondering if this is related to the …
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #6

Woohoo! It compiles! Thanks simon! Unfortunately, there's still a problem: in Insert mode, if I press one of the arrows keys it generates characters, instead of moving the curs…
MacNN Troubleshooting

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

Question involving CC — #1

Just fooling around with CC before I head to class, I compiled a program I recently wrote for a class. Got the usual warnings that I got when I compiled it on the Unix machines at…
MacNN Troubleshooting

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

Question involving CC — #4

Quote: Originally posted by jguidroz: Thanks! Now I wonder is there is a way to fix this so I don't have to type ./ There certainly is. But please DON'T DO IT!! …
MacNN Troubleshooting

Question involving CC — #5

You can add the current directory to your path by adding the following line to your .tcshrc file (in your home dir): setenv PATH {$PATH}:. This causes the shell to search the pat…
MacNN Troubleshooting
mp.ls