[desktop-discuss] SFEemacs.spec

2009-08-25 Thread dick hoogendijk
On Tue, 25 Aug 2009 12:35:42 -0500 Brian Cameron wrote: > A while back the SUNWgnome-base-libs package was removed from Solaris > and replaced with separate packages for each module which previously > was bundled in SUNWgnome-base-libs. I get the picture. This was on OpenSolaris 2009.06 (which i

[desktop-discuss] SFEemacs.spec

2009-08-25 Thread dick hoogendijk
On Tue, 25 Aug 2009 10:52:22 +0800 Jedy Wang wrote: > I wonder, if SUNWgtk2 is not installed, then in which package gtk2 is > packed into? Do you have SUNWgnome-base-libs installed on your system? I have no ida either. I know it's there. And yes, SUNWgnome-base-libs is installed. -- Dick Hooge

[desktop-discuss] SFEemacs.spec

2009-08-25 Thread Brian Cameron
Dick: >> I wonder, if SUNWgtk2 is not installed, then in which package gtk2 is >> packed into? Do you have SUNWgnome-base-libs installed on your system? > > I have no ida either. I know it's there. And yes, SUNWgnome-base-libs > is installed. A while back the SUNWgnome-base-libs package was remo

[desktop-discuss] SFEemacs.spec

2009-08-25 Thread Jedy Wang
On Mon, 2009-08-24 at 10:33 +0200, dick hoogendijk wrote: > On Mon, 24 Aug 2009 11:04:21 +0800 > Jedy Wang wrote: > > > What the exact build problem did you encountered? > > On Sun, 2009-08-23 at 20:12 +0200, dick hoogendijk wrote: > > > SFEemacs.spec does not build on OpenSolaris 2009.06 due to

[desktop-discuss] SFEemacs.spec

2009-08-24 Thread Jedy Wang
What the exact build problem did you encountered? Regards, Jedy On Sun, 2009-08-23 at 20:12 +0200, dick hoogendijk wrote: > SFEemacs.spec does not build on OpenSolaris 2009.06 due to this lines in > the spec file: > Requires: %{name}-root > %if %{?_with_gtk:1}%{?!_with_gtk} > %define toolkit gtk

[desktop-discuss] SFEemacs.spec

2009-08-24 Thread dick hoogendijk
On Mon, 24 Aug 2009 11:04:21 +0800 Jedy Wang wrote: > What the exact build problem did you encountered? > On Sun, 2009-08-23 at 20:12 +0200, dick hoogendijk wrote: > > SFEemacs.spec does not build on OpenSolaris 2009.06 due to this > > lines in the spec file: > > Requires: %{name}-root > > %if %{

[desktop-discuss] SFEemacs.spec

2009-08-23 Thread dick hoogendijk
SFEemacs.spec does not build on OpenSolaris 2009.06 due to this lines in the spec file: Requires: %{name}-root %if %{?_with_gtk:1}%{?!_with_gtk} %define toolkit gtk Requires: SUNWgtk2 Requires: SUNWglib Requires: SUNWcairo I removed the SUNWgtk2 line (osol supports gtk2 I'm sure of that) and the b

[desktop-discuss] SFEemacs.spec

2009-04-19 Thread Mark Wright
Hi, You can always build the latest emacs from subversion. I cobbled together the spec file below for that from the SFEemacs-xft.spec. The differences are: (1) Checkout and tar up the latest cvs emacs yourself: To checkout emacs: cvs -z3 -d:pserver:anonymous at cvs.savannah.gnu.org:/sources/ema

[desktop-discuss] SFEemacs.spec

2009-04-18 Thread Dick Hoogendijk
What are the main (dis)advantages of the GTK / Xaw toolkit versions? I ask, because looking at the CBE version (the SFEemacs.spec) you have to specify --with-gdk to build with the GTK toolkit. So, default is Xaw, I guess. But why? -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D + http://nagual.nl

[desktop-discuss] SFEemacs.spec

2009-04-18 Thread Ali Bahrami
Dick Hoogendijk wrote: > What are the main (dis)advantages of the GTK / Xaw toolkit versions? > I ask, because looking at the CBE version (the SFEemacs.spec) you have > to specify --with-gdk to build with the GTK toolkit. So, default is Xaw, > I guess. But why? > Xaw is an ancient MIT toolkit t