Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Build fails on OSX using wx 2.7.0


  • From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
  • To: "Florian G. Pflug" <fgp(at)phlo(dot)org>
  • Cc: "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
  • Subject: Re: Build fails on OSX using wx 2.7.0
  • Date: Thu, 31 Aug 2006 16:00:57 +0100
  • Message-id: <E7F85A1B5FF8D44C8A1AF6885BC9A0E40154C94F(at)ratbert(dot)vale-housing(dot)co(dot)uk>

 

> -----Original Message-----
> From: Florian G. Pflug [mailto:fgp(at)phlo(dot)org] 
> Sent: 31 August 2006 16:00
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] Build fails on OSX using wx 2.7.0
> 
> *Putting brown paper bag over my head*. Arg! Forget it, it was not
> g++ that is buggy, it turned out that the biggest bug was sitting
> *in front* of the computer...
> 
> I've "make clean"-ed the wrong sourcetree, so my pgadmin3-trunk tree
> still contained some old object files built against 2.6.3...
> I've now cleaned my tree, and am in the process of recompiling...
> 
> Sorry for the noise and confusion..

Bah - that would have been my normal suggestion but I figured no,
Florian knows what he's doing :-p

> Interesting.. So "universal binaries" actually contain both 
> i386 and ppc
> code in one file? I've always though that universion apps just contain
> two different binaries for both architectures (One in "MacOS", and one
> in "MacOS86" or such...)

Yeah. They can include ppc64 as well. GCC will create them just fine, or
you can build them individually and combine the resulting executables
and libs using the lipo tool.

> > Anyhoo, when I've figured out how to build PostgreSQL, we 
> should be good
> > to go. In the meantime though, I can't believe wx dropped 
> support for
> > Panther. Do the samples build and run OK?
> 
> Hm.. I think that complete-bundle.sh will need some work to "do the 
> right thing" for universal binaries - Or have you already found a
> solution for that?

I haven't fully tested it, but last time I looked it didn't appear to be
much work to tweak for i386 binaries. Hopefully Universal will be
similarly simple.

/D



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group