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

What kind of file is TAR? — #2

tar (short for "Tape ARchive") is an old Unix-based archiving format. Stuffit Expander can't do much with these for the moment. What you need to do is drop to a terminal, go to th…
MacNN Software

What kind of file is TAR? — #3

Here's the interesting thing... I'm downloading the disk image under OS9 at work because of faster connection. The file I download has the name '5.7.19.DownloadSoftware.1 2.1' Shou…
MacNN Software

What kind of file is TAR? — #4

It doesn't have to end with .tar, just put it on the MacOS X HD and do the gnutar command mentioned above and it will untar just fine. /Gabbe
MacNN Software

Newbie Questions — #1

I used to code on the Mac in Think C about 14 years ago. Haven't written a line of code since, but OS X has inspired me. I've just bought Codewarrior 6 and am trying to grease my v…
MacNN Development

Newbie Questions — #2

become an ADC member (for free) http://www.apple.com/developer/ and then download the apple development tools. along with the tools comes full documentation and examples. ------…
MacNN Development

Darwin + Mac OS X — #1

Please feel free to get out your cluesticks and send me elsewhere if this is an inappropriate forum for this question; I didn't see a Darwin dev forum here, and this seems to be a …
MacNN Software

Darwin + Mac OS X — #2

I haven't tried this myself, but take a look at this helpful MacAddict article: http://www.macaddict.com/content/news/2000/09/13/18709
MacNN Software

Darwin + Mac OS X — #3

Petard, hoist yourself over to http://www.darwinfo.org/ , where you'll find like-minded crazies. Sign up for the Darwin developer mailing list which is hosted by Apple.
MacNN Software

Advice on downloading tools — #1

I have tried downloading the tools once, but my connection was lost at about 29 MB. Is there any way of downloading sections at a time, so you dont have to start again each time t…
MacNN Software

Advice on downloading tools — #2

As I remember there were to halves of the download or the "cd-rom" download. The 2 combined equal the CD-rom as I remember ------------------ Henry Feldman NYU School of Medicine
MacNN Software

IPC (msg.h, msgget, msgrcv, etc.) — #1

Hi, I managed to install the Darwin development tools and sure, the compiler works. However, I cannot find the usual inter-process communication header files, in particular &l…
MacNN Development

IPC (msg.h, msgget, msgrcv, etc.) — #2

They are supported and exist. I have wrote a few projects using them... however I installed them from the developer tools cd. As I am sitting infront of a linux box right now I can…
MacNN Development

Any good cvs server for Mac OS X ? — #1

Hi all, We want to start java dev here and will be using both ProjectBuilder and JBuilder (on Mac and Wintel). It seems that CVS is the more accurate way to share sources for us, …
MacNN Development by TheBarty

Any good cvs server for Mac OS X ? — #3

I am about 90% sure that the CVS server is built in. The CVS client is definitely there (/usr/bin/cvs) and if I remember correctly the client acts as the server if you tell it to.…
MacNN Development by absmiths

Any good cvs server for Mac OS X ? — #4

Never heard of Perforce, but CVS is great. We used it at my previous job. You can even do CVS checkouts over SSH using private keys and ssh-agents to keep it simple. UNIX is so …
MacNN Development by Arkham_c

Any good cvs server for Mac OS X ? — #5

I can verify that it is possible to use the built-in CVS as a server on Mac OS X. It's a bit odd to set up, but it's definitely do-able.
MacNN Development by Angus_D

Any good cvs server for Mac OS X ? — #6

Well, if you look at the configure options when building CVS, you can build a binary w/o the server portion. Since the Mac man pages make no reference to that, I *assumed* that th…
MacNN Development by howardm4

MacWindows.h , QuickDraw.h libraries — #1

I was messing about with project builder and went to compile my hello world application by project builder(pb) informs me that I am missing two libraries namely MacWindows.h , Quic…
MacNN Development

MacWindows.h , QuickDraw.h libraries — #2

just include: #include <Carbon/Carbon.h> you may also wish to manually dig through everything that Carbon.h includes for you (just a holder header loading other hea…
MacNN Development
mp.ls