The C Preprocessor in OS X (made by Apple I think) goes a bit squiffy on some code. So you need to pass -traditional-cpp to cc when it compiles.
This is done by adding it to the C…
Tenon has pre-compiled ports of GTK+, Gnome-libs and others you can download from their page and in the Xterm just type "make install" and your off and running!
Thanks, both of you.
I've downloaded the precompiled files from Tenon, and installed Fink, too, which seems to be very helpful!
Fink is currently compiling imlib, hopefully I'll …
I'm thrilled that the XonX project is as far as it is, but I really need for it to be rootless (so that Aqua and X can run side-by-side) before I can use it for anything interestin…
Ok... I did:
/sw/bin/fink install gnome-libs , and it says it requires orbit and esound. However, when it was compiling esound it got this:
gcc -g -O2 -L/sw/lib -o .libs/esdsampl…
1. Can NSToolbar items have tooltips?
2. The toolbar items 'space' and 'flexible space' both are invisible items that do not show in the toolbar. However they do have a visible…
I'd like to note that you should really look at the SimpleToolbar example. All of these things are addressed. Basically, for No. 1, there is a paletteImage and a toolbarImage. You …
Thanx ksuther, worked like a charm
Synotic: you must have a 'special' SimpleToolbar example, as mine makes no mention of separate images for palette and toolbar. In fact the word …
Nope, but I know how Omni does.
In the delegate method where you provide toolbar items:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><…
For OSX - a contextual menu item that lets you attach a script as a new contextual item. for example if I control click on the desktop I get the opportunity to add a script, so I …
Apple hasn't released a pluggable CMM yet - I'm sure they will but I don't know that they are committed to it at this point. Until this happens I wouldn't expend any energy on it.
haven't yet looked at it, but supposedly the new version of stuffit deluxe does add a contextual menu to the finder's contextual menu.
well, then, of course, they probably got bet…
Quote:
Originally posted by absmiths:
<STRONG>Apple hasn't released a pluggable CMM yet - I'm sure they will but I don't know that they are committed to it at this…
Bump to top. I thought someone might've got somewhere with this you'd be surprisingly popular if you did something REALLY simple like display a dialog with an item's filename ob…
Resurrecting this one!
Now that people know how to write CMMs for OS X (eg look for Zingg! on versionTracker) can someone write a CMM to open the currently selected folder in the …
Quote:
Originally posted by Geobunny:
<STRONG>Resurrecting this one!
Now that people know how to write CMMs for OS X (eg look for Zingg! on versionTracker) can so…
Quote:
Originally posted by Arkham_c:
<STRONG>
This may or may not suit your needs, but take a look at Terminal Here, an AppleScript for your Finder Window menu b…
Quote:
Originally posted by Geobunny:
<STRONG>This is what I've been after for a while!
http://homepage.mac.com/tkukiel/cmworkshop.html</STRONG>
…
Hey there... I'm trying to compile mod_jk from Tomcat 3.2 and i use this command from inside the jakarta-tomcat/src/native/apache1.3 directory:
apxs -o mod_jk.so -I../jk -I/System…