From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24289 invoked by alias); 22 Dec 2016 00:40:27 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22252 Received: (qmail 28576 invoked from network); 22 Dec 2016 00:40:27 -0000 X-Qmail-Scanner-Diagnostics: from mta04.eastlink.ca by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(24.224.136.10):SA:0(-3.8/5.0):. Processed in 1.954666 secs); 22 Dec 2016 00:40:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-3.8 required=5.0 tests=RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.10 as permitted sender) X-Authority-Analysis: v=2.2 cv=ZvqvEJzG c=1 sm=1 tr=0 a=28Ntk8jg+Dho8ABWn/CRtA==:117 a=28Ntk8jg+Dho8ABWn/CRtA==:17 a=N659UExz7-8A:10 a=r6Xt1Lj770DZtUIUITEA:9 a=pILNOxqGKmIA:10 X-EL-IP-NOAUTH: 24.207.16.108 Subject: Re: 5.3.1 To: zsh-users@zsh.org References: <20161221200758.5c473159@ntlworld.com> <9974e7a9-0b41-c642-5055-a58871123069@eastlink.ca> <4436d067-0d1f-173e-ea7a-ab14e32fa215@eastlink.ca> <161221161237.ZM31435@torch.brasslantern.com> From: Ray Andrews Message-id: Date: Wed, 21 Dec 2016 16:40:22 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-version: 1.0 In-reply-to: <161221161237.ZM31435@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 21/12/16 04:12 PM, Bart Schaefer wrote: > On Dec 21, 3:53pm, Ray Andrews wrote: > } Subject: Re: 5.3.1 > } > } name=zsh/curses modfile=Src/Modules/curses.mdd link=dynamic > } auto=yes load=yes > } > } but every time I run configure, it puts it back to stock > > Yes, you need to (in this order) > > configure > edit config.modules > make > > I keep an edited copy of config.modules named config.modules.local > so the "edit config.modules" step becomes > > cp config.module.local config.modules No luck Bart. Did it exactly so except : ./configure --prefix=/aWorking/zsh-5.3.1/Build ... which I trust should be ok. And it's always worked before. However it did not overwrite the file so, that's progress. > > Did you try zmodload zsh/curses ? $ /aWorking/zsh-5.3.1 6$ zmodload zsh/curses zsh: failed to load module `zsh/curses': /aWorking/zsh-5.3.1/Build/lib/zsh/5.3.1/zsh/curses.so: undefined symbol: COLORS > If you have 47 tests passing with > only one skipped, the module probably is built and is linkable, unless > that IS the one that got skipped (for me it's always zsh/pcre skipped). > But these are found: ./Modules/curses.pro ./Modules/curses.epro ./Modules/curses.mdhi ./Modules/curses.c ./Modules/curses.so ./Modules/curses..o ./Modules/curses_keys.awk ./Modules/curses.mdd ./Modules/curses.mdhs ./Modules/curses_keys.h ./Modules/curses.export ./Modules/curses.syms ./Modules/curses.mdh ./zshcurses.h