Re: compile problem

From: "Tim Stahlhut" <stahta01(at)highstream(dot)net>
To: "'Hiroshi Saito'" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>, "'Dave Page'" <dpage(at)postgresql(dot)org>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: compile problem
Date: 2007-03-13 14:38:08
Message-ID: 000a01c7657d$38905950$adf7123f@timstahlhut
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

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

-----Original Message-----
From: Hiroshi Saito [mailto:z-saito(at)guitar(dot)ocn(dot)ne(dot)jp]
Sent: Tuesday, March 13, 2007 10:24 AM
To: Tim Stahlhut; 'Dave Page'
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [pgadmin-hackers] compile problem

Hi Tim-san.

> Yes, wxWidgets-2.8 has WXWIN_COMPATIBILITY_2_6=1 this is set in
> setup.h for windows users and passed as an option for Linux Users when
> building wxWidgets. If, you no longer support your application under
> wxWidgets 2.6 or below I would just rename them all they are listed in
> wx/filedlg.h. If you still support 2.6 I would set
> WXWIN_COMPATIBILITY_2_6=1 in setup.h till you get the other errors
> fixed first compiling against 2.9 (cvs-head)
>
> Tim S

Ahh, Indeed, Version 2.9 was understood. thanks!!
However, The problem has occurred to present SVN(pgadmin3) in wxWidgets
2.8.0.
I thought it was problem.?_?

Dave is thought to have forgotten this?
#include <wx/file.h> add the frmoptions.cpp is normal finished.

Regards,
Hiroshi Saito

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.9/719 - Release Date: 3/12/2007
8:41 AM

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.9/719 - Release Date: 3/12/2007
8:41 AM

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2007-03-13 14:48:04 Re: compile problem
Previous Message Hiroshi Saito 2007-03-13 14:24:08 Re: compile problem