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

gcc??? — #1

Hey everyone. How can I get a precompiled version of gcc for use in os x? Where can I find good documentation on using UNIX and the relationship between UNIX and OS X? Thanks!
MacNN Development by parallax

gcc??? — #2

Wlcome to the forum. You may want to check out both the tools that come with Darwin and the Developer Tools for OS X that Apple has on line. Poke around the threads in OS X Develo…
MacNN Development

gcc??? — #3

for the third time ive posted this reply, gcc is cc in the apple developer tools. get the dev tools, either the hacked copy from the darwin image or the apple dev tools from http…
MacNN Development

gcc??? — #4

I'm not happy about downloading 70Mb over a modem just to get cc. If someone could stick the 'cc' and 'make' binaries on the internet somewhere, that'd be great.
MacNN Development

gcc??? — #5

Well, if you really wanted I bet someone would mail those two binaries to you, but what would you do with them then? In order to compile something you would still need an assemble…
MacNN Development

devtools download - mirror? — #1

Hi, Has anyone got the devtools up somewhere in europe where I could download them from. At my present download rate it will be about 2 days before the 70 MB file downloads from a…
MacNN PowerPC

devtools download - mirror? — #2

hi, i'm from France and i hadn't had any prblems to download the tools, when yousign up it provide automatically an ftp adress near you (for me i had downloaded from Europe site.…
MacNN PowerPC

OS X Kernel v.103 sources. Where? — #1

After installing Mac OS X PB on a 9600MP with a 604 compiled kernel (version 103), I'm looking for the v.103 sources: I hope to recompile the kernel for 604e+MP. The question is: …
MacNN Software

Mach 3 API docs — #1

Hi, all: Where can I get the Mach 3 API docs (preferably one that Apple published)? Also, can anyone post examples of using "_dyld_xxx()" functions? I'd like to learn how it map…
MacNN Software

Basic ObjC Question — #1

Hi, I'm probably just to tired to program but I can't get return to work. I have a class for storing pages of text (in a NSMutableArray) with the method getPage int)pageNumber I wa…
MacNN Hardware

Basic ObjC Question — #2

I'm pretty new to objc myself, but try this. - (NSString *)getPage: (int)pageNumber { return [[[myArray objectAtIndex: (pageNumber -1)] copy] autorelease]; } This returns a poin…
MacNN Hardware

Aqua and Xlib — #1

Can't Apple create a fake libX11 that allows an X-Window aplication to draw to Aqua? That would let Apple claim thousands of native applications overnight.
MacNN Software

Aqua and Xlib — #2

yeah, ok, add that to Apple's list of 2.48937e+24 things to do. Seriously though, I think most would be happier with faster performance of current features. Apple's main priorities…
MacNN Software

Aqua and Xlib — #3

Quote: Originally posted by Angus_D: Does anybody have any idea how long it would take to port an X11 app to Cocoa, just out of interest? Depends on whether there's…
MacNN Software

source — #1

So can I compile anything from its source and have it run on OSX? Sorry, I guess thats a stupid question. Anything that runs from a command line? 2. Does anyone know of a compil…
MacNN Troubleshooting

source — #2

Uhm... Not exactly. Some stuff works, some stuff needs some work, and some stuff needs a lot of work. It's all to do with incompatibilities and niggles and stuff in OS X/Darwin. So…
MacNN Troubleshooting

source — #3

As Angus stated, not exactly. Most well written CLI based software should compile with little to no modification. By well written, I mean written with portability in mind. It s…
MacNN Troubleshooting

source — #4

Thanks guys, I suspected as much. In regards to the Star Office question, i'm sure it will be plastered everywhere we go when an osx binary is available. Take care..............
MacNN Troubleshooting

Preventing search of Frameworks headers — #1

How can I get gcc NOT to search /System/Library/Frameworks/foo.framework/Headers when I say #include <foo/gargle.h>? -nostdinc doesn't do it. It seems that the prep…
MacNN Development

Preventing search of Frameworks headers — #2

If you want to include gargle.h in a directory foo in the directory in which the c source file containing the #include directive, you'd want to use #include "foo/gargle.h" When y…
MacNN Development

Preventing search of Frameworks headers — #3

Yeah, but there are political reasons it's difficult for me to change the source. In "normal" (i.e., all other) compilers, the -I command line option inserts the specified director…
MacNN Development

Contexual menu (how to?) — #1

Could anyone point me to a tutorial/howto/example of building a contexual menu addon that can interact with the dock? BTW what is the preffered language of OSX as far as programmin…
MacNN Development

Contexual menu (how to?) — #2

Java and Objective C are the preferred, and for that matter only languages for programming OSX at any level above the console. Given your familiarity with OO languages and C, I wh…
MacNN Development
mp.ls