IMHO, the best way to find out if this is feasible is to go to apple's developer section and see if they have any further information on developing stuff for iTunes. They may have…
I haven't been able to find anything beside the visual plugin SDK. Anyone know how control strip modules work? Maybe it's possible to send iTunes commands the same way? Like a d…
I think an SDK could exist. Since a dockling of the current iTunes exists, there could be a way to control the app externally. I haven't seen such a package though.
I've compiled/used PostgreSQL on Solaris. I'd love to see PostgreSQL running OS X (remember that unlike MySQL, PostgreSQL is free for commercial use).
The reason I personally hav…
Has anyone got PostgreSQL going on Mac OS X yet? I've spent a lot of hours searching for a way to make this happen.
Currently, I'm having a problem with configure. It can't figur…
I was reading through a few posts on the OmniGroup OS X lists and it looks like they're working on it for 7.1 - the latest source recognises darwin, but is still barfing midway thr…
this just in:
Quote:
I think that Peter Bierman of Apple has recently completed some patches that
should be checked into CVS soon...
Those patches will allow Postgres…
It looks like the one on Stepwise is 7.1 beta. I just downloaded the official release of 7.1 (released April 13th) and did
./configure
make
and all compiled cleanly, we'll see how …
It's fine. It passes all the tests, if you notice.
Also, just a general note: BE VERY WEARY OF .PKG INSTALLERS. Read stepwise to find out why, if you don't already know.
try
./configure --with-perl
make
that doesn't work compiler quits with:
LD_RUN_PATH="" cc -o blib/arch/auto/plperl/plperl.bundle -bundle -undefined suppress plperl.o eloglvl.o…
CodeWarrior puts a placeholder file. It is probably "hello.c", "hello.cpp", "sillyballs.c", or something like that. You must either put your code in this file or when in your Pro…
the impression i'm under is that the only people who will have access to the dev. tools are adc members, which basically means if you want them, you have to pay a few hundred for i…
Thats really not true, you can sign up as a user on the ADC website for free without paying, this lets you access the site and developer downloads. I assume apple will be posting t…
If you are a student, sign up for the excellent Student ADC. I signed up about two weeks ago and I received my kit yesterday.
No, I did not sleep last night
Yes it is true, even as a registred member you have to pay for the tools I couldn�t find the DeveloperTools for free download! Where are they?
You can download the 120 MB DarwinPro…
I saw the below post on macosx.com by Casey and it worked for me. After running the package you need to only do a couple of things.
1. Add the following lines to /Library/WebServe…
A good idea is to use configure, which reveals that pthread indeed is supported in MacOS X. (Some macro file for configure had to be copied from Darwin first to get configure to wo…