Re: gcc ignoring defined macros?

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: gcc ignoring defined macros?
Date: 2003-10-02 15:01:58
Message-ID: 079101c388f6$207ef770$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

MessageHmm...

I am in confusion.
The one related to the reference of include was not a problem certainly.
define is done forcibly now.?
Oh..It is wrong....
I must think what you should do.

regards,
Hiroshi Saito

----- Original Message -----
From: Dave Page
To: Adam H. Pendleton
Cc: Hiroshi Saito ; pgadmin-hackers(at)postgresql(dot)org
Sent: Thursday, October 02, 2003 11:08 PM
Subject: Re: [pgadmin-hackers] gcc ignoring defined macros?

Hi Adam,

Tried that in frmConnect, and the SSL combo box is correctly populated, so the preprocessor is working, just not seeing the
externally defined macros. by the sound of it.

Regards, Dave.
-----Original Message-----
From: Adam H. Pendleton [mailto:fmonkey(at)fmonkey(dot)net]
Sent: 02 October 2003 15:04
To: Dave Page
Cc: Hiroshi Saito; pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [pgadmin-hackers] gcc ignoring defined macros?

Dave Page wrote:

I don't think it's an SSL problem, because it seems to ignore
__WXDEBUG__ as well.

What is the behavior if you add an explicit "#define SSL 1" before the #ifdef?

ahp

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Donald Fraser 2003-10-02 15:07:45 Reverse engineered Column definition incorrect for DEFAULT
Previous Message Hiroshi Saito 2003-10-02 14:54:15 Re: wxWindows Upgrade