The problem comes from the fact that OSX doesn't set a $HOST environment variable (I don't know why, but it doesn't). What you have to do, therefore, is modify your configure call …
Thanks..
I ran the configure script using the suggested call, and had no serious problems (I was missing a library, but the config script gave me the ftp address fo rthe files I …
Obviously, you could solve the problem, but unless you really want to compile it there already is a fully compiled TeX. I can't remember where but it's described in the manuals of …
I hadn't heard of TeXShop before.. I just took a look at the TeXShop page, and I'll give it a try. Thanks.
Honestly, I was just trying to learn a little more about BSD and what it…
Yeah, I did that too, but it was pForth I tried to compile (and did, in the end), with some help from its author and the usual trial-and-error procedure. Good experience.
Step 5, you're trying to cp GuessOS modified to fit OS X to src/helpers. I suppose this GuessOS should be in the installation directory (coming from your OS X patch). Unfortunately…
Quote:
Originally posted by pmoc:
Step 5, you're trying to cp GuessOS modified to fit OS X to src/helpers. I suppose this GuessOS should be in the installation directory…
/System/Demos/Keyboard.app will let you edit keymappings. The
Localization module of Preferences.app lets you choose a keymapping.
/System/Library/Keyboards is where the keymap …
If you are an ADC member and have access to the developer conference videos on the ADC member page, watch the Quarz session video.
Basically, Quarz is there, but Quarz seems to on…
In case it helps...the System Overview has a blurb about what makes up Quartz:
"Quartz has two components, Core Graphics Services and Core Graphics Rendering.
"The first of these…
Thanks for the reply Marshall. However, what prompted me to post a question is that I am looking at the Cocoa documentation and they just don't mention Quartz anywhere. In addition…
Check out some of the examples in the developer kit. Any of the extensions of NSView. You'll find the use of classes like NSBezier to draw primitives and some pretty complex shapes…
Quote:
Originally posted by matvon:
I have an experimental MySQL package that should allow you to install MySQL on your system with a simple double click. It uses Apple'…