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=xs4all.nl; s=s2; t=1629129721; bh=yur5fjTIlvoTk0hr1KEjL9+H0pqijO6pFVze9YbBPv0=; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type:From: Subject; b=B87S1gpUvidqgBed3HfV2MKtq6J2SqSQeWAQPeOXbCgvTLTrizNoHR1uoFzS4ToFx K8I+l5HzOFP43YmVQiKFXgGtaThEeoq0YiImqw9+j2BrHGSRT8hc6DqkOo5YLzCtk6 jKW6/NH1va0hoCNObEmZU0L1tmcys/KJYdr0WuB4CSOC1rnmsWjM5tpUq+4oXuwUWG QVmBGrd3S5QeXWHgeBIHoZ5T12MOel7tvKaynSSIgL+SfVu6Jod6CJgoJ4dfdxaawI DdPkXbMqKZGvbhBg7lQDvoYBu4vbWXzopkiuUcksq2eS2VxUA46P3shHDYtkGppxwe wkFS7SABC9PbQ== Subject: Re: [geda-user] pcb modules - are they actually used ? To: geda-user AT delorie DOT com References: <611a1807 DOT 1c69fb81 DOT d149c DOT 293bSMTPIN_ADDED_BROKEN AT mx DOT google DOT com> <20210816150927.4057dd90@(none)brane_wrks> From: "Bert Timmerman (ljh4timm AT xs4all DOT nl) [via geda-user AT delorie DOT com]" Organization: me organised ? Message-ID: Date: Mon, 16 Aug 2021 18:01:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210816150927.4057dd90@(none)brane_wrks> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-CMAE-Envelope: MS4xfNUzXR7KMtj3Rl7aZp0U7V4rfMsA3hzRdS8DGcPqybgfcVecrHjo9B2C4P77Ya4ZHrriuvlNIH6lKJTP4tycSN2BWga9vYgQVnec5qOlOoCmtAPUiFMY enlkitw9Ty01ExPPs8NkR+wENAAJYybSmQPPB3PKMClF/1omHxUp5gr+0YfLKkeU7GHgpDB+XAWaLoLAXWG3kk+3fkkB2kLucXqlLGLnJHkd9P4g0yIYT+qP vBCFliGjRRNfzDVa4ZMMTR+TnF+Fy4WXDLuYE4kGXnjbYt1WSO4XKG7jQCiZOmfF 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 Hi Branko, Are you clear about which application you are trying to discuss here ? Either the pcb application from a git repository, to be discussed here, or the forked pcb-rnd application from a svn repository which probably has a different mailing list. Kind regards, Bert Timmerman On 16-08-2021 17:09, Branko Badrljica (brankob AT s5tehnika DOT net) [via geda-user AT delorie DOT com] wrote: > On Mon, 16 Aug 2021 09:41:07 -0400 > "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" > wrote: > >> If you do any substantial development, we'd be happy if you'd submit >> your patches. > Will have to familiarize with internals and svn first :o). > > BTW, it ries compiling librnd with LTO and it takes _forever_ . > I've killed linker after an hour of linking. > > LTO has significantly accelerated old PCB for me. > > I used this configure script: > > LIBRND_DIR=/home/000_MAIN/000_PROJECTS/DEV/LIBRND_SVN/000_LIB > COMMON_FLAGS="-march=native -O3 -flto=none -fuse-linker-plugin -pipe" > > pushd scconfig > > make > > ./configure --prefix=${LIBRND_DIR} CFLAGS="${COMMON_FLAGS}" LDFLAGS="${COMMON_FLAGS} -Wl,-O3 -Wl,--sort-common -Wl,--as-needed" > popd > > It also seems to compile package within source directory. > Which doesn't get cleaned 100% with "make distclean" as subsequent > compile does't behave the same way. > > Is there some trick to it or is one expected to nuke and recreate > everything after each attempt ? > > For example, fist LTO attempts failed for me UNTIL the first time > I did full non-LTO compile and install. After that, LTO compiles and > installs finish fine... > > > >> Here are the links I mentioned earlier: >> >> http://wiki.geda-project.org/geda:pcb_developer_introduction_2 >> >> http://wiki.geda-project.org/pcb:plugins >> >> >> On Mon, Aug 16, 2021 at 7:59 AM Chad Parker >> wrote: >> >>> Yes. We call them plugins. >>> >>> If you search, you should be able to find a list of available ones >>> on one of DJ's sites. There's also an extensive how-to on the wiki. >>> >>> >>> >>> On Mon, Aug 16, 2021, 03:47 Branko Badrljica >>> (brankob AT s5tehnika DOT net) [via geda-user AT delorie DOT com] >>> wrote: >>> >>>> I'm browsing through PCB's code, trying to modify it, so that it >>>> would, amongst other things, use GTK4 and thus work on wayland etc. >>>> >>>> I've noticed that idurirng initialization it runs hid_init, which >>>> runs hid_load_dir and that one looks in couple of maps and tries >>>> to dlopen whatever it finds there ( /usr/lib/pcb/plugins, >>>> ~/.pcb/plugins). >>>> >>>> I don't have anything similar there, nor I remeber ever seeing >>>> this. >>>> >>>> Is anyone using this and what is it used for ? >>>> >>>> Regards, >>>> >>>> Branko >>>>