X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com From: "John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] compiling gEDA To: gEDA User List References: <954cbfc5-902a-29a2-a77e-e1d5f22ede15 AT ecosensory DOT com> <20160826224948 DOT 6baeeecd AT Parasomnia DOT thuis DOT lan> <20160827214223 DOT 7a0cd1f3 AT Parasomnia DOT thuis DOT lan> Message-ID: <773942c2-af15-7c7c-d878-4f659ec7bcc0@ecosensory.com> Date: Sat, 27 Aug 2016 17:17:11 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160827214223.7a0cd1f3@Parasomnia.thuis.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk log file is missing the system-gafrc and system-gschemrc. Yes... But they are there in /usr/local/share/gEDA/ There are no screaming error messages on compiling the latest from latest geda: [remote "origin"] url = git://git.geda-project.org/geda-gaf fetch = +refs/heads/*:refs/remotes/origin/* Here is the output during first time run of gschem: ;;; 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:395: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 ** (gschem:25873): CRITICAL **: geda_color_map_get_color: assertion 'map[index].enabled' failed ** (gschem:25873): CRITICAL **: geda_color_map_get_color: assertion 'map[index].enabled' failed Is not finding the colors stopping it for menus also? My ~/.gEDA dir is empty except for what is newly compiled: john AT toolbench64 [.gEDA]ll total 12 -rw-r--r-- 1 john john 105 Aug 27 16:45 geda-user.conf -rw-r--r-- 1 john john 894 Aug 25 17:05 gschemrc.jg drwxr-xr-x 2 john john 4096 Aug 27 17:08 logs Should there be something about colors here?