<DIV style="font-family:Arial, sans-serif; font-size:10pt;">Hello,<BR><BR>     I found some further dependencies for this package:<BR>     libgnomeprint<BR>     libgnomeprintui<BR>     libgnomecanvas<BR>     libgnomecups<BR><BR>     Also, the compile failed for edaappl.cpp (error message below).  This is not really a problem with the package. However, I untared the source, edited line 454 to:<BR>     //m_BinDir = wxStandardPaths().GetExecutablePath();<BR>     m_BinDir = wxStandardPaths::Get().GetExecutablePath();<BR>     and tared it back up. The compile finished and Kicad installed.<BR>     Kicad seems to run OK.<BR>     However, there is no component library and no documentation that I can locate.<BR>     I loaded a demo schematic and played with some of the functionality. It seems alright. I guess I could have messed-up the source tarball when I fixed the source line.<BR><BR>[ 46%] Building CXX object common/CMakeFiles/common.dir/edaappl.cpp.o<BR>cd /tmp/SBo/kicad-bzr_20130325/build/common && /usr/bin/c++   -DKICAD_STABLE_VERSION -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -O2 -fPIC -fPIC -pthread -Wno-narrowing -O1 -Wall -DNDEBUG -I/tmp/SBo/kicad-bzr_20130325/include -I/tmp/SBo/kicad-bzr_20130325/common/. -isystem /usr/local/lib/wx/include/gtk2-unicode-3.0 -isystem /usr/local/include/wx-3.0 -I/tmp/SBo/kicad-bzr_20130325/common/./dialogs -I/tmp/SBo/kicad-bzr_20130325/common/./dialog_about -I/tmp/SBo/kicad-bzr_20130325/common/../3d-viewer -I/tmp/SBo/kicad-bzr_20130325/common/../pcbnew -I/tmp/SBo/kicad-bzr_20130325/common/../polygon -I/tmp/SBo/kicad-bzr_20130325/build    -o CMakeFiles/common.dir/edaappl.cpp.o -c /tmp/SBo/kicad-bzr_20130325/common/edaappl.cpp<BR>In file included from /usr/local/include/wx-3.0/wx/stdpaths.h:185:0,<BR>                 from /tmp/SBo/kicad-bzr_20130325/common/edaappl.cpp:39:<BR>                      /usr/local/include/wx-3.0/wx/unix/stdpaths.h: In member function 'bool EDA_APP::SetBinDir()':<BR>                      /usr/local/include/wx-3.0/wx/unix/stdpaths.h:56:5: error: 'wxStandardPaths::wxStandardPaths()' is protected<BR>                      /tmp/SBo/kicad-bzr_20130325/common/edaappl.cpp:454:32: error: within this context<BR>                      make[2]: *** [common/CMakeFiles/common.dir/edaappl.cpp.o] Error 1<BR>                      make[2]: Leaving directory `/tmp/SBo/kicad-bzr_20130325/build'<BR>                      make[1]: *** [common/CMakeFiles/common.dir/all] Error 2<BR>                      make[1]: Leaving directory `/tmp/SBo/kicad-bzr_20130325/build'<BR>                      make: *** [all] Error :<BR><BR>Thanks,<BR>John Sanders<BR></DIV>