AAACCKKK! I keep trying different approaches to getting this thing to compile for me with no luck. If someone has a binary of mod_jk.so is there any issue with running it on differ…
What actually is the -DEAPI flag that is built into our /usr/sbin/apxs file?? When I recompiled some so's and overwrote the built in apache *.so when I restarted apache it complai…
OK so I've made it compile and create the so, but the point is that it only works when you fully specify the correct order of the c files.
Why do I get all that gunk output on my …
AFAIK if you just use standard java API calls to display controls (i think it's swing or something) then Mac OS X's Java implementation displays them in Aqua.
Could be wrong of co…
I think that for the time being you have to write the interface in code when using Apple's tools but I think Codewarrior includes a GUI creator for Java apps, doesn't it? It would …
Actually, this may not be a good option. The developer tools install files in the invisible folders as well as the gui tools.
I don't know what, exactly, is installed, but ther…
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…
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…
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…
Quote:
Originally posted by osnet00:
It just sits there with the smiley apple face and the color wheel animated cursor on the top left corner. I've left it there for s…
Suggestion from someone who doesn't quite know what he's doing so excuse any inaccuracies:
This seems to be similar to the last comment, but I'm not quite sure. I had a couple of…
When it says "checking disk" its doing exactly that. I'd leave it there for as long as you can stand (15 to 20 minutes). The key to boot "Verbose" is "v" not c
The OS9 and OS8.1+ Finders do not support long filenames (OS8.0 doesn't support HFS+ at all, so that point's moot). Therefore, long filenames will be truncated when viewed there, u…
It sure can.
Just create a "Java" project (not Cocoa or Java-Cocoa), code like normal, and compile. Not only will it make you a .jar file, it will also create a double-clickable i…
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…
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…
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…
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 …
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…