OSX Update: Night Builds - Mailing list pgadmin-hackers

From Florian G. Pflug
Subject OSX Update: Night Builds
Date
Msg-id 4263B459.80804@phlo.org
Whole thread Raw
List pgadmin-hackers
Hi

I finally got my old B&W G3 to compile nighty builds of pgadmin.
Is there a place I could upload those builds to?

The crash-problems seems to be fixed - my last nighty build doesn't
crash anymore, when I try to open a dialog. I don't know if it was a
wx problem, or if it was a problem of my build... The problem went
away after "make clean" & reconfigure of both wx and pgadmin - but since
there where updates to wx in the meantime, those updates might as well have fixed
the bug...

As OpenMacNew reported, you cannot compile a app-bundle after a fresh
checkout of pgadmin at the moment, because the permissions of
complete-bundle.sh in pkg/mac are not set to "executable". Could
someone with cvs access either fix those permissions (And debug-bundle.sh
should probably be executable too, but since it's for developers only,
it's not terribly important ;-) ), or change the line
./complete-bundle.sh "$(bundledir)"
to
sh ./complete-bundle.sh "$(bundledir)"

Choose whichever method you prefer ;-)

greetings, Florian Pflug



Attachment

pgadmin-hackers by date:

Previous
From: cvs@developer.pgadmin.org
Date:
Subject: CVS Commit by dpage: Only set the schedule end date to NULL when
Next
From: "Dave Page"
Date:
Subject: Re: OSX Update: Night Builds