X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] pcb not runs after suspend Date: Mon, 14 Apr 2014 21:17:48 +0200 Organization: Institut =?UTF-8?B?ZsO8cg==?= Quantenoptik Lines: 79 Message-ID: References: <1397322254 DOT 772 DOT 4 DOT camel AT AMD64X2 DOT fritz DOT box> <1397479083 DOT 781 DOT 3 DOT camel AT AMD64X2 DOT fritz DOT box> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: bibo.iqo.uni-hannover.de User-Agent: KNode/4.11.5 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s3EJI6w6032446 Reply-To: geda-user AT delorie DOT com Stefan Salewski wrote: > On Mon, 2014-04-14 at 03:24 +0400, Алексей Харьковский wrote: >> > You may try PCB program with >> > OpenGL disabled for testing. >> > >> >> How I can do this? > > For Gentoo-Linux I simple do > > USE="-opengl" emerge -av pcb for debian: aptitude install pcb-lesstif The same applies to Ubuntu and other Debian related distros, if you enable the repository "universe". Currently, pcb in Debian is at version 20110918. If you want something more contemporary, you have to compile pcb from source. First download the source: $ cd /usr/src $ sudo git clone git://git.geda-project.org/pcb.git $ sudo chgrp user -R pcb # I like to do the compile with user rights There are quite a number of libraries involved. But since pcb is included in the debian repo, there is a shortcut: $ sudo aptitude build-dep pcb-lesstif This command will download and install all the packages needed for the compile. $ cd pcb $ ./autogen.sh > For other Linux distributions you may have to build from source > ("./configure; make; make install") with something like > > ./configure --disable-opengl this would be: $ ./configure --with-gui=lesstif do the compile: $ make -j8 # -j8 allows to start 8 processes in parallel > speedy! install the binary in /usr/local/bin $ sudo make install I habitually remove the default library of footprints. In case of name clashes with my own footprints, libgeda prefers the footprints from the default lib. This is a long standing bug. $ sudo rm -rf /usr/local/share/pcb/newlib /usr/local/share/pcb/pcblib- newlib /usr/local/share/pcb/m4 ---<)kaimartin(>--- -- Kai-Martin Knaak tel: +49-511-762-2895 Universität Hannover, Inst. für Quantenoptik fax: +49-511-762-2211 Welfengarten 1, 30167 Hannover http://www.iqo.uni-hannover.de GPG key: http://pgp.mit.edu:11371/pks/lookup?search=Knaak+kmk&op=get