X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=wellesley-edu.20150623.gappssmtp.com; s=20150623;
        h=mime-version:subject:from:in-reply-to:date
         :content-transfer-encoding:message-id:references:to;
        bh=oxz/EDxd9Bx0y+qxDBE2l8k/d6YmzWJcFJki+LV8OIU=;
        b=yWX3Gz0cL6dsSaB10OxUp+asPBPQMoxz8vx7yD/8UEyPQKvCxXyF41odJYMBLd+8Ec
         oLkOj9bcU1s000CCyBw4GqlVC0CyaOIKKjBERDa3TJJtr1nHHVfLhfMVjWi5YKBuxEXd
         rcb7zigJmda8KaGuDr1lXk1jpC9j5FrEdgZi6RUVulj7/sAwCrEy35BAKpNyWU0hxJMV
         dx89pCVyhvfCes1lNL7bmZ2ZECYIw36gq+5UWQ0cIugBgPfSV+IqpKSb4W+GA4b2yQ7o
         L3EUPiQ3YwFhUBdnEVCQrIAXEEiklCPQh6Y+E4tzMMxw+jP84Vt0jAsYd1j0OlNwZ3v3
         ijxg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:mime-version:subject:from:in-reply-to:date
         :content-transfer-encoding:message-id:references:to;
        bh=oxz/EDxd9Bx0y+qxDBE2l8k/d6YmzWJcFJki+LV8OIU=;
        b=W48991MHci/M+sE0u2IitZdXl2bTQMk2KUVt1Y/CIipW8PScrNbK/UVLf63we9OKOz
         +o5c8P0iVx1jHwhX1fus22L09hsaTprLwycEz8VN3n2nvFkpdcoL3w6W+0v901dfxxFM
         PS3WXLbeUX7GClnDIj9HHR/j5Xd8puHo57vwno9I6sjDu/v/CQfAotZVtCoMI3h7vkxT
         BV1k7RN6s/epnJx48zMNcW4ylWRWHgl2TDtPkGIOBZnLjZzFiXe2TF9QJ1v5G0CE0HJj
         x75jxijD44J0LoQA9mOlr84EBWucPGbIzg1+E9oxhdLEDj817d0IOFtzRRkDO90BUcTg
         PLKA==
X-Gm-Message-State: ALyK8tLGP+VLPtu1+Fj/Yjskpc4DxilLZJXa5i7UlWfrXANFc/sehQyMz4Q5qXJssvqLvXDL
X-Received: by 10.36.26.215 with SMTP id 206mr18031091iti.96.1467807691396;
        Wed, 06 Jul 2016 05:21:31 -0700 (PDT)
Content-Type: text/plain; charset=windows-1252
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
Subject: Re: [geda-user] Exporting a design
From: "James Battat (jbattat AT wellesley DOT edu) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
In-Reply-To: <d8b2e7b80b567cc9db0a6c5743f231cc@tfsoft.org.ua>
Date: Wed, 6 Jul 2016 07:21:29 -0500
Message-Id: <FED250F5-FAC9-42FB-9ABB-EC6A156F5483@wellesley.edu>
References: <C1B27CB8-9811-4101-8166-F8E17D7026FF AT wellesley DOT edu> <d8b2e7b80b567cc9db0a6c5743f231cc AT tfsoft DOT org DOT ua>
To: geda-user AT delorie DOT com
X-Mailer: Apple Mail (2.1878.6)
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u66CLZFu003427
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

Thanks for that tip.
What if I�d like for my collaborators to make modifications to the design (including the symbols), and then share back with me?  i.e. it seems that keeping the external symbols external would be wise.
James


On Jul 6, 2016, at 7:05 AM, Anton Dubniak <twister AT tfsoft DOT org DOT ua> wrote:

>> There must be a better way.  What do you do?
> 
> .pcb files are already pretty self-contained and ready for re-distribution without any external dependencies.
> 
> .sch may depend on external symbols. To fix this, use gschlas utility:
> 
>  $ gschlas -e design.sch
> 
> It will 'embed' symbols inside design.sch (in-place, rewriting original file).
> 
>> James
> 
> -- 
> Best regards,
> Anton Dubniak (twister AT tfsoft DOT org DOT ua)