[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: gEDA install on SuSE 9.3 -- what am I missing?
On Wednesday 28 September 2005 20:35, Marvin Dickens wrote:
> On Wednesday 28 September 2005 02:17 pm, Daniel Wisehart wrote:
> > With YAST I had to pull in gcc, ncurses-devel, termcap, glade, flex,
> > bison, libxml2-devel. gSpiceUI still will not build.
>
> What does gcc complain with? Perhaps, I can help: I've got everything
> running on 9.2 and 9.3.
Thanks, Marvin. It looks like I am missing a header file, but I don't know
which one. Here is what gcc says:
g++ -c -O -Wall -pipe -I/usr/lib/wx/include/gtk2-unicode-release-2.5
-I/usr/include/wx-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64
-D_LARGE_FILES Â -I/usr/include -I/usr/X11R6/include -I. -Ibase -Imain
-Inetlist -Ignucap -Ingspice -Iprocess -Iutility gnucap/DlgGenCfg.cpp -o
obj/DlgGenCfg.o
gnucap/DlgGenCfg.cpp: In member function `void DlgGenCfg::Init()':
gnucap/DlgGenCfg.cpp:76: error: no matching function for call to `
 ÂwxStaticBoxSizer::wxStaticBoxSizer(wxOrientation, wxPanel*&, const Â
 Âwchar_t[6])'
/usr/include/wx-2.5/wx/sizer.h:632: error: candidates are: Â
 ÂwxStaticBoxSizer::wxStaticBoxSizer(const wxStaticBoxSizer&)
/usr/include/wx-2.5/wx/sizer.h:616: error: Â Â Â Â Â Â Â Â Â
 ÂwxStaticBoxSizer::wxStaticBoxSizer(wxStaticBox*, int)
gnucap/DlgGenCfg.cpp:102: error: no matching function for call to `
 ÂwxStaticBoxSizer::wxStaticBoxSizer(wxOrientation, wxPanel*&, const Â
 Âwchar_t[10])'
/usr/include/wx-2.5/wx/sizer.h:632: error: candidates are: Â
 ÂwxStaticBoxSizer::wxStaticBoxSizer(const wxStaticBoxSizer&)
/usr/include/wx-2.5/wx/sizer.h:616: error: Â Â Â Â Â Â Â Â Â
 ÂwxStaticBoxSizer::wxStaticBoxSizer(wxStaticBox*, int)
gnucap/DlgGenCfg.cpp:148: error: no matching function for call to `
 ÂwxStaticBoxSizer::wxStaticBoxSizer(wxOrientation, wxPanel*&, const Â
 Âwchar_t[6])'
/usr/include/wx-2.5/wx/sizer.h:632: error: candidates are: Â
 ÂwxStaticBoxSizer::wxStaticBoxSizer(const wxStaticBoxSizer&)
/usr/include/wx-2.5/wx/sizer.h:616: error: Â Â Â Â Â Â Â Â Â
 ÂwxStaticBoxSizer::wxStaticBoxSizer(wxStaticBox*, int)
make[1]: *** [obj/DlgGenCfg.o] Error 1
make[1]: Leaving directory
`/usr/local/src/geda-sources/gspiceui/gspiceui-v0.7.56/src'
make: *** [all] Error 2
Regards,
Daniel