Re: utffile.cpp & expatd.lib

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: utffile.cpp & expatd.lib
Date: 2003-10-01 14:01:25
Message-ID: 03AF4E498C591348A42FC93DEA9661B83AF272@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
> Sent: 01 October 2003 14:52
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] utffile.cpp & expatd.lib
>
>
> Dave Page wrote:
>
> >Hi Andreas,
> >
> >I've just found myself unable to compile CVS because of
> problems with
> >utffile.h/cpp and expatd.cpp. Having temporarily removed them I can
> >carry on, but have you upgraded wx and added expat for some reason?
> >
>
> utffile is in our cvs,

Yes I know, but it won't compile (see below)

> while expatd.cpp isn't in my wx cvs snapshot
> either; it compiles anyway.

It's trying to link with expatd.lib which I do not have on Windows.
iirc, xrc uses a cut down version of expat, or must add a full version
to the list of prereqs?

Regards, Dave

Compiling...
utffile.cpp
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(21) : error C2629:
unexpected 'class wxUtfFile ('
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(21) : error C2238:
unexpected token(s) preceding ';'
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(22) : error C2629:
unexpected 'class wxUtfFile ('
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(22) : error C2238:
unexpected token(s) preceding ';'
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(24) : error C2061: syntax
error : identifier 'wxFontEncoding'
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(25) : error C2061: syntax
error : identifier 'wxFontEncoding'
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(26) : error C2061: syntax
error : identifier 'wxFontEncoding'
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(39) : error C2061: syntax
error : identifier 'wxFontEncoding'
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(40) : error C2061: syntax
error : identifier 'wxFontEncoding'
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(43) : error C2146: syntax
error : missing ';' before identifier 'm_encoding'
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(43) : error C2501:
'wxFontEncoding' : missing storage-class or type specifiers
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\include\utffile.h(43) : error C2501:
'm_encoding' : missing storage-class or type specifiers
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\utils\utffile.cpp(13) : error C2146: syntax
error : missing ';' before identifier 'wxConvUTF16BE'
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\utils\utffile.cpp(13) : error C2501:
'wxMBConvUTF16BE' : missing storage-class or type specifiers
c:\documents and settings\dpage\my
documents\cvs\pgadmin3\src\utils\utffile.cpp(13) : fatal error C1004:
unexpected end of file found
Error executing cl.exe.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam Witney 2003-10-01 14:01:52 Re: pgAdmin III under wxCocoa
Previous Message Adam H. Pendleton 2003-10-01 13:53:24 Re: GPL code issue?