X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <51036C6D.8050808@innocent.com> Date: Sat, 26 Jan 2013 00:41:01 -0500 From: Gus Fantanas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: [geda-user] Still Struggling with PCB's Import Feature Content-Type: multipart/alternative; boundary="------------080908070509010302060603" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1359178862; bh=Al2RA4q1XF7Y9oQwlLNAjsuFNe/6hxF2V98+IRsC4Vs=; h=Received:Received:Message-ID:Date:From:Reply-To:MIME-Version:To: Subject:Content-Type; b=DfUpNbGkdbHg+/M94bL41h1qAXxGX9cbfaehIMFTCDpvgYYILLYt1rxFcLJj5x20T 6FIecdwc0TFJ/jWHSFdGOc+lL5wePD1aag5YclhcdiF0txLaxcs+tht+1b2RJImIRC 4Sn7pIn4aH0JuEn0Map3uvQLzwHbTKUAgKdXpUGscDgiMFy6elMtWqBuCE5+OLK/hb TtG1VcJj+P3rFqYZkyusbhoffA6C55nj82s7OgnQhX1I4nkq2/8TNz+IEwLt3WG/Y5 qDpLyQCif+IcgE+vVIfOmKxgieq+Cpks1U8y4AlDLtVwwAWqFi86MLqieJlsflps3J DrIihmkBci4Kw== Reply-To: geda-user AT delorie DOT com This is a multi-part message in MIME format. --------------080908070509010302060603 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, I have asked questions about PCB's import feature before. I have followed the postings on this matter by Colin D Bennett and DJ Delorie of Oct. 23-24, 2012. I took a good look at the documentation here: http://pcb.geda-project.org/pcb-cvs/pcb.html#Import-Action I want to import two gschem pages. The import feature kind of works on my system (stock gEDA from the 64-bit Ubuntu 12.10 repos) when I invoke the 'ImportGUI(gnetlist)' command; it prompts me for the first file, which I select, but then it gives me a bunch of warnings that it could not find footprints and could not change symbols. I did create a 'pcb.settings' file in the same directory where the gschem files reside (from where I invoke) with the line 'lib-newlib = ./packages' (a soft link to my custom footprint directory, which has been declared in the project file and 'gnetlist' finds without a problem), per Colin's posting, but that did not help. Before opening the file with pcb, I even inserted two lines with the editor Attribute("import::src0" "Path to first file") Attribute("import::src1" "Path to second file") but when I opened the file with pcb, I got warnings about illegal files. I just want to use Import[GUI]() with the gnetlist option. I see no import GUI either. What am I missing? I think an example of Import[GUI]() use would be very helpful. --------------080908070509010302060603 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi,

I have asked questions about PCB's import feature before.  I have followed the postings on this matter by Colin D Bennett and DJ Delorie of Oct. 23-24, 2012.  I took a good look at the documentation here:

http://pcb.geda-project.org/pcb-cvs/pcb.html#Import-Action

I want to import two gschem pages.  The import feature kind of works on my system (stock gEDA from the 64-bit Ubuntu 12.10 repos) when I invoke the 'ImportGUI(gnetlist)' command; it prompts me for the first file, which I select, but then it gives me a bunch of warnings that it could not find footprints and could not change symbols.  I did create a 'pcb.settings' file in the same directory where the gschem files reside (from where I invoke) with the line 'lib-newlib = ./packages' (a soft link to my custom footprint directory, which has been declared in the project file and 'gnetlist' finds without a problem), per Colin's posting, but that did not help.  Before opening the file with pcb, I even inserted two lines with the editor
Attribute("import::src0" "Path to first file")
Attribute("import::src1" "Path to second file")

but when I opened the file with pcb, I got warnings about illegal files.  I just want to use Import[GUI]() with the gnetlist option.  I see no import GUI either.   What am I missing?  I think an example of Import[GUI]() use would be very helpful.

  
--------------080908070509010302060603--