Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564092 - media-gfx/comical-0.8-r3 fails to build with wxGTK:3.0
Summary: media-gfx/comical-0.8-r3 fails to build with wxGTK:3.0
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard: Pending removal: 2016-02-08
Keywords: PMASKED
Depends on:
Blocks: wxwidgets-3.0
  Show dependency tree
 
Reported: 2015-10-25 14:57 UTC by Pacho Ramos
Modified: 2016-02-20 18:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2015-10-25 14:57:31 UTC
ComicalFrame.cpp:312:164: error: 'wxOPEN' was not declared in this scope
  wxString filename = wxFileSelector(wxT("Open a Comic Book"), cwd, wxT(""), wxT(""), wxT("Comic Books (*.cbr,*.cbz,*.rar,*.zip)|*.cbr;*.CBR;*.cbz;*.CBZ;*.rar;*.RAR;*.zip;*.ZIP"), wxOPEN | wxCHANGE_DIR | wxFILE_MUST_EXIST, this);
                                                                                                                                                                    ^
ComicalFrame.cpp:312:173: error: 'wxCHANGE_DIR' was not declared in this scope
  wxString filename = wxFileSelector(wxT("Open a Comic Book"), cwd, wxT(""), wxT(""), wxT("Comic Books (*.cbr,*.cbz,*.rar,*.zip)|*.cbr;*.CBR;*.cbz;*.CBZ;*.rar;*.RAR;*.zip;*.ZIP"), wxOPEN | wxCHANGE_DIR | wxFILE_MUST_EXIST, this);
                                                                                                                                                                             ^
ComicalFrame.cpp:312:188: error: 'wxFILE_MUST_EXIST' was not declared in this scope
  wxString filename = wxFileSelector(wxT("Open a Comic Book"), cwd, wxT(""), wxT(""), wxT("Comic Books (*.cbr,*.cbz,*.rar,*.zip)|*.cbr;*.CBR;*.cbz;*.CBZ;*.rar;*.RAR;*.zip;*.ZIP"), wxOPEN | wxCHANGE_DIR | wxFILE_MUST_EXIST, this);
                                                                                                                                                                                            ^
In file included from /usr/include/wx-3.0/wx/config.h:14:0,
                 from ComicalFrame.h:32,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/confbase.h: In instantiation of 'bool wxConfigBase::Write(const wxString&, const T&) [with T = COMICAL_ZOOM]':
ComicalFrame.cpp:282:29:   required from here
/usr/include/wx-3.0/wx/confbase.h:313:41: error: no matching function for call to 'wxToString(const COMICAL_ZOOM&)'
     { return Write(key, wxToString(value)); }
                                         ^
/usr/include/wx-3.0/wx/confbase.h:313:41: note: candidates are:
In file included from /usr/include/wx-3.0/wx/window.h:23:0,
                 from /usr/include/wx-3.0/wx/nonownedwnd.h:14,
                 from /usr/include/wx-3.0/wx/toplevel.h:20,
                 from /usr/include/wx-3.0/wx/frame.h:18,
                 from ComicalFrame.h:30,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/font.h:474:50: note: wxString wxToString(const wxFontBase&)
 WXDLLIMPEXP_CORE wxString wxToString(const wxFontBase& font);
                                                  ^
/usr/include/wx-3.0/wx/font.h:474:50: note:   no known conversion for argument 1 from 'const COMICAL_ZOOM' to 'const wxFontBase&'
In file included from /usr/include/wx-3.0/wx/window.h:24:0,
                 from /usr/include/wx-3.0/wx/nonownedwnd.h:14,
                 from /usr/include/wx-3.0/wx/toplevel.h:20,
                 from /usr/include/wx-3.0/wx/frame.h:18,
                 from ComicalFrame.h:30,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/colour.h:211:50: note: wxString wxToString(const wxColourBase&)
 WXDLLIMPEXP_CORE wxString wxToString(const wxColourBase& col);
                                                  ^
/usr/include/wx-3.0/wx/colour.h:211:50: note:   no known conversion for argument 1 from 'const COMICAL_ZOOM' to 'const wxColourBase&'
In file included from /usr/include/wx-3.0/wx/config.h:14:0,
                 from ComicalFrame.h:32,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/confbase.h: In instantiation of 'bool wxConfigBase::Write(const wxString&, const T&) [with T = FREE_IMAGE_FILTER]':
ComicalFrame.cpp:285:33:   required from here
/usr/include/wx-3.0/wx/confbase.h:313:41: error: no matching function for call to 'wxToString(const FREE_IMAGE_FILTER&)'
     { return Write(key, wxToString(value)); }
                                         ^
/usr/include/wx-3.0/wx/confbase.h:313:41: note: candidates are:
In file included from /usr/include/wx-3.0/wx/window.h:23:0,
                 from /usr/include/wx-3.0/wx/nonownedwnd.h:14,
                 from /usr/include/wx-3.0/wx/toplevel.h:20,
                 from /usr/include/wx-3.0/wx/frame.h:18,
                 from ComicalFrame.h:30,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/font.h:474:50: note: wxString wxToString(const wxFontBase&)
 WXDLLIMPEXP_CORE wxString wxToString(const wxFontBase& font);
                                                  ^
/usr/include/wx-3.0/wx/font.h:474:50: note:   no known conversion for argument 1 from 'const FREE_IMAGE_FILTER' to 'const wxFontBase&'
In file included from /usr/include/wx-3.0/wx/window.h:24:0,
                 from /usr/include/wx-3.0/wx/nonownedwnd.h:14,
                 from /usr/include/wx-3.0/wx/toplevel.h:20,
                 from /usr/include/wx-3.0/wx/frame.h:18,
                 from ComicalFrame.h:30,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/colour.h:211:50: note: wxString wxToString(const wxColourBase&)
 WXDLLIMPEXP_CORE wxString wxToString(const wxColourBase& col);
                                                  ^
/usr/include/wx-3.0/wx/colour.h:211:50: note:   no known conversion for argument 1 from 'const FREE_IMAGE_FILTER' to 'const wxColourBase&'
In file included from /usr/include/wx-3.0/wx/config.h:14:0,
                 from ComicalFrame.h:32,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/confbase.h: In instantiation of 'bool wxConfigBase::Write(const wxString&, const T&) [with T = COMICAL_MODE]':
ComicalFrame.cpp:286:29:   required from here
/usr/include/wx-3.0/wx/confbase.h:313:41: error: no matching function for call to 'wxToString(const COMICAL_MODE&)'
     { return Write(key, wxToString(value)); }
                                         ^
/usr/include/wx-3.0/wx/confbase.h:313:41: note: candidates are:
In file included from /usr/include/wx-3.0/wx/window.h:23:0,
                 from /usr/include/wx-3.0/wx/nonownedwnd.h:14,
                 from /usr/include/wx-3.0/wx/toplevel.h:20,
                 from /usr/include/wx-3.0/wx/frame.h:18,
                 from ComicalFrame.h:30,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/font.h:474:50: note: wxString wxToString(const wxFontBase&)
 WXDLLIMPEXP_CORE wxString wxToString(const wxFontBase& font);
                                                  ^
/usr/include/wx-3.0/wx/font.h:474:50: note:   no known conversion for argument 1 from 'const COMICAL_MODE' to 'const wxFontBase&'
In file included from /usr/include/wx-3.0/wx/window.h:24:0,
                 from /usr/include/wx-3.0/wx/nonownedwnd.h:14,
                 from /usr/include/wx-3.0/wx/toplevel.h:20,
                 from /usr/include/wx-3.0/wx/frame.h:18,
                 from ComicalFrame.h:30,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/colour.h:211:50: note: wxString wxToString(const wxColourBase&)
 WXDLLIMPEXP_CORE wxString wxToString(const wxColourBase& col);
                                                  ^
/usr/include/wx-3.0/wx/colour.h:211:50: note:   no known conversion for argument 1 from 'const COMICAL_MODE' to 'const wxColourBase&'
In file included from /usr/include/wx-3.0/wx/config.h:14:0,
                 from ComicalFrame.h:32,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/confbase.h: In instantiation of 'bool wxConfigBase::Write(const wxString&, const T&) [with T = COMICAL_DIRECTION]':
ComicalFrame.cpp:287:39:   required from here
/usr/include/wx-3.0/wx/confbase.h:313:41: error: no matching function for call to 'wxToString(const COMICAL_DIRECTION&)'
     { return Write(key, wxToString(value)); }
                                         ^
/usr/include/wx-3.0/wx/confbase.h:313:41: note: candidates are:
In file included from /usr/include/wx-3.0/wx/window.h:23:0,
                 from /usr/include/wx-3.0/wx/nonownedwnd.h:14,
                 from /usr/include/wx-3.0/wx/toplevel.h:20,
                 from /usr/include/wx-3.0/wx/frame.h:18,
                 from ComicalFrame.h:30,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/font.h:474:50: note: wxString wxToString(const wxFontBase&)
 WXDLLIMPEXP_CORE wxString wxToString(const wxFontBase& font);
                                                  ^
/usr/include/wx-3.0/wx/font.h:474:50: note:   no known conversion for argument 1 from 'const COMICAL_DIRECTION' to 'const wxFontBase&'
In file included from /usr/include/wx-3.0/wx/window.h:24:0,
                 from /usr/include/wx-3.0/wx/nonownedwnd.h:14,
                 from /usr/include/wx-3.0/wx/toplevel.h:20,
                 from /usr/include/wx-3.0/wx/frame.h:18,
                 from ComicalFrame.h:30,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/colour.h:211:50: note: wxString wxToString(const wxColourBase&)
 WXDLLIMPEXP_CORE wxString wxToString(const wxColourBase& col);
                                                  ^
/usr/include/wx-3.0/wx/colour.h:211:50: note:   no known conversion for argument 1 from 'const COMICAL_DIRECTION' to 'const wxColourBase&'
In file included from /usr/include/wx-3.0/wx/config.h:14:0,
                 from ComicalFrame.h:32,
                 from ComicalFrame.cpp:27:
/usr/include/wx-3.0/wx/confbase.h: In member function 'bool wxConfigBase::Write(const wxString&, const T&) [with T = COMICAL_ZOOM]':
/usr/include/wx-3.0/wx/confbase.h:313:45: warning: control reaches end of non-void function [-Wreturn-type]
     { return Write(key, wxToString(value)); }
                                             ^
/usr/include/wx-3.0/wx/confbase.h: In member function 'bool wxConfigBase::Write(const wxString&, const T&) [with T = FREE_IMAGE_FILTER]':
/usr/include/wx-3.0/wx/confbase.h:313:45: warning: control reaches end of non-void function [-Wreturn-type]
     { return Write(key, wxToString(value)); }
                                             ^
/usr/include/wx-3.0/wx/confbase.h: In member function 'bool wxConfigBase::Write(const wxString&, const T&) [with T = COMICAL_MODE]':
/usr/include/wx-3.0/wx/confbase.h:313:45: warning: control reaches end of non-void function [-Wreturn-type]
     { return Write(key, wxToString(value)); }
                                             ^
/usr/include/wx-3.0/wx/confbase.h: In member function 'bool wxConfigBase::Write(const wxString&, const T&) [with T = COMICAL_DIRECTION]':
/usr/include/wx-3.0/wx/confbase.h:313:45: warning: control reaches end of non-void function [-Wreturn-type]
     { return Write(key, wxToString(value)); }
                                             ^
Makefile:23: recipe for target 'ComicalFrame.o' failed
make[1]: *** [ComicalFrame.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-gfx/comical-0.8-r3/work/comical-0.8/src'
Makefile:19: recipe for target 'src/ComicBookDir.o' failed
make: *** [src/ComicBookDir.o] Error 2
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2015-10-25 18:06:04 UTC
This package should be removed.
Comment 2 Pacho Ramos gentoo-dev 2016-02-20 18:24:11 UTC
removed