From matevz.tadel at cern.ch Tue Mar 3 15:11:55 2009 From: matevz.tadel at cern.ch (Matevz Tadel) Date: Tue, 3 Mar 2009 15:11:55 +0100 Subject: [gled-bootstrap] ubuntu-8.10 build notes Message-ID: <49AD3AAB.9050007@cern.ch> Packages -------- root: apt-get install libfreetype6-dev devil: apt-get install libxmu-dev libjpeg-dev libtiff-dev libpng-dev libmng-dev gts: apt-get install libnetpbm10-dev libglib2.0-dev gled (but should be there for root, too): apt-get install libssl-dev Problems -------- 1. Conflict between freetype shipped with root and system one. Manifests as a crash during early gled init. Build root with '--disable-builtin-freetype'. Need either: a) Proper detection of ubuntu (what happens on latest debians?), fix root configure line. b) Freetype detection; pain here is that pkg-config --modversion freetype2 returns strange version, like 9.18.3. Actions ------- Build root with '--disable-builtin-freetype' by default, for all platforms. This has been committed to gled-builder svn. Reconsider in case of trouble. Crash-dump ---------- *** Break *** segmentation violation Attaching to program: /proc/28144/exe, process 28144 [Thread debugging using libthread_db enabled] [New Thread 0x7fbe79281700 (LWP 28144)] 0x00007fbe70b94fd5 in waitpid () from /lib/libc.so.6 #1 0x00007fbe70b2d4a1 in ?? () from /lib/libc.so.6 #2 0x00007fbe77ad44a7 in TUnixSystem::StackTrace () from /home/mtadel/gled/gled-1.3.0-rc1/root/lib/libCore.so #3 0x00007fbe77ad50d5 in TUnixSystem::DispatchSignals () from /home/mtadel/gled/gled-1.3.0-rc1/root/lib/libCore.so #4 #5 0x00007fbe75c770bd in FT_Load_Glyph () from /home/mtadel/gled/gled-1.3.0-rc1/root/lib/libGraf.so #6 0x00007fbe7295817e in XftFontLoadGlyphs () from /usr/lib/libXft.so.2 #7 0x00007fbe729554f7 in XftGlyphExtents () from /usr/lib/libXft.so.2 #8 0x00007fbe72955a33 in XftTextExtents8 () from /usr/lib/libXft.so.2 #9 0x00007fbe72be4b80 in fl_width () from /home/mtadel/gled/gled-1.3.0-rc1/lib/libfltk.so.1.1 #10 0x00007fbe72be4be8 in fl_width () from /home/mtadel/gled/gled-1.3.0-rc1/lib/libfltk.so.1.1 #11 0x00007fbe71d545ad in Fl_SWM_Manager::calc_width () from /home/mtadel/gled/gled-1.3.0-rc1/lib/libfltk-mt.so #12 0x00007fbe71d54973 in Fl_SWM_Manager::_init () from /home/mtadel/gled/gled-1.3.0-rc1/lib/libfltk-mt.so #13 0x00007fbe71d54aff in Fl_SWM_Manager::Fl_SWM_Manager () from /home/mtadel/gled/gled-1.3.0-rc1/lib/libfltk-mt.so #14 0x00007fbe7830c2f4 in GledGUI::ParseArguments () from /home/mtadel/gled/gled-1.3.0-rc1/gled/lib/libGledCore_View.so #15 0x000000000040444b in main () The program is running. Quit anyway (and detach it)? (y or n) [answered Y; input not from terminal] Detaching from program: /proc/28144/exe, process 28144 *** Break *** segmentation violation From matevz.tadel at cern.ch Sun Jun 14 22:48:05 2009 From: matevz.tadel at cern.ch (Matevz Tadel) Date: Sun, 14 Jun 2009 22:48:05 +0200 Subject: [gled-bootstrap] Mac port Message-ID: <4A356205.7050602@cern.ch> Hi, I've finished a mac port of gled today ... if you have a mac, give it a try and let me know. The binary tarball for 10.5 intel is at: ftp://ftp.gled.org/1.3.x/gled-1.3.x-mac.tar.gz This includes the greed demos - see README in top directory. You'll need to have fink installed and the following packages (see attached `dpkg -l`): glib2 glib2-shlibs netpbm10 netpbm10-shlib libpng3 libpng3-shlibs libjpeg libjpeg-bin libjpeg-shlibs and maybe some others (please tell me what's missing). To build via gled-builder, see: http://www.gled.org/docs/html/gledimp.html#Building_Gled you'll probably need all the packages that are listed in the attachment. Otherwise it should be a milk-run. I'll eventually add this to gled twiki, but would prefer an independent confirmation that things work first :) Best, Matevz -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dpkg-l.txt Url: http://www.gled.org/pipermail/gled-bootstrap/attachments/20090614/5a7ac1a4/attachment.txt From matevz.tadel at cern.ch Mon Dec 14 20:57:25 2009 From: matevz.tadel at cern.ch (Matevz Tadel) Date: Mon, 14 Dec 2009 20:57:25 +0100 Subject: [gled-bootstrap] Gled release 1.3.1 Message-ID: <4B2698A5.3060204@cern.ch> Hi, I'm beginning to slowly wrap up development for release 1.3.1. I put short-term development plan and tasks that need to be done on the twiki: Even if you don't plan to do any development it would be great if you can try to build gled and do basic testing of Greed demos. Have fun, Matevz