amcl-devel Mailing List for GNOME-Mud : mudding for X (Page 6)
Status: Beta
Brought to you by:
lobbin
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
(1) |
Apr
(3) |
May
(4) |
Jun
(29) |
Jul
(28) |
Aug
(20) |
Sep
(6) |
Oct
(5) |
Nov
(8) |
Dec
(21) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(16) |
Feb
|
Mar
(4) |
Apr
(1) |
May
(3) |
Jun
(16) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
(89) |
Nov
(29) |
Dec
(9) |
| 2002 |
Jan
(55) |
Feb
(165) |
Mar
(61) |
Apr
(7) |
May
(12) |
Jun
(25) |
Jul
(26) |
Aug
(4) |
Sep
(1) |
Oct
(6) |
Nov
(12) |
Dec
|
| 2003 |
Jan
(28) |
Feb
(16) |
Mar
(16) |
Apr
(12) |
May
(30) |
Jun
(35) |
Jul
|
Aug
|
Sep
(1) |
Oct
(4) |
Nov
|
Dec
|
| 2007 |
Jan
(1) |
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Petter E. S. <gi...@pr...> - 2003-01-13 18:02:31
|
On Mon, 2003-01-13 at 18:45, Jordi Mallach wrote: > On Mon, Jan 13, 2003 at 06:36:03PM +0100, Petter E. Stokke wrote: > > > Petter, do you think you can fixup monitor.py a bit? > > Whoa... the PyGTK stuff was written for GTK+ 1.2, remember, I suspect > > there's a little more than just the script breaking there... if the > > program is in a state in which it's advisable for me to start hacking o= n > > the Python bindings, then I'll see about bringing them up to date. Just > > give me a moment. :) >=20 > Hmm. The python stuff *appears* to work, at least when it tries to load > the monitor, the python messages get printed on the screen. What must be > fucked (different import names, I guess) is the script itself. Well, everything but PyGTK wouldn't be affected by the port to GNOME 2, so it should keep working just fine. I just can't imagine the PyGTK integration code doesn't need to be ported too, but I could be wrong. The script, at the very least, is written with 1.2 in mind. Looking at the error messages you got, though, it certainly looks like it's trying to feed GTK some bogus objects. Btw, that traceback you got from Python, was it complete? I didn't see any exception at the end... --=20 Petter E. Stokke <gi...@pr...> http://www.gibreel.net/ #!/usr/bin/env python import sys;x=3Dsys.stdout.write;r=3Dxrange;j=3Dcomplex;f=3Dfloat;a=3Dabs;u= =3Dchr def m(c,z=3D0j,i=3D0,p=3Dlambda z,i,g:x(['',' ',g][(i>=3D128)+(a(z)>=3D2)*2= ])): while a(z)<2 and i<128:(z,i)=3D(z*z+c,i+1);p(z,i,u(32+i%93)) for s in r(25):[m(j(n*.04,(f(s)-12.5)*.08)) for n in r(-50,25)];x('\n') |
|
From: Jordi M. <jo...@si...> - 2003-01-13 17:48:36
|
On Mon, Jan 13, 2003 at 02:18:59PM +0100, Robin Ericsson wrote: > On Mon, 2003-01-13 at 14:08, Jordi Mallach wrote: > > Er, well, it basically does nothing. The buttons that are there don't do > > anything. I guess it's my fault :) > I think it is :) Hmm. Well, it doesn't work. Connect and Cancel don't do anything at all. > > There's still the issue with the "Really exit" dialog, as noted on the > > SF bug. I think the dialog should just go, or just appear if there's an > > open connection. > Yes, that would be more nice, but the problem still exists when using > wm-destroy instead of pressing yes or no. is there any way to tell the > gtkwindow widget to ignore "destroy" events? Can't you assign that event to some function that does the right thing? Jordi --=20 Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Jordi M. <jo...@si...> - 2003-01-13 17:46:07
|
On Mon, Jan 13, 2003 at 06:36:03PM +0100, Petter E. Stokke wrote: > > Petter, do you think you can fixup monitor.py a bit? > Whoa... the PyGTK stuff was written for GTK+ 1.2, remember, I suspect > there's a little more than just the script breaking there... if the > program is in a state in which it's advisable for me to start hacking on > the Python bindings, then I'll see about bringing them up to date. Just > give me a moment. :) Hmm. The python stuff *appears* to work, at least when it tries to load the monitor, the python messages get printed on the screen. What must be fucked (different import names, I guess) is the script itself. Jordi --=20 Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Petter E. S. <gi...@pr...> - 2003-01-13 17:36:13
|
On Mon, 2003-01-13 at 13:53, Jordi Mallach wrote: > To the text stuff? Dunno. We have to see if python works right now. I > assume it doesn't. Oh well, of course it doesn't... no python-gtk2 > here... installing. >=20 > (gnome-mud:32425): Gtk-WARNING **: invalid cast from `(unknown)' to `(unk= nown)' >=20 > (gnome-mud:32425): Gtk-WARNING **: invalid cast from `(unknown)' to `(unk= nown)' >=20 > (gnome-mud:32425): Gtk-WARNING **: invalid cast from `(unknown)' to `(unk= nown)' > Traceback (most recent call last): > File "/home/jordi/.gnome-mud/plugins/", line 70, in ? > File "/home/jordi/.gnome-mud/plugins/", line 70, in ? >=20 > Petter, do you think you can fixup monitor.py a bit? Whoa... the PyGTK stuff was written for GTK+ 1.2, remember, I suspect there's a little more than just the script breaking there... if the program is in a state in which it's advisable for me to start hacking on the Python bindings, then I'll see about bringing them up to date. Just give me a moment. :) --=20 Petter E. Stokke <gi...@pr...> http://www.gibreel.net/ #!/usr/bin/env python import sys;x=3Dsys.stdout.write;r=3Dxrange;j=3Dcomplex;f=3Dfloat;a=3Dabs;u= =3Dchr def m(c,z=3D0j,i=3D0,p=3Dlambda z,i,g:x(['',' ',g][(i>=3D128)+(a(z)>=3D2)*2= ])): while a(z)<2 and i<128:(z,i)=3D(z*z+c,i+1);p(z,i,u(32+i%93)) for s in r(25):[m(j(n*.04,(f(s)-12.5)*.08)) for n in r(-50,25)];x('\n') |
|
From: Robin E. <lo...@lo...> - 2003-01-13 13:15:01
|
On Mon, 2003-01-13 at 14:08, Jordi Mallach wrote: > Er, well, it basically does nothing. The buttons that are there don't do > anything. I guess it's my fault :) I think it is :) > Hmm. I actually tried using g-m now. I connected, the text is ok, > everything is ok apparently. I press page up once, two times page down > and notice I can go further down than the limit of shown text. A few > more times and it crashes. > > Also, when I use the simple connect dialog, I first get disconnected on > my first try, and then the second one is ok. Ok, have to try these. > There's still the issue with the "Really exit" dialog, as noted on the > SF bug. I think the dialog should just go, or just appear if there's an > open connection. Yes, that would be more nice, but the problem still exists when using wm-destroy instead of pressing yes or no. is there any way to tell the gtkwindow widget to ignore "destroy" events? -- Robin Ericsson <lo...@lo...> |
|
From: Robin E. <lo...@lo...> - 2003-01-13 13:09:58
|
On Mon, 2003-01-13 at 13:53, Jordi Mallach wrote: > On Mon, Jan 13, 2003 at 01:38:38PM +0100, Robin Ericsson wrote: > > > Sure, CVS is quite "weird" atm. Look at the wizard. It's missing the > > > apply/cancel button. Instead, there's this weird pixmap :) > > Yes, same here. > > It also spews a GLib-GObject-CRITICAL to the console. Fixed. Buttons in place aswell, the entries in the select-list can't be selected though, no idea why so far. > > Oh, I also forgot to ask, should the deprecated functions go now, or > > wait till net-rewrite in 0.11? > > Shrug. If you're bored, do some of it, but it can wait a bit too, I'd > say. Let's try to just get this out without many regressions, and then > go for a better 0.11 release :) > > I should also port the two manuals to GNOME2, but I won't be able in the > following 3 weeks, probably. Ok, my tip then is that fix so the client works with gnome2 in it's current state and hope that the manuals are done 'til the release :) -- Robin Ericsson <lo...@lo...> |
|
From: Jordi M. <jo...@si...> - 2003-01-13 13:08:51
|
On Mon, Jan 13, 2003 at 01:53:57PM +0100, Jordi Mallach wrote: > > > Sure, CVS is quite "weird" atm. Look at the wizard. It's missing the > > > apply/cancel button. Instead, there's this weird pixmap :) > > Yes, same here. > It also spews a GLib-GObject-CRITICAL to the console. Er, well, it basically does nothing. The buttons that are there don't do anything. I guess it's my fault :) > > > The text widget should be fixed a bit. It should have a black > > > background, as before, right? > > Seems like I forgot to commit the background fix, commited now. > Ah, much better. Hmm. I actually tried using g-m now. I connected, the text is ok, everything is ok apparently. I press page up once, two times page down and notice I can go further down than the limit of shown text. A few more times and it crashes. Also, when I use the simple connect dialog, I first get disconnected on my first try, and then the second one is ok. There's still the issue with the "Really exit" dialog, as noted on the SF bug. I think the dialog should just go, or just appear if there's an open connection. Jordi --=20 Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Jordi M. <jo...@si...> - 2003-01-13 12:54:19
|
On Mon, Jan 13, 2003 at 01:38:38PM +0100, Robin Ericsson wrote:
> > Sure, CVS is quite "weird" atm. Look at the wizard. It's missing the
> > apply/cancel button. Instead, there's this weird pixmap :)
> Yes, same here.
It also spews a GLib-GObject-CRITICAL to the console.
> > The text widget should be fixed a bit. It should have a black
> > background, as before, right?
> Seems like I forgot to commit the background fix, commited now.
Ah, much better.
> What more fixes should be? More than replacing it :)
To the text stuff? Dunno. We have to see if python works right now. I
assume it doesn't. Oh well, of course it doesn't... no python-gtk2
here... installing.
(gnome-mud:32425): Gtk-WARNING **: invalid cast from `(unknown)' to `(unkno=
wn)'
(gnome-mud:32425): Gtk-WARNING **: invalid cast from `(unknown)' to `(unkno=
wn)'
(gnome-mud:32425): Gtk-WARNING **: invalid cast from `(unknown)' to `(unkno=
wn)'
Traceback (most recent call last):
File "/home/jordi/.gnome-mud/plugins/", line 70, in ?
File "/home/jordi/.gnome-mud/plugins/", line 70, in ?
Petter, do you think you can fixup monitor.py a bit?
> Oh, I also forgot to ask, should the deprecated functions go now, or
> wait till net-rewrite in 0.11?
Shrug. If you're bored, do some of it, but it can wait a bit too, I'd
say. Let's try to just get this out without many regressions, and then
go for a better 0.11 release :)
I should also port the two manuals to GNOME2, but I won't be able in the
following 3 weeks, probably.
Jordi
--=20
Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/
jo...@si... jo...@de... http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/
|
|
From: Robin E. <lo...@lo...> - 2003-01-13 12:34:39
|
On Mon, 2003-01-13 at 13:19, Jordi Mallach wrote: > On Mon, Jan 13, 2003 at 11:53:26AM +0100, Robin Ericsson wrote: > > 1: should we change to gconf in this release > > 1.1: should we in that case make a conversion script? > > Yes, > and it'd be cool. > > Are you thinking about an external script? I guess it'd be pretty easy > to do it in C: if g-m 0.10 starts and <check-for-some-gconf-key> doesn't > exist, read the old stuff from ~/.gnome/gnome-mud and put the values on > gconf. Well, I didn't, but should probably be the way to do it. > > 2: any other known problems at the moment? > > Sure, CVS is quite "weird" atm. Look at the wizard. It's missing the > apply/cancel button. Instead, there's this weird pixmap :) Yes, same here. > The fonts config thing is fucked. Same here :) > The text widget should be fixed a bit. It should have a black > background, as before, right? Seems like I forgot to commit the background fix, commited now. What more fixes should be? More than replacing it :) Oh, I also forgot to ask, should the deprecated functions go now, or wait till net-rewrite in 0.11? -- Robin Ericsson <lo...@lo...> |
|
From: Robin E. <lo...@lo...> - 2003-01-13 12:31:36
|
On Mon, 2003-01-13 at 13:20, Jordi Mallach wrote: > On Thu, Jan 09, 2003 at 12:24:08PM +0100, Jordi Mallach wrote: > > > configure.ac:8: error: possibly undefined macro: AC_PACKAGE_VERSION > > Grr. What versions of automake, autoconf, etc? > > Were you able to solve this? Yes, installing automake1.7 package and updating alternatives made it work. -- Robin Ericsson <lo...@lo...> |
|
From: Jordi M. <jo...@si...> - 2003-01-13 12:20:21
|
On Thu, Jan 09, 2003 at 12:24:08PM +0100, Jordi Mallach wrote: > > configure.ac:8: error: possibly undefined macro: AC_PACKAGE_VERSION > Grr. What versions of automake, autoconf, etc? Were you able to solve this? Jordi --=20 Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Jordi M. <jo...@si...> - 2003-01-13 12:19:56
|
On Mon, Jan 13, 2003 at 11:53:26AM +0100, Robin Ericsson wrote: > 1: should we change to gconf in this release > 1.1: should we in that case make a conversion script? Yes, and it'd be cool. Are you thinking about an external script? I guess it'd be pretty easy to do it in C: if g-m 0.10 starts and <check-for-some-gconf-key> doesn't exist, read the old stuff from ~/.gnome/gnome-mud and put the values on gconf. > 2: any other known problems at the moment? Sure, CVS is quite "weird" atm. Look at the wizard. It's missing the apply/cancel button. Instead, there's this weird pixmap :) The fonts config thing is fucked. The text widget should be fixed a bit. It should have a black background, as before, right? Jordi --=20 Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Robin E. <lo...@lo...> - 2003-01-13 10:49:31
|
Ok, a couple of questions on how we should do this 1: should we change to gconf in this release 1.1: should we in that case make a conversion script? 2: any other known problems at the moment? there should've been more questions, but I forgot them when I wrote the mail :) kind regards -- Robin Ericsson <lo...@lo...> |
|
From: Jordi M. <jo...@si...> - 2003-01-09 11:24:19
|
On Thu, Jan 09, 2003 at 08:29:14AM +0100, Robin Ericsson wrote: > I can some warnings about both configure.in and configure.ac exists, and > then I get errors with autoconf The warning we are going to see until gnome-common gets fixes for autoconf 2.5x. > configure.ac:8: error: possibly undefined macro: AC_PACKAGE_NAME > If this token and others are legitimate, please use > m4_pattern_allow. > See the Autoconf documentation. > configure.ac:8: error: possibly undefined macro: AC_PACKAGE_VERSION Grr. What versions of automake, autoconf, etc? > > Hmm. Yeh. I vote for just including the new features that are already in > > the tree (IPv6 and little more) in 0.10 and move the rest of the stuff > > to 0.11. > I updated ROADMAP a bit. But you didn't commit :) > > * GNOME 2.0 ---> mostly there > Should this include fix of deprecated functions aswell? Maybe that > should wait until we know what we should do with the text-widget. There are some things that are trivial to port, others not so trivial, but I think, for g-m, the most important bit would be to port the text widget, as it's the core of the app. > > * AutoReconnect --> 0.11 (should not be difficult, right?) > It seems I can't get this information with the current way we handle > connections, and I think they also are listed as deprecated in 2.0 Oh, bleh. Anyway, if it goes to .11, there's plenty of time :) > > Ok, regarding telnet codes and stuff. Someone on IRC (Abigail, actually) > > suggested that we should really just use vte or zvt to handle terminal > > stuff, and not reinvent the wheel. We should really consider it. It > > would make our lives easier. > Yes, I want to do this as well, but is there any way to use the > splitwindow feature of the new gtktext with vte or zvt? Oh... hm. I *hope* you can use Textview + vte terminal handling stuff. If not, it'll suck quite. Jordi --=20 Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Robin E. <lo...@lo...> - 2003-01-09 07:29:43
|
On Thu, 2003-01-09 at 01:52, Jordi Mallach wrote:
> Ok, I got some support work done too. I moved CVS to something more
> "GNOME-like". You need gnome-common to bootstrap it now, and intltool to
> manage translations. Be sure to have no empty macros/ dir before you run
> autogen again, or maybe gettextize does evil to your tree.
>
> cvs up -Pd should get rid of it (and other empty dirs).
>
> Ignore the autotools warning about configure.in. I had to symlink it as
> gnome-autogen is still way too dumb for it. Sigh.
>
> configure.ac still needs some fixes. I'll try to look at it over the
> weekend.
I can some warnings about both configure.in and configure.ac exists, and
then I get errors with autoconf
configure.ac:8: error: possibly undefined macro: AC_PACKAGE_NAME
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
configure.ac:8: error: possibly undefined macro: AC_PACKAGE_VERSION
> Hmm. Yeh. I vote for just including the new features that are already in
> the tree (IPv6 and little more) in 0.10 and move the rest of the stuff
> to 0.11.
I updated ROADMAP a bit.
> As it is now:
>
> 0.10.0
>
> * GNOME 2.0 ---> mostly there
Should this include fix of deprecated functions aswell? Maybe that
should wait until we know what we should do with the text-widget.
> * AutoReconnect --> 0.11 (should not be difficult, right?)
It seems I can't get this information with the current way we handle
connections, and I think they also are listed as deprecated in 2.0
> Ok, regarding telnet codes and stuff. Someone on IRC (Abigail, actually)
> suggested that we should really just use vte or zvt to handle terminal
> stuff, and not reinvent the wheel. We should really consider it. It
> would make our lives easier.
Yes, I want to do this as well, but is there any way to use the
splitwindow feature of the new gtktext with vte or zvt?
-Robin
|
|
From: Jordi M. <jo...@si...> - 2003-01-09 00:53:06
|
On Wed, Jan 08, 2003 at 01:28:04PM +0100, Robin Ericsson wrote: > I commited some more changes, which removes most warnings. Ok, I got some support work done too. I moved CVS to something more "GNOME-like". You need gnome-common to bootstrap it now, and intltool to manage translations. Be sure to have no empty macros/ dir before you run autogen again, or maybe gettextize does evil to your tree. cvs up -Pd should get rid of it (and other empty dirs). Ignore the autotools warning about configure.in. I had to symlink it as gnome-autogen is still way too dumb for it. Sigh. configure.ac still needs some fixes. I'll try to look at it over the weekend. > Another question regarding roadmap > I want to move autoreconnect and splitscreen to 0.11, and maybe we > should move things from 0.11 to 0.12 Hmm. Yeh. I vote for just including the new features that are already in the tree (IPv6 and little more) in 0.10 and move the rest of the stuff to 0.11. As it is now: 0.10.0 * GNOME 2.0 ---> mostly there * Use splitscreen feature from GTK 2.0 ---> 0.11 * AutoReconnect --> 0.11 (should not be difficult, right?) * Get more speed in ANSI --> Comments below. * Support for TELNET codes [PARTLY DONE] --> Comments below. * IPv6 support [DONE] ---> Woot. Ok, regarding telnet codes and stuff. Someone on IRC (Abigail, actually) suggested that we should really just use vte or zvt to handle terminal stuff, and not reinvent the wheel. We should really consider it. It would make our lives easier. Neil, now that *I* know you're alive, say something about 0.11. :) Jordi --=20 Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Robin E. <lo...@lo...> - 2003-01-08 12:28:30
|
I commited some more changes, which removes most warnings. I still have these on my list: * pango error on preferences * glib-object signal error on wizard Another question regarding roadmap I want to move autoreconnect and splitscreen to 0.11, and maybe we should move things from 0.11 to 0.12 kind regards -- Robin Ericsson <lo...@lo...> |
|
From: Jordi M. <jo...@si...> - 2003-01-07 16:13:37
|
Hi! On Tue, Jan 07, 2003 at 03:19:20PM +0100, Robin Ericsson wrote: > > I played a few seconds with the patch Jordi sent me a while ago. > >=20 > > It works a lot better now, I haven't fixed that much warnings, and there > > are probably a lot of buttons that doesn't work inside the different > > windows, but atleast you get the different windows without segfaults :) > Ok, new patch, less segfaults. Been playing with it. I guess we need to do something about the font preferences, as it dies if not using GDK_USE_XFT=3D1. Otherwise, it's a start, but lots of stuff need fix. The buttons in the wizard don't do anything, and the buttons to create new connections are missing, apparently. But in all, I'm happy to see progress :) Robin: I would create a gnome-1-4 branch for the current GNOME1 stuff and just hack on HEAD. Jordi --=20 Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Robin E. <lo...@lo...> - 2003-01-07 14:19:53
|
On Tue, 2003-01-07 at 14:50, Robin Ericsson wrote: > Hi Jordi, and the others :) > > I played a few seconds with the patch Jordi sent me a while ago. > > It works a lot better now, I haven't fixed that much warnings, and there > are probably a lot of buttons that doesn't work inside the different > windows, but atleast you get the different windows without segfaults :) > Ok, new patch, less segfaults. The big changes, which generates most of the remaining warnings and segfaults are due to gtk_entry_get_text() now returns a const. The can be changed to use g_strdup, but we need to check the code so we don't have any memoryleaks. kind regards -robin |
|
From: Robin E. <lo...@lo...> - 2003-01-07 13:50:56
|
Hi Jordi, and the others :) I played a few seconds with the patch Jordi sent me a while ago. It works a lot better now, I haven't fixed that much warnings, and there are probably a lot of buttons that doesn't work inside the different windows, but atleast you get the different windows without segfaults :) My idea about this is to set a tag in cvs PRE_GNOME_2 or something, and then commit all the changes so we can work from different places without sending patches to eachother. kind regard -- Robin Ericsson <lo...@lo...> |
|
From: Jordi M. <jo...@si...> - 2002-11-12 11:33:18
|
On Tue, Nov 12, 2002 at 12:21:01PM +0100, Jordi Mallach wrote: > Wth... are you patching HEAD? Just tested on a fresh tree, and it appears to work ok. New patch without cruft attached, anyawy. Jordi -- Jordi Mallach Pérez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Jordi M. <jo...@si...> - 2002-11-12 11:21:14
|
On Tue, Nov 12, 2002 at 12:07:55PM +0100, Robin Ericsson wrote: > Well, almost :) >=20 > Sorry for this, but I don't have time at the moment to do manual things > :) Wth... are you patching HEAD? File: configure.ac Status: Locally Modified Working revision: 1.3 Repository revision: 1.3 /cvsroot/amcl/amcl/configure.ac,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) Jordi --=20 Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Robin E. <rob...@pr...> - 2002-11-12 11:04:09
|
On Tue, 2002-11-12 at 11:57, Jordi Mallach wrote: > On Tue, Nov 12, 2002 at 11:15:31AM +0100, Robin Ericsson wrote: > > patching file configure.ac > > Hunk #1 FAILED at 1. > > Hunk #2 succeeded at 71 (offset -1 lines). > > Hunk #3 succeeded at 78 (offset -1 lines). > > 1 out of 3 hunks FAILED -- saving rejects to file configure.ac.rej > > patching file src/init.c > > Hunk #1 FAILED at 289. > > 1 out of 5 hunks FAILED -- saving rejects to file src/init.c.rej > > patching file src/profiles.c > > Hunk #1 FAILED at 1101. > > Hunk #2 FAILED at 1115. > > Hunk #3 FAILED at 1208. > > Hunk #4 FAILED at 1245. > > Hunk #5 FAILED at 1279. > > Hunk #6 FAILED at 1297. > > Cool. :\ > Well, almost :) Sorry for this, but I don't have time at the moment to do manual things :) patching file configure.ac Hunk #1 FAILED at 1. Hunk #2 succeeded at 39 (offset -1 lines). Hunk #3 succeeded at 74 (offset -1 lines). Hunk #4 succeeded at 81 (offset -1 lines). Hunk #5 succeeded at 202 (offset -1 lines). 1 out of 5 hunks FAILED -- saving rejects to file configure.ac.rej lobbin@pulver:~/devel/gnome-mud$ cat configure.ac.rej *************** *** 1,15 **** dnl Process this file with dnl aclocal; automake; autoconf to produce a configure script. - AC_INIT - AC_CONFIG_SRCDIR([src/gnome-mud.c]) AC_PREREQ(2.52) - AM_INIT_AUTOMAKE(gnome-mud, 0.9.99.0) - AM_CONFIG_HEADER(config.h:config.h.in) ALL_LINGUAS="es sv de ca fr" AM_GNU_GETTEXT_VERSION(0.11.5) dnl Checks for programs. AC_PROG_CC AC_ISC_POSIX --- 1,31 ---- dnl Process this file with dnl aclocal; automake; autoconf to produce a configure script. + + AC_INIT([gnome-mud],[0.9.90],[amc...@li...]) + AC_CONFIG_SRCDIR(src/gnome-mud.c) + AC_CANONICAL_TARGET([]) + AM_INIT_AUTOMAKE([AC_PACKAGE_NAME], [AC_PACKAGE_VERSION]) + AC_CONFIG_HEADERS([config.h]) + AC_PREREQ(2.52) + + AM_PATH_GTK_2_0(2.0.0,,exit 1) ALL_LINGUAS="es sv de ca fr" AM_GNU_GETTEXT_VERSION(0.11.5) + dnl pkg-config dep checks + LIBGNOME_REQUIRED=2.0.0 + LIBGNOMEUI_REQUIRED=2.0.0 + + dnl libgnome, libgnomeui needed for all utils + PKG_CHECK_MODULES(GMUD, libgnome-2.0 >= $LIBGNOME_REQUIRED + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED) + AC_SUBST(GMUD_CFLAGS) + AC_SUBST(GMUD_LIBS) + + dnl Checks for programs. AC_PROG_CC AC_ISC_POSIX |
|
From: Jordi M. <jo...@si...> - 2002-11-12 10:57:30
|
On Tue, Nov 12, 2002 at 11:15:31AM +0100, Robin Ericsson wrote: > patching file configure.ac > Hunk #1 FAILED at 1. > Hunk #2 succeeded at 71 (offset -1 lines). > Hunk #3 succeeded at 78 (offset -1 lines). > 1 out of 3 hunks FAILED -- saving rejects to file configure.ac.rej > patching file src/init.c > Hunk #1 FAILED at 289. > 1 out of 5 hunks FAILED -- saving rejects to file src/init.c.rej > patching file src/profiles.c > Hunk #1 FAILED at 1101. > Hunk #2 FAILED at 1115. > Hunk #3 FAILED at 1208. > Hunk #4 FAILED at 1245. > Hunk #5 FAILED at 1279. > Hunk #6 FAILED at 1297. Cool. :\ Ok, here's try #2. It now ignores macros/. Jordi -- Jordi Mallach Pérez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |
|
From: Jordi M. <jo...@si...> - 2002-11-12 09:51:54
|
On Tue, Nov 12, 2002 at 08:50:59AM +0100, Robin Ericsson wrote: > Btw. In debian, there is a way to get mails etc, when packages are > uploaded and accepted. packages.qa.debian.org. Jordi --=20 Jordi Mallach P=E9rez -- Debian developer http://www.debian.org/ jo...@si... jo...@de... http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/~jordi/ |