X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=1lDL0LenrPIfEFNrJd+TSI366MqZdfRWE2TOGXmaRuY=; b=Awbggj7C+Bu1GkoXO8uTvDKYTNibntvfeaca9s36vmCWC1FjLrogS26wIfCIDMzNGq JkS6LjyuV77ZgNgfjHpLKIJb88kQ3FLTOSWlAvz41G27LA/PrjLxZvCKAdyFER/438iD +surEyUmv/ArJxOuzkQXoGvsqY9FPhbLLPok4LlKWjoQGSNn/IzbnzRxXUiVP0dF6JMi cOjtAnTWTNRIE5ealJIRCxiYM+4i9kD1eKm9ecdd831y0mp+/wwXAvK+UsAjKa0oiHzI xroB9j9CUlaGNzqmLWOjStrLNXW9BbUkAh8FJ32DGUQ3XoXsoMmRGdDL+9V9Db6tJJlj OyjQ== X-Received: by 10.152.28.73 with SMTP id z9mr609054lag.93.1435310204547; Fri, 26 Jun 2015 02:16:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150626052527.GA12132@localhost.localdomain> References: <20150625131553 DOT GA9844 AT localhost DOT localdomain> <20150625203939 DOT GA5176 AT localhost DOT localdomain> <20150626052527 DOT GA12132 AT localhost DOT localdomain> From: "Ala'a Mohammad (amalawi AT gmail DOT com)" Date: Fri, 26 Jun 2015 13:16:05 +0400 Message-ID: Subject: Re: [geda-help] gsch2pcb gives 'No elements found' To: geda-help AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi Vladimir, PCBDATA did not have /m4 and did not work. Ala'a On Fri, Jun 26, 2015 at 9:25 AM, Vladimir Zhbanov (vzhbanov AT gmail DOT com) wrote: > On Fri, Jun 26, 2015 at 04:20:50AM +0400, Ala'a Mohammad (amalawi AT gmail DOT com) wrote: >> Hi Vladimir, >> >> Setting PCBDATA didn't work also. I'm searching inside system wide >> config files, but do not know which one is affecting 'pcb' as I'm >> trying to replicate what gsch2pcb is doing when it is creating a >> temperary scm config file. the line I try defining is >> >> (define m4-pcbdir "/usr/local/share/pcb/m4") >> > ... >> > Try to set PCBDATA=/usr/local/share/pcb (I don't know how to write the >> > environment variable correctly for zsh, though). > > Please note that PCBDATA shouldn't have "/m4" in the end. gsch2pcb adds > it automatically. If it'll still not work, please let me know. > > Cheers, > Vladimir