Support
Any update for mac os build?
I read of some guys that tried to do a mac os build. Did they succeed?
Some friends of mine would like to play the game but they have some problems compiling sources. I don't know anything about mac os, so I can't help them.
I know, this issue was already treated, but no one has said if these guys have succeeded in creating the build or not.
Server compilation bug on Ubuntu 8.10
Server compilation on ubuntu 8.10 ended up with that error.
[4 of 4] Compiling Main ( /home/jurek/Pulpit/Hedgewars/netserver/hedgewars-server.hs, /home/jurek/Pulpit/Hedgewars/netserver/Main.o )
/home/jurek/Pulpit/Hedgewars/netserver/hedgewars-server.hs:43:29:
Illegal signature in pattern: IOException
Use -XPatternSignatures to permit it
/home/jurek/Pulpit/Hedgewars/netserver/hedgewars-server.hs:80:5:
Illegal signature in pattern: IOException
Use -XPatternSignatures to permit it
/home/jurek/Pulpit/Hedgewars/netserver/hedgewars-server.hs:87:30:
Illegal signature in pattern: IOException
Use -XPatternSignatures to permit it
make[2]: *** [bin/hedgewars-server] Błąd 1
make[1]: *** [netserver/CMakeFiles/hedgewars-server.dir/all] Błąd 2
make: *** [all] Błąd 2
The temporary solution is to edit CMakeLists.txt in netserver folder and add this line:
-XPatternSignatures
below line 21
Later you must change all IOExeption's in file hedgewars-server.hs in lines 43,80 and 87 change to Exeption's
With that changes you can compile it but i dunno how it will work. On localhost it works well ;P
source code documentation
Hi Together,
i maybe would try to help by programming some weapons, but first i need some documentation of the source code.
I didn't find it in the .pas files as comments, so i wanted to ask if there is any other kind of descibtive text (wiki, pdf-files, etc).
CU, Sauer2
no keyboard when "frontend fullscreen"
When I set the game to fullscreen I have no problem.
But if I tick "frontend fullscreen", the keyboard is inactive and no key are responding (I have to kill the game).
complete system crash
hello
I compiled hedgewars 0.9.7 on a debian system.
cmake . and make and make install went perfectly well !
I can launch the game. Create my team, change options, etc...
Then, for example, I choose player vs player, choose team, and when I click to start the game, my system (xorg) crash, and I'm at the command line. Error is something like "x received signal 11 : aborting".
It seems that when I start an hedgewars game, it kills my x system.
Any ideas why ?
thanks for your help 

