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

Question involving CC — #4

Quote: Originally posted by jguidroz: Thanks! Now I wonder is there is a way to fix this so I don't have to type ./ There certainly is. But please DON'T DO IT!! …
MacNN Troubleshooting

Question involving CC — #5

You can add the current directory to your path by adding the following line to your .tcshrc file (in your home dir): setenv PATH {$PATH}:. This causes the shell to search the pat…
MacNN Troubleshooting

PHP 4.0.3pl1 on Mac OS X Server — #2

matt vaughn already made a installer for apache-mysql-php 4 do a search on this section of the site. it was a whole lot easier than installing trying to compile. lou
MacNN Troubleshooting

PHP 4.0.3pl1 on Mac OS X Server — #3

Thanks Lou, But Matt package is for Mac OS X Public Beta and doesn't work with Mac OS X Server. Do you know if there a pre-compiled package for Mac OS X Server? ---------------…
MacNN Troubleshooting

Soma Cocoa questions — #2

Quote: Originally posted by gabrielf: How do I access and change the text in a NSTextView? I've looked in the java browser and on Apple's cocoa pages but I can't find it…
MacNN Development

return character on os X — #2

The Cocoa and BSD APIs use the UNIX convention, a bare linefeed only -- chr(10). I think this is the most typical case you'll find on the system, at least at the lower levels. I'…
MacNN Software by lindberg

return character on os X — #3

FYI. In Java, you can inspect the line.separator environment variable to determine the return character(s) of the host operating system. Use this to avoid hard-coding a certain con…
MacNN Software by honeydew

return character on os X — #4

In this day of networks and files of relatively unknown origin (PC, Mac, *nix) shouldn't we write software that doesn't make assumptions about what line break characters are used? …
MacNN Software by clarkgoble

Writing Services — #2

I think you're looking at quite a daunting task, but I'll give you a short answer. Only Cocoa (ObjC or Java) programs can use services. Services are possible because of Cocoa's OO-…
MacNN Development by starfleetX

Applescript for automating file copy — #3

Alternatively, you could write a shell script and have cron run it every other night. You could use "scp" to transfer the file (unless it has resource forks, then I think it has to…
MacNN Software by Xeo

Pluggable Applications — #2

I too am trying to do this, and what I've determined is that bundles are used for this functionality. You can put the object code in a bundle and load the bundle dynamically. Eac…
MacNN Development by LordJavac

Pluggable Applications — #3

There are two basic ways to do it. One is to define a generic class for plugin makers to extend by subclassing, much like how the NSView architecture in Cocoa itself works. Another…
MacNN Development by Rickster

The Gimp Compilation Error? — #2

There is actually a fink users list for discussion of these problems. But to me it looks like you have installed Tenon's Xtools, which installs a bogus /usr/local/include/malloc.h …
MacNN Software by Angus_D

Which tech career is good??? — #2

Quote: Originally posted by NeoMac: Programming? Web application development? Databasing? Networking? System admin? etc..? Well, I've done most of these at one t…
MacNN Networking

Which tech career is good??? — #3

Agreed, it seriously depends on her personality. Is she good at seeing the whole picture, making creative leaps, and quickly understanding new ideas? If so, go for programming or…
MacNN Networking

Which tech career is good??? — #4

I've also done most of these things at some time and I would agree with the others here. Being a sys admin gives you job security but can be hell in that you often have to force yo…
MacNN Networking

Readin a stacktrace — #2

Hmm... that looks like a stack trace of native code, and you probably want a Java stack trace. Have you set your executable target in Project Builder to use the Jav debugger instea…
MacNN Troubleshooting by Rickster

Readin a stacktrace — #3

Quote: Originally posted by Rickster: <STRONG>Hmm... that looks like a stack trace of native code, and you probably want a Java stack trace. Have you set your exec…
MacNN Troubleshooting by Ghoser777

Readin a stacktrace — #4

This must be a very serious problem, cause it even crashes the java debugger! And I just found out that using the QT API's likes to make my interface totally unresponsive. How ca…
MacNN Troubleshooting by Ghoser777

Ouch: build failed! — #2

The interesting lines are a bit further up, but probably got lost under all the jam crap.
MacNN Development by Angus_D

Ouch: build failed! — #3

Do these mean anything? warning: <CocoaMed>CocoaMed.app depends on itself ...updating 10 target(s)... BuildPhase CocoaMed.app Completed phase <CopyHeaders&am…
MacNN Development by kman42
mp.ls