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

PostgreSQL — #7

You can also get it from www.stepwise.com. It rocks, I have it running just fine!
MacNN Software

PostgreSQL — #8

It looks like the one on Stepwise is 7.1 beta. I just downloaded the official release of 7.1 (released April 13th) and did ./configure make and all compiled cleanly, we'll see how …
MacNN Software

PostgreSQL — #9

It's fine. It passes all the tests, if you notice. Also, just a general note: BE VERY WEARY OF .PKG INSTALLERS. Read stepwise to find out why, if you don't already know.
MacNN Software

PostgreSQL — #10

try ./configure --with-perl make that doesn't work compiler quits with: LD_RUN_PATH="" cc -o blib/arch/auto/plperl/plperl.bundle -bundle -undefined suppress plperl.o eloglvl.o…
MacNN Software

Java2 — #1

Hi, Does anyone here know if java2 implementation in OS X(well I wasn't going to be talking about 7.5) inherits the Aqua interface? Thanks, snitty (Please no bad jokes about the …
MacNN General

Java2 — #2

Yes it does. Jobs has been crowing about that for months.
MacNN General

Java2 — #3

oooooooo, Java gonna look pretty!
MacNN General

codewarrior 5 — #1

okay, Iam starting to learn C in college now and they are using Microsoft Visual Studio and I have an iMac so I bought Codewarrior 5 to make a few console applications. If i star…
MacNN Development

codewarrior 5 — #3

CodeWarrior puts a placeholder file. It is probably "hello.c", "hello.cpp", "sillyballs.c", or something like that. You must either put your code in this file or when in your Pro…
MacNN Development

ProjectBuilder, etc DevTools coming when? — #2

the impression i'm under is that the only people who will have access to the dev. tools are adc members, which basically means if you want them, you have to pay a few hundred for i…
MacNN Development

ProjectBuilder, etc DevTools coming when? — #3

Thats really not true, you can sign up as a user on the ADC website for free without paying, this lets you access the site and developer downloads. I assume apple will be posting t…
MacNN Development

ProjectBuilder, etc DevTools coming when? — #5

Yes it is true, even as a registred member you have to pay for the tools I couldn�t find the DeveloperTools for free download! Where are they? You can download the 120 MB DarwinPro…
MacNN Development

PHP4 Compiling Info — #1

Can someone who has successfully compiled PHP4 as a DSO module post instructions on how they accompilshed this task? There have been many posts stating that it has been done it wo…
MacNN Software

PHP4 Compiling Info — #2

I saw the below post on macosx.com by Casey and it worked for me. After running the package you need to only do a couple of things. 1. Add the following lines to /Library/WebServe…
MacNN Software

Carbon Graphics and Java — #1

Hi, I'm trying to do a little Java application that graphs porcessor and memory usage using the output from the ps command. I could use Swing, of course, but I'd rather get acqu…
MacNN Development

xfm — #1

Is there a binary available for xfm that will operate under Mac OS X? I have looked on the Internet and cannot find a binary for xfm.
MacNN General

Looking for pthreads... — #1

I'm new to porting Unix apps. I'm trying to get JThreads (www.ooc.com) to build on MacOS PB. Its trying to determine if pthread supports exists using the line nm `gcc -print-lib…
MacNN Development

Looking for pthreads... — #2

A good idea is to use configure, which reveals that pthread indeed is supported in MacOS X. (Some macro file for configure had to be copied from Darwin first to get configure to wo…
MacNN Development

Looking for pthreads... — #3

Hi, pthreads are supported, but a few are still not completed. check out the darwin bug list. I think I saw a few calls are missing like pthread_kill().
MacNN Development

Looking for pthreads... — #4

Got the same problems. The libs aren�t there. i guess it has to do with not having the Developer Tools and only having the compileer out of the Darwin pack. - Tom
MacNN Development
mp.ls