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 trouble with the autotools stuff, but finally managed to compile and run wormux ! here's the settings I used: automake19 aclocal19 autoconf259 autoheader259 aclocal needed a -I /usr/local/share/aclocal (mine was only using /usr/X11R6/share/aclocal). find_tool_version() in autogen.sh was not working. bash is not in /bin on FreeBSD so it would be nice to have a sh script for autogen.sh here's my diff for clean.sh > svn diff clean.sh Index: clean.sh =================================================================== --- clean.sh (revision 1606) +++ clean.sh (working copy) @@ -5,4 +5,4 @@ rm -rf autom4te.cache rm -rf src/.deps find . -path "*/map-generator*" -o -name "Makefile" -exec rm {} \; -for i in $(find -name "Makefile.in" | grep -v '^./intl/'); do rm "$i"; done +for i in $(find . -name "Makefile.in" | grep -v '^./intl/'); do rm "$i"; done no diff for autogen.sh since I only did some ugly tweaking there ;-) Hope this helps for the next FreeBSD ports update ! eh beh voila, maintenant je vais pouvoir en profiter, merci a tous ! -- Alain _______________________________________________ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev