[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA: SPICE GUI
Hi, Mike.
I'm trying to install your spice GUI. The first problem was trivial:
the src/obj directory does not exist, so I had to create it. The next
one is probably a g++ compatibility thing:
FrmMain.cpp:662: error: default argument given for parameter 1 of `bool
FrmMain::bImportSchem(const char*)'
FrmMain.hpp:132: error: after previous specification in `bool
FrmMain::bImportSchem(const char*)'
make[1]: *** [obj/FrmMain.o] Error 1
I'm using g++ version 3.3.3, which comes with Fedora Core 2.
Bill