Mail Archives: geda-user/2016/07/17/10:44:56
I set my environment like this:
export GUILE_LOAD_PATH="/usr/local/share/gEDA/scheme"
and run this:
gnetlist -i tmote-flat-connect2.sch
Loading schematic [/home/john/Documents/EEProjects/ecosensors-pub.git/tmote-flat-connect_/tmote-flat-connect2.sch]
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /usr/local/share/gEDA/scheme/gnetlist.scm
;;; compiling /usr/local/share/gEDA/scheme/geda/deprecated.scm
;;; compiling /usr/local/share/gEDA/scheme/geda/page.scm
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/geda/page.scm.go
;;; compiling /usr/local/share/gEDA/scheme/geda/object.scm
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/geda/object.scm.go
;;; compiling /usr/local/share/gEDA/scheme/geda/attrib.scm
;;; compiling /usr/local/share/gEDA/scheme/geda/core/gettext.scm
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/geda/core/gettext.scm.go
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/geda/attrib.scm.go
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/geda/deprecated.scm.go
;;; gnetlist.scm:219:6: warning: possibly unbound variable `all-pins'
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gnetlist.scm.go
WARNING: Found a placeholder/missing component, are you missing a symbol file? [terminal-1.sym]
WARNING: Found a placeholder/missing component, are you missing a symbol file? [terminal-1.sym]
WARNING: Found a placeholder/missing component, are you missing a symbol file? [nc-left-1.sym]
WARNING: Found a placeholder/missing component, are you missing a symbol file? [nc-left-1.sym]
WARNING: Found a placeholder/missing component, are you missing a symbol file? [nc-left-1.sym]
WARNING: Found a placeholder/missing component, are you missing a symbol file? [nc-left-1.sym]
WARNING: Found a placeholder/missing component, are you missing a symbol file? [nc-left-1.sym]
.
.
.
;;; compiling /usr/local/share/gEDA/scheme/gnetlist-post.scm
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gnetlist-post.scm.go
GNU Guile 2.0.11
.
.
.
gnetlist> (quit)
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
Now, it I run gschem, it compiles some things -- is that normal?
gschem
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /usr/local/share/gEDA/scheme/gschem/keymap.scm
;;; compiling /usr/local/share/gEDA/scheme/gschem/core/gettext.scm
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gschem/core/gettext.scm.go
;;; compiling /usr/local/share/gEDA/scheme/gschem/hook.scm
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gschem/hook.scm.go
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gschem/keymap.scm.go
;;; compiling /usr/local/share/gEDA/scheme/gschem/action.scm
;;; compiling /usr/local/share/gEDA/scheme/gschem/window.scm
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gschem/window.scm.go
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gschem/action.scm.go
;;; compiling /usr/local/share/gEDA/scheme/gschem/builtins.scm
;;; compiling /usr/local/share/gEDA/scheme/gschem/gschemdoc.scm
;;; compiling /usr/local/share/gEDA/scheme/geda/os.scm
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/geda/os.scm.go
;;; compiling /usr/local/share/gEDA/scheme/gschem/util.scm
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gschem/util.scm.go
;;; gschem/gschemdoc.scm:151:12: warning: non-literal format string
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gschem/gschemdoc.scm.go
;;; compiling /usr/local/share/gEDA/scheme/gschem/selection.scm
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gschem/selection.scm.go
;;; gschem/builtins.scm:391:5: warning: possibly unbound variable `gschem-msg'
;;; compiled /home/john/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gEDA/scheme/gschem/builtins.scm.go
The GUI opens.
Is all this use of /home/john/.cache/guile/ccache/2.0-LE-8-2.0
the new normal?
What is the best set of dirs to use for GUILE_LOAD_PATH="????"
?
- Raw text -