X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sun, 12 Jul 2015 05:54:17 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: developer excitement? was Re: [geda-user] gEDA/gschem still alive? In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 On Sun, 12 Jul 2015, Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > On Fri, Jul 10, 2015 at 4:00 AM, wrote: >> >> > > Snip > >> >> The HID looks the same as any PCB of that age. I mean I forked an old >> version. I did not modify the GUI at all. I use the pre-opengl GTK hid. >> >> My version is availble from svn: >> >> svn://repo.hu/pcb-rnd/trunk >> >> A short summary (with examples) of my modifications can be found here: >> >> http://repo.hu/projects/pcb-rnd/ >> >> The project is in a "works-for-me" state, I'm the only one user, so please >> expect that it won't compile or work out-of-the-box (I'm open to >> bugreports). >> > > Yes it did not build. > > $ ./configure > make: Nothing to be done for 'all'. > --- Detecting host > Looking for a shell... /bin/sh -c > Detecting temp dir... validated /home/user1/Documents/build/pcb-igor2/scconfig/ > Checking for system type... OK (name: Linux; class: UNIX) > --- Detecting target (same as host) > Checking for mkdir... OK (mkdir -p) > Checking for cc (target)... OK ('gcc', ' -pipe', '') > Checking for gtk+2... OK ('-pthread -I/usr/include/gtk-2.0 > -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 > -I/usr/include/libpng16 -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/pango-1.0 > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include > -I/usr/include/freetype2' and '-lgtk-x11-2.0 -lgdk-x11-2.0 > -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 > -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig > -lfreetype') > Checking for gd... not found > Node libs/gui/gd is required but provided detection callback fails to > find that feature on that system. > ./configure: line 4: 5100 Aborted ./configure $* > Please attach trunk/scconfig/config.log Scconfig is looking for gd using gdlib-config then it tries to compile and run a test program with the settings. The test program creates a 32x32 image in memory then exits. Scconfig accepts the settings only if the test program worked. The log should reveal whether (and how) gdlib-config or the test program failed. Regards, Igor2