It installed when I used the commands sudo make sudo make install
It looks like everything is in /home/kip/geda but now it will not execute. On Fri, 2008-10-03 at 15:59 -0500, Kipton Moravec wrote: > I uninstalled 1.4.0 with synaptic package manager. > > I changed the prefix in makefile to /home/kip/geda > All of the files are untarred in /home/backup/Work/gEDA > > It still does not install correctly. What am I doing wrong? I am > following the instructions as they are documented. > http://www.geda.seul.org/developer.html > Is there an error in the makefile? > > It wants to put stuff in /usr/local/share/gEDA. > > I do not have to run this as a super user do I? > > Kip > > > [EMAIL PROTECTED]:~ $ cd ../backup/Work/gEDA/ > [EMAIL PROTECTED]:/home/backup/Work/gEDA $ make > -1.4.1 geda- > gEDA Toplevel Makefile > This Makefile requires libgeda, symbols, gschem, gnetlist, > gattrib, gsymcheck, utils, docs, and examples source tarball packages > untarred in this: /home/backup/Work/gEDA directory > > Type: > > make install Installs gEDA/gaf into /home/kip/geda > make uninstall Uninstall gEDA/gaf from /home/kip/geda > make clean Simple clean only (remove all .o and bins) > make open Opens up all gEDA/gaf tarballs in base directory > > These targets are primarily used by the developers: > make reconfig Recreate ./configure (and all Makefiles) > make maint Total maintenance clean > make distcheck Create distribution (using make distcheck) > make distconfig Create dist ./configure (and all Makefiles) > make distclean Does a make distclean in each subdir > make config Just do the ./configure --prefix=/home/kip/geda > make check Run check in all sub directories > make dist Create distribution (using make dist) > make src Create all *.c files from *.nw files > make all Just build. Do not use! Run make install > > > ---------------------------READ THIS--------------------------- > Before executing any of the above targets, set the below shell > variables. The build process _will fail_ if you do not set > these variables! You will also need to set these variables to > run the programs. > > gEDA/gaf will be installed into /home/kip/geda > > For vanilla bourne shells: > LD_LIBRARY_PATH=/home/kip/geda/lib:$LD_LIBRARY_PATH > export LD_LIBRARY_PATH > PATH=/home/kip/geda/bin:${PATH} > export PATH > PKG_CONFIG_PATH=/home/kip/geda/lib/pkgconfig:$PKG_CONFIG_PATH > export PKG_CONFIG_PATH > > For bash: > export LD_LIBRARY_PATH=/home/kip/geda/lib:$LD_LIBRARY_PATH > export PATH=/home/kip/geda/bin:${PATH} > export PKG_CONFIG_PATH=/home/kip/geda/lib/pkgconfig:$PKG_CONFIG_PATH > > For csh/tcsh shell: > setenv LD_LIBRARY_PATH /home/kip/geda/lib:$LD_LIBRARY_PATH > setenv PATH /home/kip/geda/bin:$PATH > setenv PKG_CONFIG_PATH /home/kip/geda/lib/pkgconfig:$PKG_CONFIG_PATH > > ---------------------------READ THIS--------------------------- > > > [EMAIL PROTECTED]:/home/backup/Work/gEDA $ make install > ( cd geda-symbols-1.4.1; make install ) > make[1]: Entering directory `/home/backup/Work/gEDA/geda-symbols-1.4.1' > Making install in 4000 > make[2]: Entering directory > `/home/backup/Work/gEDA/geda-symbols-1.4.1/4000' > make[3]: Entering directory > `/home/backup/Work/gEDA/geda-symbols-1.4.1/4000' > make[3]: Nothing to be done for `install-exec-am'. > test -z "/usr/local/share/gEDA/sym/4000" || /bin/mkdir -p > "/usr/local/share/gEDA/sym/4000" > /bin/mkdir: cannot create directory `/usr/local/share/gEDA': Permission > denied > make[3]: *** [install-data4000DATA] Error 1 > make[3]: Leaving directory > `/home/backup/Work/gEDA/geda-symbols-1.4.1/4000' > make[2]: *** [install-am] Error 2 > make[2]: Leaving directory > `/home/backup/Work/gEDA/geda-symbols-1.4.1/4000' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/backup/Work/gEDA/geda-symbols-1.4.1' > make: *** [symbols_install] Error 2 > [EMAIL PROTECTED]:/home/backup/Work/gEDA $ > [EMAIL PROTECTED]:/home/backup/Work/gEDA $ > -- Kipton Moravec AE5IB "Always do right; this will gratify some people and astonish the rest." --Mark Twain _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
