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
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
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
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
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
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
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
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
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