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

CodeWarrior 6? — #15

Quote: Originally posted by DarthNader: Has anyone tried CodeWarrior 6 yet? Please post your impressions here. Thanks! It is available. I bought it the other day …
MacNN Development

What is a .kext file? — #1

I see these in the System/Library/Extensions/ folder and I wonder what these are for? Can you write extensions and make drivers with these? Any help is great. Also what is an .x…
MacNN Development

What is a .kext file? — #2

A .kext file is a kernel extension. They're generally used for device drivers and other things that need to modify the system at the lowest level. They're not the same as classic…
MacNN Development

What is a .kext file? — #3

Thanks. So since that extensions folder has what are more or less drivers is it possible to use that type of file to write drivers for things that have been left out or are not su…
MacNN Development

What is a .kext file? — #4

This information is on Apple's TechPubs page for Mac OS X, See http://developer.apple.com/techpubs/macosx/macosx.html Drivers are built using IOKit, which uses CoreFoundation, …
MacNN Development

Unix Tools Are There!!! — #1

IMPORTANT!! Most of the files listed in Ian's script are there! Login as root with your usual password. I tested some of the commands but not all. For example though, /usr/bi…
MacNN Software

Unix Tools Are There!!! — #2

What new tools appeared? I didn't see anything new appear in /usr/bin when I logged in as root. Most UNIX commands were already in /usr/bin, but compilers (except for Java).
MacNN Software

Unix Tools Are There!!! — #4

Seems to be a misunderstanding: I was talking about OS X PB and you about OS X DP 4... BTW, I haven't seen any C++ compiler in your list and most of these tools (if not all) are al…
MacNN Software

Unix Tools Are There!!! — #5

I was refering to OS X PB. The packages 'Developer' and 'Essentials' were installed onto OS X PB from the OS X DP4 cd. The c++ compiler is infact there, I have used it to install…
MacNN Software

Unix Tools Are There!!! — #6

No, a lot of them weren't there before you installed the Developer.pkg from OSXDP4 CD :-) CC is the c compiler, btw, and it's definitely NOT included as standard with the PB.
MacNN Software

Unix Tools Are There!!! — #7

Atleast we know this... If you don't want to wait for the dev cd, and 100+ MB download is a little too much for your stomach (1.e. 56k modem) - install the packages off your DP4 c…
MacNN Software

Unix Tools Are There!!! — #8

I installed the developer tools off of the DP4 CD several weeks ago before my PB Dev Tools CD arrived. While that worked great for command line compiles, all of the IDE tools would…
MacNN Software

Unix Tools Are There!!! — #9

I wish all of us had access to these tools. I'm trying to cross-compile a few command line and X windows apps. I got the basic cc from Darwin 1.0 (which is egcs not gcc BTW). I nee…
MacNN Software

Unix Tools Are There!!! — #10

Quote: Originally posted by rsanford: I installed the developer tools off of the DP4 CD several weeks ago before my PB Dev Tools CD arrived. While that worked great for …
MacNN Software

X Server (Unix) — #1

Hi, I have been trying to get X Windows to startup by issuing the startx command. I am attempting to do this from Unix command line, which can be reached by holding down the S key…
MacNN Software

X Server (Unix) — #2

Holding down S on startup boots you into Mac OS X in "Single User Mode" -- and in Mac OS X, it's not a good thing to do. It's meant to be used for low-level repairs if your system…
MacNN Software

X Server (Unix) — #3

Hi Marshall, I got the binaries and installed it and it worked. Thanks for replying to my post.
MacNN Software

many questions — #1

i've many questions on devloping for mac os x.... it would be nice if i get a few answers :-) Is it possible to compile console only applicaitions ( which means that they run in t…
MacNN Development

many questions — #2

Quote: Is it possible to compile console only applicaitions ( which means that they run in the terminal ) which use the socket library ( the unix berkley socket library ), strea…
MacNN Development
mp.ls