[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gEDA: [rw@shadow.org.uk: Bug#125927: geda-gnetlist: Local additions to pcb's component library don't show up.]
----- Forwarded message from rich walker <rw@shadow.org.uk> -----
Subject: Bug#125927: geda-gnetlist: Local additions to pcb's component library don't show up.
Reply-To: rich walker <rw@shadow.org.uk>, 125927@bugs.debian.org
X-Debian-PR-Message: report 125927
X-Debian-PR-Package: geda-gnetlist
X-Debian-PR-Keywords: patch
From: rich walker <rw@shadow.org.uk>
To: Debian Bug Tracking System <submit@bugs.debian.org>
X-Reportbug-Version: 1.40
Date: Thu, 20 Dec 2001 14:41:33 +0000
Delivered-To: submit@bugs.debian.org
Package: geda-gnetlist
Version: 20010722-3
Severity: normal
Tags: patch
If you add extra files to the pcb library, the invocation of gnet-PCBboard.scm does not find
them. This is (I think) because the m4 invocation in that file is:
(let ((pipe (open-output-pipe (string-append "m4 " *m4-pcbdir* "/common.m4 - >> " output-filename))))
If this is changed to :
(let ((pipe (open-output-pipe (string-append "m4 -I" *m4-pcbdir* " " *m4-pcbdir* "/common.m4 - >> " output-filename))))
then extra library files in pcb are found.
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux nefertiti 2.4.16-rthal5 #15 Thu Dec 6 22:52:06 GMT 2001 i586
Locale: LANG=C, LC_CTYPE=C
Versions of packages geda-gnetlist depends on:
ii geda-symbols 20010722-1 Symbols for GNU EDA -- Electronics
ii libc6 2.2.4-5 GNU C Library: Shared libraries an
ii libgeda14 20010722-4 GNU EDA -- Electronics design soft
ii libglib1.2 1.2.10-2 The GLib library of C routines
ii libguile9 1:1.4-21 libraries for Guile1.4 (guile, gui
----- End forwarded message -----
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>