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: compile problem


  • From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
  • To: "Tim Stahlhut" <stahta01(at)highstream(dot)net>, "'Dave Page'" <dpage(at)postgresql(dot)org>
  • Cc: <pgadmin-hackers(at)postgresql(dot)org>
  • Subject: Re: compile problem
  • Date: Tue, 13 Mar 2007 23:48:04 +0900
  • Message-id: <061401c7657e$9b231200$c701a8c0(at)wiseknot(dot)local>

Hi Tim-san.

I would check your setup.h file, it is never safe to assume what values is
in it.
Check both include\wx\msw\setup.h and the one(s) under sub-folders in the
folder lib\

The ones under lib\ are the ones that should be used in compiling clients
apps, but this starts out as a copy of include\wx\msw\setup.h
Which in turn is a copy of include\wx\msw\setup0.h

The line to verify is this one

#define WXWIN_COMPATIBILITY_2_6 1

Um, we have the recommends xtra/wx-build/setup0-msw-2.8.h
It has already #define WXWIN_COMPATIBILITY_2_6 1


Note, wxWidgets 2.8.2 is do to be released today, if internal testing works
well.

Ah,  It is a good news. Thanks!

Regards,
Hiroshi Saito




Home | Main Index | Thread Index

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