Stuart Brorson wrote: Not that I know of. When I installed this system, I selected almost everything I could think of and in most cases, the standard packages were used. I think the installer mostly asks you what applications and utilities you want and it automatically loads the related packages without giving the details. There may be a way to select them, but it was not obvious to me.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? The above command returns: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 2Question: What is the result of "gcc --version"? gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 |