Re: pgAdmin III under wxCocoa

From: Adam Witney <awitney(at)sghms(dot)ac(dot)uk>
To: Stefan Csomor <csomor(at)advancedconcepts(dot)ch>, "'Adam H(dot) Pendleton'" <fmonkey(at)fmonkey(dot)net>
Cc: jm(at)poure(dot)com, 'pgadmin-hackers' <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin III under wxCocoa
Date: 2003-10-01 14:01:52
Message-ID: BBA09CE0.25899%awitney@sghms.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Hi Stefan,

Thanks. This now compiles and installs fine with wxWindows current CVS (on
MacOSX 10.2.6)

cd build
../configure --with-mac --disable-shared --enable-debug
make
make install

Do I need the STC and XRC bits as well? These do not compile as described on
the website instructions

cd contrib/src/stc
make
make: *** No targets specified and no makefile found. Stop.

Thanks again

adam

> Hi Adam
>
> please cvs update src/mac/checkbox.cpp, I've committed the typo fix
> yesterday evening
>
> Thanks,
>
> Stefan
>> -----Original Message-----
>> From: pgadmin-hackers-owner(at)postgresql(dot)org
>> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of Adam Witney
>> Sent: Mittwoch, 1. Oktober 2003 10:05
>> To: Adam H. Pendleton
>> Cc: jm(at)poure(dot)com; pgadmin-hackers
>> Subject: Re: [pgadmin-hackers] pgAdmin III under wxCocoa
>>
>> On 30/9/03 7:45 pm, "Adam H. Pendleton" <fmonkey(at)fmonkey(dot)net> wrote:
>>
>>> On Tuesday, Sep 30, 2003, at 08:58 US/Eastern, Adam Witney wrote:
>>>
>>>>
>>>> Actually latest CVS wxWindows, configure'd --with-cocoa fails with
>>>> this problem
>>>>
>>>> ../src/cocoa/font.cpp:88: type specifier omitted for parameter `
>>>> wxNativeEncodingInfo'
>>>> ../src/cocoa/font.cpp:88: parse error before `*' token
>>>> make: *** [corelib_font.o] Error 1
>>>>
>>>
>>> For now, I think we should probably just stick with the wxMac stuff.
>>> From what I understand, the wxCocoa code isn't as mature as
>> the wxMac
>>> code. Let's tackle on problem at a time. :-)
>>
>> Ok, it also fails with ../configure --with-mac
>> --disable-shared --enable-debug
>>
>> ../src/mac/checkbox.cpp: In member function `bool
>> wxCheckBox::Create(wxWindow*,
>> int, const wxString&, const wxPoint&, const wxSize&, long
>> int, const
>> wxValidator&, const wxString&)':
>> ../src/mac/checkbox.cpp:45: `wxCH_3STATE' undeclared (first use this
>> function)
>> ../src/mac/checkbox.cpp:45: (Each undeclared identifier is
>> reported only once
>> for each function it appears in.)
>> make: *** [corelib_checkbox.o] Error 1
>>
>>
>> --
>> This message has been scanned for viruses and dangerous
>> content by MailScanner, and is believed to be clean.
>>
>>
>> ---------------------------(end of
>> broadcast)---------------------------
>> TIP 8: explain analyze is your friend
>>
>
>

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-10-01 14:10:07 Re: Translation updates
Previous Message Dave Page 2003-10-01 14:01:25 Re: utffile.cpp & expatd.lib