Problem to build version 6.14 on Fedora 21 (X86_64)

Get help for specific problems
Posts: 1
Joined: 12 Jun 2005

meganetsoft

Hello,
I'm trying to build following viewtopic.php?t=676 , but I'd an error :
"[user@host Source]$ make BUILD=Launchpad
mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/
g++ -std=c++11 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -DZEN_LINUX -pthread `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libselinux` -DHAVE_SELINUX -c algorithm.cpp -o ../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o
In file included from /usr/include/wx-2.8/wx/string.h:55:0,
from /usr/include/wx-2.8/wx/bitmap.h:19,
from ../../wx+/image_resources.h:10,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/buffer.h: In member function ‘void wxMemoryBuffer::AppendByte(char)’:
/usr/include/wx-2.8/wx/buffer.h:289:67: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );
^
In file included from /usr/include/wx-2.8/wx/datetime.h:34:0,
from /usr/include/wx-2.8/wx/variant.h:26,
from /usr/include/wx-2.8/wx/colour.h:48,
from /usr/include/wx-2.8/wx/bitmap.h:21,
from ../../wx+/image_resources.h:10,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayShort::Remove(_wxArraywxArrayShort)’:
/usr/include/wx-2.8/wx/dynarray.h:993:1529: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE);
^
In file included from /usr/include/wx-2.8/wx/datetime.h:34:0,
from /usr/include/wx-2.8/wx/variant.h:26,
from /usr/include/wx-2.8/wx/colour.h:48,
from /usr/include/wx-2.8/wx/bitmap.h:21,
from ../../wx+/image_resources.h:10,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayInt::Remove(_wxArraywxArrayInt)’:
/usr/include/wx-2.8/wx/dynarray.h:994:1459: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE);
^
In file included from /usr/include/wx-2.8/wx/datetime.h:34:0,
from /usr/include/wx-2.8/wx/variant.h:26,
from /usr/include/wx-2.8/wx/colour.h:48,
from /usr/include/wx-2.8/wx/bitmap.h:21,
from ../../wx+/image_resources.h:10,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayDouble::Remove(_wxArraywxArrayDouble)’:
/usr/include/wx-2.8/wx/dynarray.h:995:1564: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE);
^
In file included from /usr/include/wx-2.8/wx/datetime.h:34:0,
from /usr/include/wx-2.8/wx/variant.h:26,
from /usr/include/wx-2.8/wx/colour.h:48,
from /usr/include/wx-2.8/wx/bitmap.h:21,
from ../../wx+/image_resources.h:10,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayLong::Remove(_wxArraywxArrayLong)’:
/usr/include/wx-2.8/wx/dynarray.h:996:1494: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE);
^
In file included from /usr/include/wx-2.8/wx/datetime.h:34:0,
from /usr/include/wx-2.8/wx/variant.h:26,
from /usr/include/wx-2.8/wx/colour.h:48,
from /usr/include/wx-2.8/wx/bitmap.h:21,
from ../../wx+/image_resources.h:10,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)’:
/usr/include/wx-2.8/wx/dynarray.h:997:1598: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE);
^
In file included from /usr/include/wx-2.8/wx/variant.h:26:0,
from /usr/include/wx-2.8/wx/colour.h:48,
from /usr/include/wx-2.8/wx/bitmap.h:21,
from ../../wx+/image_resources.h:10,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/datetime.h: In member function ‘void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)’:
/usr/include/wx-2.8/wx/datetime.h:1506:1851: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *,
^
In file included from /usr/include/wx-2.8/wx/clntdata.h:162:0,
from /usr/include/wx-2.8/wx/event.h:18,
from /usr/include/wx-2.8/wx/window.h:19,
from /usr/include/wx-2.8/wx/control.h:23,
from /usr/include/wx-2.8/wx/animate.h:20,
from ../../wx+/image_resources.h:11,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/vector.h: In member function ‘wxVectorBase& wxVectorBase::operator=(const wxVectorBase&)’:
/usr/include/wx-2.8/wx/vector.h:129:64: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
wxCHECK(copy(vb), *this);
^
In file included from /usr/include/wx-2.8/wx/event.h:18:0,
from /usr/include/wx-2.8/wx/window.h:19,
from /usr/include/wx-2.8/wx/control.h:23,
from /usr/include/wx-2.8/wx/animate.h:20,
from ../../wx+/image_resources.h:11,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/clntdata.h: In copy constructor ‘wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)’:
/usr/include/wx-2.8/wx/clntdata.h:172:452: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
_WX_DECLARE_VECTOR(
^
/usr/include/wx-2.8/wx/clntdata.h: In member function ‘void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)’:
/usr/include/wx-2.8/wx/clntdata.h:172:639: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
_WX_DECLARE_VECTOR(
^
In file included from /usr/include/wx-2.8/wx/window.h:19:0,
from /usr/include/wx-2.8/wx/control.h:23,
from /usr/include/wx-2.8/wx/animate.h:20,
from ../../wx+/image_resources.h:11,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/event.h: In member function ‘void wxCloseEvent::Veto(bool)’:
/usr/include/wx-2.8/wx/event.h:1409:59: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
wxCHECK_RET( m_canVeto,
^
In file included from /usr/include/wx-2.8/wx/window.h:19:0,
from /usr/include/wx-2.8/wx/control.h:23,
from /usr/include/wx-2.8/wx/animate.h:20,
from ../../wx+/image_resources.h:11,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/event.h: In member function ‘void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)’:
/usr/include/wx-2.8/wx/event.h:2324:1931: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray);
^
In file included from /usr/include/wx-2.8/wx/window.h:19:0,
from /usr/include/wx-2.8/wx/control.h:23,
from /usr/include/wx-2.8/wx/animate.h:20,
from ../../wx+/image_resources.h:11,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/event.h: In function ‘void wxPostEvent(wxEvtHandler*, wxEvent&)’:
/usr/include/wx-2.8/wx/event.h:2568:50: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );
^
In file included from /usr/include/wx-2.8/wx/window.h:1486:0,
from /usr/include/wx-2.8/wx/control.h:23,
from /usr/include/wx-2.8/wx/animate.h:20,
from ../../wx+/image_resources.h:11,
from algorithm.cpp:15:
/usr/include/wx-2.8/wx/gtk/window.h: In member function ‘void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)’:
/usr/include/wx-2.8/wx/gtk/window.h:19:1666: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows);
^
mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/
g++ -std=c++11 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -DZEN_LINUX -pthread `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libselinux` -DHAVE_SELINUX -c application.cpp -o ../Obj/FFS_GCC_Make_Release/ffs/src/application.o
In file included from /usr/include/wx-2.8/wx/string.h:55:0,
from /usr/include/wx-2.8/wx/memory.h:16,
from /usr/include/wx-2.8/wx/object.h:20,
from /usr/include/wx-2.8/wx/event.h:17,
from /usr/include/wx-2.8/wx/app.h:20,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/buffer.h: In member function ‘void wxMemoryBuffer::AppendByte(char)’:
/usr/include/wx-2.8/wx/buffer.h:289:67: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") );
^
In file included from /usr/include/wx-2.8/wx/clntdata.h:162:0,
from /usr/include/wx-2.8/wx/event.h:18,
from /usr/include/wx-2.8/wx/app.h:20,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/vector.h: In member function ‘wxVectorBase& wxVectorBase::operator=(const wxVectorBase&)’:
/usr/include/wx-2.8/wx/vector.h:129:64: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
wxCHECK(copy(vb), *this);
^
In file included from /usr/include/wx-2.8/wx/event.h:18:0,
from /usr/include/wx-2.8/wx/app.h:20,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/clntdata.h: In copy constructor ‘wxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)’:
/usr/include/wx-2.8/wx/clntdata.h:172:452: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
_WX_DECLARE_VECTOR(
^
/usr/include/wx-2.8/wx/clntdata.h: In member function ‘void wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)’:
/usr/include/wx-2.8/wx/clntdata.h:172:639: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
_WX_DECLARE_VECTOR(
^
In file included from /usr/include/wx-2.8/wx/event.h:27:0,
from /usr/include/wx-2.8/wx/app.h:20,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayShort::Remove(_wxArraywxArrayShort)’:
/usr/include/wx-2.8/wx/dynarray.h:993:1529: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE);
^
In file included from /usr/include/wx-2.8/wx/event.h:27:0,
from /usr/include/wx-2.8/wx/app.h:20,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayInt::Remove(_wxArraywxArrayInt)’:
/usr/include/wx-2.8/wx/dynarray.h:994:1459: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE);
^
In file included from /usr/include/wx-2.8/wx/event.h:27:0,
from /usr/include/wx-2.8/wx/app.h:20,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayDouble::Remove(_wxArraywxArrayDouble)’:
/usr/include/wx-2.8/wx/dynarray.h:995:1564: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE);
^
In file included from /usr/include/wx-2.8/wx/event.h:27:0,
from /usr/include/wx-2.8/wx/app.h:20,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayLong::Remove(_wxArraywxArrayLong)’:
/usr/include/wx-2.8/wx/dynarray.h:996:1494: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE);
^
In file included from /usr/include/wx-2.8/wx/event.h:27:0,
from /usr/include/wx-2.8/wx/app.h:20,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/dynarray.h: In member function ‘void wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)’:
/usr/include/wx-2.8/wx/dynarray.h:997:1598: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE);
^
In file included from /usr/include/wx-2.8/wx/app.h:20:0,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/event.h: In member function ‘void wxCloseEvent::Veto(bool)’:
/usr/include/wx-2.8/wx/event.h:1409:59: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
wxCHECK_RET( m_canVeto,
^
In file included from /usr/include/wx-2.8/wx/app.h:20:0,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/event.h: In member function ‘void wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)’:
/usr/include/wx-2.8/wx/event.h:2324:1931: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray);
^
In file included from /usr/include/wx-2.8/wx/app.h:20:0,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/event.h: In function ‘void wxPostEvent(wxEvtHandler*, wxEvent&)’:
/usr/include/wx-2.8/wx/event.h:2568:50: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );
^
In file included from /usr/include/wx-2.8/wx/variant.h:26:0,
from /usr/include/wx-2.8/wx/colour.h:48,
from /usr/include/wx-2.8/wx/window.h:25,
from ../../wx+/app_main.h:10,
from application.cpp:12:
/usr/include/wx-2.8/wx/datetime.h: In member function ‘void wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)’:
/usr/include/wx-2.8/wx/datetime.h:1506:1851: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *,
^
In file included from /usr/include/wx-2.8/wx/window.h:1486:0,
from ../../wx+/app_main.h:10,
from application.cpp:12:
/usr/include/wx-2.8/wx/gtk/window.h: In member function ‘void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)’:
/usr/include/wx-2.8/wx/gtk/window.h:19:1666: attention : typedef ‘wxDummyCheckInt’ locally defined but not used [-Wunused-local-typedefs]
WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows);
^
In file included from lib/process_xml.h:14:0,
from comparison.h:11,
from application.cpp:16:
lib/../ui/column_attr.h: At global scope:
lib/../ui/column_attr.h:36:109: attention : ‘zen::STATIC_WARNING_87903124’ is deprecated (declared at lib/../ui/column_attr.h:36) [-Wdeprecated-declarations]
warn_static("two stretched oclumsn: hide vergr��ert range!")
^
In file included from ui/batch_status_handler.h:11:0,
from application.cpp:19:
../../zen/file_io.h:65:109: attention : ‘zen::STATIC_WARNING_87903124’ is deprecated (declared at ../../zen/file_io.h:65) [-Wdeprecated-declarations]
warn_static("get rid of FileInputUnbuffered/FileOutputUnbuffered, use fdopen instead")
^
In file included from ui/main_dlg.h:15:0,
from ui/switch_to_gui.h:11,
from ui/batch_status_handler.h:16,
from application.cpp:19:
../../wx+/file_drop.h: In member function ‘virtual bool zen::impl::WindowDropTarget::OnDropFiles(wxCoord, wxCoord, const wxArrayString&)’:
../../wx+/file_drop.h:94:94: erreur: no matching function for call to ‘wxEvtHandler::AddPendingEvent(zen::FileDropEvent)’
handler->AddPendingEvent(FileDropEvent(filepaths, dropWindow_, wxPoint(x, y)));
^
../../wx+/file_drop.h:94:94: note: candidate is:
In file included from /usr/include/wx-2.8/wx/app.h:20:0,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/event.h:2405:10: note: void wxEvtHandler::AddPendingEvent(wxEvent&)
void AddPendingEvent(wxEvent& event);
^
/usr/include/wx-2.8/wx/event.h:2405:10: note: no known conversion for argument 1 from ‘zen::FileDropEvent’ to ‘wxEvent&’
In file included from ui/custom_grid.h:10:0,
from ui/main_dlg.h:18,
from ui/switch_to_gui.h:11,
from ui/batch_status_handler.h:16,
from application.cpp:19:
../../wx+/grid.h: At global scope:
../../wx+/grid.h:211:12: erreur: ‘wxSize zen::Grid::GetSizeAvailableForScrollTarget(const wxSize&)’ marked override, but does not override
wxSize GetSizeAvailableForScrollTarget(const wxSize& size) override; //required since wxWidgets 2.9 if SetTargetWindow() is used
^
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:30:0,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from application.cpp:31:
/usr/include/gtk-3.0/gdk/gdktypes.h:127:27: erreur: conflicting declaration ‘typedef struct _GdkWindow GdkWindow’
typedef struct _GdkWindow GdkWindow;
^
In file included from /usr/include/wx-2.8/wx/event.h:15:0,
from /usr/include/wx-2.8/wx/app.h:20,
from application.h:12,
from application.cpp:7:
/usr/include/wx-2.8/wx/defs.h:2791:29: note: previous declaration as ‘typedef struct _GdkDrawable GdkWindow’
typedef struct _GdkDrawable GdkWindow;
^
application.cpp: In member function ‘virtual bool Application::OnInit()’:
application.cpp:165:7: attention : ‘void gtk_rc_parse(const gchar*)’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:194): Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
::gtk_rc_parse((getResourceDir() + "styles.gtk_rc").c_str()); //remove inner border from bitmap buttons
^
application.cpp:165:64: attention : ‘void gtk_rc_parse(const gchar*)’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:194): Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
::gtk_rc_parse((getResourceDir() + "styles.gtk_rc").c_str()); //remove inner border from bitmap buttons
^
application.cpp:169:5: erreur: ‘SetAutoPop’ is not a member of ‘wxToolTip’
wxToolTip::SetAutoPop(7000); //http://msdn.microsoft.com/en-us/library/windows/desktop/aa511495.aspx
^
Makefile:95: recipe for target '../Obj/FFS_GCC_Make_Release/ffs/src/application.o' failed
make: *** [../Obj/FFS_GCC_Make_Release/ffs/src/application.o] Error 1".

Do you have an idea?