Re: "@GUILE@" and "Segmentation fault"
Wolfkin Chiang <[email protected]> Sun, 15 Jun 2014 14:00:33 +0800
| Newsgroups | gmane.lisp.guile.gtk |
|---|---|
| Message-ID | <CA+-KJ=kFFVdVOtbuMjVUZNLhOykOUgYBRYbZaOzQe+L2SBATjQ@mail.gmail.com> |
--===============4596803795173468888== Content-Type: multipart/alternative; boundary=089e01229708ed96db04fbd9a0cc --089e01229708ed96db04fbd9a0cc Content-Type: text/plain; charset=ISO-8859-1 Hi, David, Thanks for your information, these all issues have been done. Regards, Wolfkin On Sat, Jun 7, 2014 at 12:53 AM, David Pirotte <[email protected]> wrote: > Hello Wolfkin, > > > 1, ... > > I installed guile-gnome by > > # apt-get install ... > > It is rather unfortunate but guile-gnome-2 debian packages have been built > and > still depend upon/install guile-1.8, which is unsupported since almost 3 > years now. > > You really need and want to use guile-2, which means that you'll have to > manually > install guile-gnome, itself requiring guile-g-wrap and guile-cairo [and > you also > won't be able to use existing debian packages for any of these 2 either]. > > So: > -] purge all guile-gnome packages; > -] purge guile-g-wrap; > -] purge guile-cairo; > > -] install guile-2.0.11 [it's in debian testing]. > > Then get, configure, make and install guile-g-wrap 1.19.4, the latest > guile-cairo > [from git, the latest tarball is outdated] and finally guile-gnome 2.16.2. > I would > recommend you do this using git clones for all, although you may install > from the > tarball for guile-g-wrap and guile-gnome, as you prefer. > > I recommend you install all these form source code. > > -] g-wrap > > http://www.nongnu.org/g-wrap/development.html > > git clone git://git.sv.gnu.org/g-wrap.git > cd g-wrap > ./autogen.sh --prefix=... && make && make install > > -] guile-cairo > > http://www.nongnu.org/guile-cairo/dev/ > > git clone git://git.savannah.nongnu.org/guile-cairo.git > cd guile-cairo > ./autogen.sh --prefix=... && make && make install > > -] guile-gnome > > http://www.gnu.org/software/guile-gnome/dev/ > > Caution: the 'developers' web page is out of date, there is no > need to run > scripts... anymore > > git clone git://git.sv.gnu.org/guile-gnome.git > guile-gnome-platform > cd guile-gnome-platform > ./autogen.sh --prefix=... && make && make install > > > > 2, ... examples ... > > Most examples come from the very first version of guile-gnome, some still > work as > is, but others need some love... > > > Cheers, > David > > --089e01229708ed96db04fbd9a0cc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Hi, David,<div>Thanks for your information, these all issu= es have been done.</div><div>Regards,</div><div>Wolfkin</div></div><div cla= ss=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Sat, Jun 7, 2014 a= t 12:53 AM, David Pirotte <span dir=3D"ltr"><<a href=3D"mailto:david@alt= osw.be" target=3D"_blank">[email protected]</a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex">Hello Wolfkin,<br> <br> > 1, ...<br> <div class=3D"">> I installed guile-gnome by<br> > =A0 =A0# apt-get install ...<br> <br> </div>It is rather unfortunate but guile-gnome-2 debian packages have been = built and<br> still depend upon/install guile-1.8, which is unsupported since almost 3 ye= ars now.<br> <br> You really need and want to use guile-2, which means that you'll have t= o manually<br> install guile-gnome, itself requiring guile-g-wrap and guile-cairo [and you= also<br> won't be able to use existing debian packages for any of these 2 either= ].<br> <br> So:<br> =A0 =A0 =A0 =A0 -] purge all guile-gnome packages;<br> =A0 =A0 =A0 =A0 -] purge guile-g-wrap;<br> =A0 =A0 =A0 =A0 -] purge guile-cairo;<br> <br> =A0 =A0 =A0 =A0 -] install guile-2.0.11 [it's in debian testing].<br> <br> Then get, configure, make and install guile-g-wrap 1.19.4, the latest guile= -cairo<br> [from git, the latest tarball is outdated] and finally guile-gnome 2.16.2. = =A0I would<br> recommend you do this using git clones for all, although you may install fr= om the<br> tarball for guile-g-wrap and guile-gnome, as you prefer.<br> <br> I recommend you install all these form source code.<br> <br> -] g-wrap<br> <br> =A0 =A0 =A0 =A0 <a href=3D"http://www.nongnu.org/g-wrap/development.html" t= arget=3D"_blank">http://www.nongnu.org/g-wrap/development.html</a><br> <br> =A0 =A0 =A0 =A0 git clone git://<a href=3D"http://git.sv.gnu.org/g-wrap.git= " target=3D"_blank">git.sv.gnu.org/g-wrap.git</a><br> =A0 =A0 =A0 =A0 cd g-wrap<br> =A0 =A0 =A0 =A0 ./autogen.sh --prefix=3D... && make && make= install<br> <br> -] guile-cairo<br> <br> =A0 =A0 =A0 =A0 <a href=3D"http://www.nongnu.org/guile-cairo/dev/" target= =3D"_blank">http://www.nongnu.org/guile-cairo/dev/</a><br> <br> =A0 =A0 =A0 =A0 git clone git://<a href=3D"http://git.savannah.nongnu.org/g= uile-cairo.git" target=3D"_blank">git.savannah.nongnu.org/guile-cairo.git</= a><br> =A0 =A0 =A0 =A0 cd guile-cairo<br> =A0 =A0 =A0 =A0 ./autogen.sh --prefix=3D... && make && make= install<br> <br> -] guile-gnome<br> <br> =A0 =A0 =A0 =A0 <a href=3D"http://www.gnu.org/software/guile-gnome/dev/" ta= rget=3D"_blank">http://www.gnu.org/software/guile-gnome/dev/</a><br> <br> =A0 =A0 =A0 =A0 Caution: the 'developers' web page is out of date, = there is no need to run<br> =A0 =A0 =A0 =A0 scripts... anymore<br> <br> =A0 =A0 =A0 =A0 git clone git://<a href=3D"http://git.sv.gnu.org/guile-gnom= e.git" target=3D"_blank">git.sv.gnu.org/guile-gnome.git</a> guile-gnome-pla= tform<br> =A0 =A0 =A0 =A0 cd guile-gnome-platform<br> =A0 =A0 =A0 =A0 ./autogen.sh --prefix=3D... && make && make= install<br> <br> <br> > 2, ... examples ...<br> <br> Most examples come from the very first version of guile-gnome, some still w= ork as<br> is, but others need some love...<br> <br> <br> Cheers,<br> David<br> <br> </blockquote></div><br></div> --089e01229708ed96db04fbd9a0cc-- --===============4596803795173468888== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ guile-gtk-general mailing list [email protected] https://lists.gnu.org/mailman/listinfo/guile-gtk-general --===============4596803795173468888==--