Обсуждение: Re: Clipboard copy problem

Поиск
Список
Период
Сортировка

Re: Clipboard copy problem

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 09 September 2003 18:53
> To: Dave Page
> Cc: Jean-Michel POURE; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Clipboard copy problem
>
> >That sounds like it might be my fault - I stopped the xrc files being

> >installed in src/Makefile.am (they are only distributed in the source

> >now). In what circumstances are they actually required?
> >
> When compiled for debugging.

That's what I originally thought, but when I tested the Slackware build
on Snake (which is a debug build) it worked fine!

Odd. I'll look into that. Anyway, I've put the xrc's back where they
were.

Regards, Dave.

Re: Clipboard copy problem

От
Andreas Pflug
Дата:
Dave Page wrote:

>
>
>>-----Original Message-----
>>From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
>>Sent: 09 September 2003 18:53
>>To: Dave Page
>>Cc: Jean-Michel POURE; pgadmin-hackers@postgresql.org
>>Subject: Re: [pgadmin-hackers] Clipboard copy problem
>>
>>
>>
>>>That sounds like it might be my fault - I stopped the xrc files being
>>>
>>>
>
>
>
>>>installed in src/Makefile.am (they are only distributed in the source
>>>
>>>
>
>
>
>>>now). In what circumstances are they actually required?
>>>
>>>
>>>
>>When compiled for debugging.
>>
>>
>
>That's what I originally thought, but when I tested the Slackware build
>on Snake (which is a debug build) it worked fine!
>

To be more precise:
If the macro EMBED_XRC is defined (and it should be defined only for
release, not for debug), embedded dialogs are used.
There's no technical problem using EMBED_XRC with debug builds also,
it's just that ui/common/*.xrc are ignored.

Regards,
Andreas