Re: [wx-dev] Compile error in 2.6.0 with enable-mimetype=no on Linux

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <wx-dev(at)lists(dot)wxwidgets(dot)org>
Cc: "PgAdmin Hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [wx-dev] Compile error in 2.6.0 with enable-mimetype=no on Linux
Date: 2005-06-09 21:36:04
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E490E41E@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Dave Page [mailto:dpage(at)vale-housing(dot)co(dot)uk]
> Sent: 27 April 2005 10:57
> To: wx-dev(at)lists(dot)wxwidgets(dot)org
> Subject: RE: [wx-dev] Compile error in 2.6.0 with
> enable-mimetype=no on Linux
>
>
>
> > -----Original Message-----
> > From: Vadim Zeitlin [mailto:vadim(at)wxwindows(dot)org]
> > Sent: 27 April 2005 10:35
> > To: wx-dev(at)lists(dot)wxwidgets(dot)org
> > Subject: Re: [wx-dev] Compile error in 2.6.0 with
> > enable-mimetype=no on Linux
> >
> > On Wed, 27 Apr 2005 08:48:22 +0100 Dave Page
> > <dpage(at)vale-housing(dot)co(dot)uk> wrote:
> >
> > DP> I'm seeing the following compile error in wxGTK-2.6.0
> > when configuring
> > DP> with --enable-mimetype-no on Slackware Linux 9.1 & 10.1.
> > Another of our
> > DP> users has reported the same failure on Gentoo 2005.0:
> >
> > This has been already fixed, thanks,
> > VZ

Hi,

I just downloaded 2.6.1 and tried to build it and found that this
problem still exists.

./bk-deps g++ -c -o qalib_dbgrptg.o -D__WXGTK__ -I./src/tiff
-I./src/regex -I./src/expat/lib -D__WXDEBUG__
-Ilib/wx/include/gtk2-unicode-debug-static-2.6 -I./include -DXTHREADS
-D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D_LARGEFILE_SOURCE=1 -g -O0 -pthread -Wall -Wno-ctor-dtor-privacy
./src/generic/dbgrptg.cpp
src/generic/dbgrptg.cpp: In member function `void
wxDebugReportDialog::OnOpen(wxCommandEvent&)':
src/generic/dbgrptg.cpp:448: error: `wxFileType' undeclared (first use
this
function)
src/generic/dbgrptg.cpp:448: error: (Each undeclared identifier is
reported
only once for each function it appears in.)
src/generic/dbgrptg.cpp:448: error: parse error before `::' token
make: *** [qalib_dbgrptg.o] Error 1

The configure command line was: ./configure --with-gtk --enable-gtk2
--enable-unicode --disable-shared --enable-debug --enable-mimetype=no

Regards, Dave.

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-06-09 22:06:57 SVN Commit by dpage: r4298 - in trunk/pgadmin3: . src/frm
Previous Message svn 2005-06-09 20:55:12 SVN Commit by dpage: r4297 - branches/REL-1_2_0_PATCHES/pgadmin3/src