[Wormux-dev] Wormux 0.8a1 cores on FreeBSD 6.1

2006-11-01 Par sujet Alain TAUCH
Hi all, I didn't manage to run wormux 0.8alpha1 on my FreeBSD system (x86), the screen flickers, then the program crashes. If you need the core I can send it, I configured wormux using --enable-debug to gather the following traces: > ./wormux === Wormux version 0.8alpha1 === Authors: Lawrence A

[Wormux-dev] Re: Wormux 0.8a1 cores on FreeBSD 6.1

2006-11-03 Par sujet Alain TAUCH
On Thu, 2 Nov 2006 00:21:37 +0100 Alain TAUCH [Alain] wrote: Alain> Hi all, Alain> Alain> I didn't manage to run wormux 0.8alpha1 on my FreeBSD system (x86), Alain> the screen flickers, then the program crashes. Hi, back for some feedback: I used the svn repository, had some

[Wormux-dev] Re: Wormux 0.8a1 cores on FreeBSD 6.1

2006-11-03 Par sujet Alain TAUCH
On Fri, 3 Nov 2006 19:59:03 +0100 Alain TAUCH [Alain] wrote: [...] Alain> no diff for autogen.sh since I only did some ugly tweaking there ;-) well, I fixed you something. works on FreeBSD6.1, hope it will work on other platforms too. -- Alain Index: autogen

[Wormux-dev] Re: Wormux 0.8a1 cores on FreeBSD 6.1

2006-11-12 Par sujet Alain TAUCH
humm, bonjour l'ambiance ... moi j'aurais pas été contre mettre à jour les ports avec un wormux plus récent mais quand je vois à quel point ce thread vous interesse, ca me refroidit tout d'un coup. -- Alain ___ Wormux-dev mailing list Wormux-dev@gna.o

[Wormux-dev] Re: Wormux 0.8a1 cores on FreeBSD 6.1

2006-11-13 Par sujet Alain TAUCH
On Mon, 13 Nov 2006 02:02:29 +0100 Alain TAUCH [Alain] wrote: Alain> Alain> humm, bonjour l'ambiance ... moi j'aurais pas été contre mettre à Alain> jour les ports avec un wormux plus récent mais quand je vois à quel Alain> point ce thread vous interesse, ca me refroidit

Re: [Wormux-dev] Publication proposal

2007-06-30 Par sujet Alain TAUCH
On Sat, 30 Jun 2007 16:56:36 +0200 Laurent Defert [Laurent] wrote: Laurent> Wormux is developped under the GNU General Public License (you can find Laurent> a copy of it along with wormux files, or it's available online here: Laurent> http://www.gnu.org/licenses/gpl.html ), and as stated in this l

Re: [Wormux-dev] Publication proposal

2007-07-01 Par sujet Alain TAUCH
On Sun, 1 Jul 2007 13:19:36 +0200 Laurent Defert [Laurent] wrote: Laurent> Hello. Laurent> Laurent> On Sun, Jul 01, 2007 at 02:21:27AM +0200, Ysangkok wrote: Laurent> > http://www.gnu.org/philosophy/selling.html Laurent> > Laurent> (thanks for the link) Laurent> Laurent> Well, it clearly looks

[Wormux-dev] patch for clean.sh

2007-07-27 Par sujet Alain TAUCH
Hi all, the find path argument is mandatory on freebsd (at least), here's a fix: > svn diff Index: clean.sh === --- clean.sh(revision 2966) +++ clean.sh(working copy) @@ -5,4 +5,4 @@ rm -rf autom4te.cache rm -rf src/.deps

Re: [Wormux-dev] patch for clean.sh

2007-08-01 Par sujet Alain TAUCH
On Tue, 31 Jul 2007 18:14:02 +0200 Kurosu [Kurosu] wrote: Kurosu> Hi, Kurosu> Kurosu> Alain TAUCH a écrit : Kurosu> > the find path argument is mandatory on freebsd (at least), here's a fix: Kurosu> Kurosu> Thanks for the info, I have applied your suggestion togeth