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

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

PHP 4.0.3pl1 on Mac OS X Server — #1

I have been trying to compile PHP 4.0.3pl1 as a static module of Apache 1.3.14 withou any success, I followed instructions of fellows saying that it compiles with no problem but wh…
MacNN Troubleshooting

PHP 4.0.3pl1 on Mac OS X Server — #2

matt vaughn already made a installer for apache-mysql-php 4 do a search on this section of the site. it was a whole lot easier than installing trying to compile. lou
MacNN Troubleshooting

PHP 4.0.3pl1 on Mac OS X Server — #3

Thanks Lou, But Matt package is for Mac OS X Public Beta and doesn't work with Mac OS X Server. Do you know if there a pre-compiled package for Mac OS X Server? ---------------…
MacNN Troubleshooting

how do I run rdist? or even rsh? — #1

I'd like to use rdist from my Linux machine to synchronize with my iMac running Mac OS X. I am experienced with rdist. However, the iMac always rejects requests to connect using …
MacNN Troubleshooting

Readin a stacktrace — #1

Alrighty, so I made a nice Custom NSWindow in Coca-Java that I could drag around and resize. There's only one catch: after dragging it a around enough, I will eventually get it to…
MacNN Troubleshooting by Ghoser777

Readin a stacktrace — #2

Hmm... that looks like a stack trace of native code, and you probably want a Java stack trace. Have you set your executable target in Project Builder to use the Jav debugger instea…
MacNN Troubleshooting by Rickster
mp.ls