> Has anybody been successful in installing gEDA on Fedora Core 4 from the=20 > latest CD? I have been messing with it for a couple of days now and I=20 > think I have all of the required toolkits and such installed. It seems=20 > like this software requires the "-devel" versions of the fedora packages=20 > so I ended up adding this version each time an error occurred.
This is good to know. I will insert a note into the README that you need to have the -devel versions of most packages to get the CD to work. Question: Is there an installation flavor of FC4 which automatically installs all the -devel versions of the various packages when you first install it? > g++ -c -O -Wall -pipe -I/usr/local/lib/wx/include/gtk2-ansi-release-2.6=20 > -I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__=20 > -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=3D1=20 > -DNO_GCC_PRAGMA -I/usr/include -I/usr/X11R6/include -I. -Ibase -Imain=20 > -Inetlist -Ignucap -Ingspice -Iprocess -Iutility AppGSpiceUI.cpp -o=20 > obj/AppGSpiceUI.o > CmdLinePcr.hpp:49: error: ISO C++ forbids declaration of =91AppGno type > CmdLinePcr.hpp:49: error: expect > CmdLinePcr.hpp:73: error: expected `)' bken > AppGSpiceUI.cpp: In member function =91virtual bool AppGSpiceUI::OnInit()= > =92: > AppGSpiceUI.cpp:75: error: no matching function for call to=20 > =91CmdLinePcr::CmdLinePcr(AppGSpiceUI* const)=92 > CmdLinePcr.hpp:46: note: candidates are: CmdLinePcr::CmdLinePcr() > CmdLinePcr.hpp:46: note: CmdLinePcr::CmdLinePcr(const CmdLinePcr&) > make[1]: *** [obj/AppGSpiceUI.o] Error 1 > make[1]: Leaving directory `/opt/geda-sources/gspiceui/gspiceui-v0.7.56/s= > rc' > make: *** [all] Error 2 Question: What is the result of "gcc --version"? > Does anybody have any suggestions on getting past this problem? The=20 > first time I got this far, I told the system to continue the install=20 > anyway and more errors came up later. I am not sure if these were=20 > cumulative errors, so I figured I would try to tackle them one at a time. If you continue with the install, the CD just goes to the next program and tries doing the "./configure && make && make install" thing on it. That is, the errors don't accumulate. Stuart
