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

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [wx-dev] Compile error in 2.6.0 with enable-mimetype=no on Linux
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E490E41E@ratbert.vale-housing.co.uk
обсуждение исходный текст
Список pgadmin-hackers

> -----Original Message-----
> From: Dave Page [mailto:dpage@vale-housing.co.uk]
> Sent: 27 April 2005 10:57
> To: wx-dev@lists.wxwidgets.org
> Subject: RE: [wx-dev] Compile error in 2.6.0 with
> enable-mimetype=no on Linux
>
>
>
> > -----Original Message-----
> > From: Vadim Zeitlin [mailto:vadim@wxwindows.org]
> > Sent: 27 April 2005 10:35
> > To: wx-dev@lists.wxwidgets.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@vale-housing.co.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.

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4297 - branches/REL-1_2_0_PATCHES/pgadmin3/src
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4298 - in trunk/pgadmin3: . src/frm