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

cvs pserver trouble — #2

I have not done this, but am interested in the same tool. As I've never installed CVS before... were do I find it? I've checked Apple's site (I'm not an Apple developer, but need i…
MacNN Software

cvs pserver trouble — #3

cvs is included with MacOS X. Just run it from the terminal. I figured out how to get cvs pserver enabled in Darwin. Once you set up the user accounts, it's pretty much by the book…
MacNN Software

cvs pserver trouble — #4

Where are the executables? They are not in my PATH, and Sherlock can't find "cvs". I can, however, find it in the man pages
MacNN Software

cvs pserver trouble — #5

I realized that cvs was probably included with the developer tools. If you have the developer tools and install them, cvs should be at /usr/bin/cvs
MacNN Software

cvs pserver trouble — #6

Thank you aaron! for the reply. I kind of figured you had the developer version. I'll have to wait...
MacNN Software

gcc or cc missing!!! — #1

I have been trying DP4 for quite a long time now and since I like to toy with with the guts of every system, I spent a lot of time compiling Unix programs with the built in cc comp…
MacNN Development

gcc or cc missing!!! — #2

Quote: Originally posted by thanatos: Lets tell Apple what we think about all this http://www.apple.com/macosx/beta/feedback.html Oh, no, not another one... This …
MacNN Development

gcc or cc missing!!! — #3

Just for you information I have had NOTHING from the ADC. I joined nearly two months ago and have had NO CDs, no D4 no beta NOTHING. I called Apple two weeks ago and was told to be…
MacNN Development

gcc or cc missing!!! — #4

Sorry. I re-read the original post and the poster does clearly say that he has been using DR4 for some time but then goes on to complain about having to pay $400. This implies that…
MacNN Development

gcc or cc missing!!! — #5

a C compiler isn't standard on "all" unices by the way, you have to pay a whole heap of dollars for the privaledge of using gcc on IRIX for example
MacNN Development

gcc or cc missing!!! — #6

You are missing the point here. The compiler tools are an unseparable part of the BSD layer. Systems like Linux have those tools on the CD from the begining. Does Apple think that …
MacNN Development

gcc or cc missing!!! — #7

I know IRIX doesn't ship with the C compiler. Since the days of recompiling the kernal are largley over they don't include them anymore. I'm going to move this over to the Mac OS…
MacNN Development

gcc or cc missing!!! — #8

Quote: Originally posted by thanatos: Oh and about the DP4, I friend of mine is a developer. He is using his DP4 as a webserver and he has given me an account on that co…
MacNN Development

Classpath? — #1

I am trying to figure out where the classpath gets set. I am trying to compile a simple Java class that has some includes from a jar file. I first tried echo $CLASSPATH to see wha…
MacNN Development

Classpath? — #2

The default java CLASSPATH is known by the compiler. They reside in the java.framework directory. If you want to add to the classpath when you run your app, you could do java -c…
MacNN Development

Classpath? — #3

The JDK classes are in: /System/Library/Frameworks/JavaVM.framework/Versions/1.2 but as I mentioned earlier, this is classpathed in by default.
MacNN Development

Classpath? — #4

Thanks. I guess I better go get a book on Java2 as it looks like some things have changed since my 1.1 days ;-) I'll give the javac -cp a try and see if it works. Can I still ad…
MacNN Development

Classpath? — #5

Yes, you can still use CLASSPATH env variable. Just set your classpath to whatever you want as follows: setenv CLASSPATH /Users/username/myclasspath/ so when you use java it wil…
MacNN Development

Apache / PHP4 / MySQL Success! — #1

How many people have gotten Apache, PHP4, and/or MySQL to run on OS X Public Beta? I've been poking at it for a couple days, and finally got Apache with PHP4 to install. x 100…
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #2

i do not use mysql, but have apache and php installed and running - installed them on darwin then dumped osX on top of it all and it still works!
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #3

I *REALLY* don't think you are going to have much luck finding out how to compile or run MySQL on OS X Beta for the moment, at least until someone finds a way or fixes that pthread…
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #4

I *REALLY* don't think you are going to have much luck finding out how to compile or run MySQL on OS X Beta for the moment, at least until someone finds a way or fixes that pthread…
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #5

You're probably right. I got everything to compile and install EXCEPT the server (mysqld) And binaries for Mac OS X Server produce 'Bus Error' when run.
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #6

I installed a replacement pthread library. Now I just have to figure out how to configure the mysql make to use it. The guess method isn't working very well since it takes 15 minut…
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #7

I believe our friend, Anjo Krank... the one who gave us the OSX Server patches for mySQL, is working on the OS X Beta port now. Watch for it within the next couple of weeks.
MacNN Troubleshooting
mp.ls