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

Problems compiling program. — #2

Can you post a copy of the file? I could give it a shot. What system calls are you making. It sounds like you might need to link with the system framework or something.
MacNN Troubleshooting by PerfectlyNormalBeast

Problems compiling program. — #3

Well, I actually don't have the files it's referring to. I don't even have a /sys/ directory within that g++ directory. So for some reason I'm missing files. This is very strange i…
MacNN Troubleshooting by Ekim Neems

Problems compiling program. — #4

Quote: Originally posted by Ekim Neems: <STRONG>Well, I actually don't have the files it's referring to. I don't even have a /sys/ directory within that g++ direct…
MacNN Troubleshooting by Angus_D

Problems compiling program. — #5

I know what he meant. What I'm saying is that the error I'm getting makes sense... those header files it's searching for don't exist -- I had a problem installing Fink (the pkg do…
MacNN Troubleshooting by Ekim Neems

CodeWarrior Debugger under 4K29? — #1

I'm having trouble getting the CodeWarrior MetroNubX debugger to execute under 4K29. When launched, for a fraction of second the Dock makes space for MetroNubX's icon, but then it…
MacNN Troubleshooting

CodeWarrior Debugger under 4K29? — #2

Quote: Originally posted by michaelb: (Needless to say, I'm the sort of programmer who becomes very unproductive without a GUI debugger to step through code.) ... …
MacNN Troubleshooting

CodeWarrior Debugger under 4K29? — #3

Except that it DOESN'T ON ILLEGALLY OBTAINED PRIVATE INTERNAL RELEASES OF OS X. If you want it to work, don't use 4K29. Simple. Either go back to the PB or wait until the final. Co…
MacNN Troubleshooting

CodeWarrior Debugger under 4K29? — #4

Quote: Either go back to the PB or wait until the final. Come on, only 1 month 19 days to go! Because I'd like to be able to offer for download on Day 1 an ap…
MacNN Troubleshooting

CodeWarrior Debugger under 4K29? — #6

Great isn't it! Apple and Metrowerks take care of the important people, and leave the little guys to wait patiently in the dark. Ho hum, I might just brush up on my MS Visual Stu…
MacNN Troubleshooting

CodeWarrior Debugger under 4K29? — #7

Quote: Originally posted by michaelb: ... leave the little guys to wait patiently in the dark. Ho hum, I might just brush up on my MS Visual Studio while I am waiting..…
MacNN Troubleshooting

Nib Loading Madness — #1

I don't want to use NSDocument. I don't like it. I have figured out how to lead nib files and I have been able to make the objects in them release themselves when necessary but the…
MacNN Troubleshooting

Nib Loading Madness — #2

I think NSDocument is just fine -- I'd still highly recommend it if you're really doing a multi-document app. If you just have a single window, then it doesn't make sense -- use a…
MacNN Troubleshooting

Nib Loading Madness — #3

Okay I get it now. I was unsure about the whole file's owner thing. BTW, say I have one thing in a nib file and I want to make an arbitrary number of instances of it and I want to …
MacNN Troubleshooting

Nib Loading Madness — #4

Oh BTW, every time that I loaded the nib it called the awakeFromNib method in my controller class. I got around problems with that by writing it like this: - (void)awakeFromNib { …
MacNN Troubleshooting

Nib Loading Madness — #5

Hey Dalgo, Thanks for linking to that macosx-dev article on loading nibs. Extremely helpful stuff. [This message has been edited by tie (edited 04-29-2001).]
MacNN Troubleshooting
mp.ls