Search found 256 matches

by belenus
Tue Nov 06, 2007 10:28 am
Forum: Really General
Topic: VPS hosting
Replies: 1
Views: 1187

VPS hosting

Hi,

I am looking for a good (any if possible also cheap) non-german VPS hosting company using either Virtuozzo, OpenVZ or XEN. Bandwidth should be >= 100 GB / month, RAM >= 128 MB and OpenVPN needs to work.

Suggestions?
by belenus
Thu Sep 13, 2007 2:49 pm
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

I was more or less thinking about the other patches (about NAN and the includes)... especially since I mentioned that the bison thing is a bit hackish...
by belenus
Wed Sep 12, 2007 11:37 am
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

*bump*

someone please have a look at the patches I posted and test if they also work for Linux/Mac/Windows
by belenus
Tue Sep 11, 2007 4:13 pm
Forum: General
Topic: TR2N/Tron 2 Thread (Was: Tron sequel coming!)
Replies: 74
Views: 21665

TR2N/Tron 2 Thread (Was: Tron sequel coming!)

Is this real?

http://www.joblo.com/tron-sequel-coming

Admin note:
Well holy moly, no one saw this coming. There actually IS a sequel. All discussion on TR2N here please.

Bit where TR2N discussion actually starts.
by belenus
Wed Aug 29, 2007 12:04 pm
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

python-expat package was missing, looks like it builds fine now... ...any help with that bison thingy would be appreciated tho... ...also testing if that "isnan" replacement for "NAN" works with Linux/Win/Mac... and confirmation that the "#ifdef WIN32" patch for NAN is ...
by belenus
Wed Aug 29, 2007 11:38 am
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

New error: c++ -O2 -pipe -o armagetronad_main armagetronad_main-gFloor.o armagetronad_main-cCockpit.o armagetronad_main-cMap.o libtron.a libenginecore.a libengine.a libnetwork.a libui.a librender.a libtools.a librubywrap.a thirdparty/mathexpr/libmathexpr.a -L/usr/local/lib -lruby -L/usr/local/lib -l...
by belenus
Wed Aug 29, 2007 10:20 am
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

Removed the %destructor part since it is still "experimental" in bison 2.1 (it probably is just at the wrong place within the file, like some other stuff) and found the next unclean programming part... *sigh* first (a bit hackish but works for now): --- src/tools/values/vParser.ypp.orig We...
by belenus
Tue Aug 28, 2007 5:58 pm
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

New error: yacc `test -f 'tools/values/vParser.ypp' || echo './'`tools/values/vParser.ypp tools/values/vParser.ypp:37: syntax error %destructor { ^ gmake[3]: *** [vParser.cpp] Error 1 gmake[3]: Leaving directory `/usr/source/ports/games/armagetronad/server/w-armagetronad-dedicated-0.2.8.2.1p2/armage...
by belenus
Tue Aug 28, 2007 4:33 pm
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

Problem solved... found new error though. Fix for the above error: --- src/network/nSocket.cpp Wed Aug 22 11:16:34 2007 +++ src/network/nSocket.cpp Tue Aug 28 17:28:46 2007 @@ -50,13 +50,14 @@ #ifndef WIN32 #include <arpa/inet.h> +#include <netinet/in_systm.h> + #ifndef MACOSX # include <netinet/ip....
by belenus
Tue Aug 28, 2007 11:21 am
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

either with or without ruby... getting the following error: if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/ruby/1.8/i386-openbsd4.1 -I./tools -I./thirdparty/mathexpr -I./network -O2 -pipe -MT libnetwork_a-nSocket.o -MD -MP -MF ".d...
by belenus
Tue Aug 28, 2007 10:41 am
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

this fixes the thing... --- src/tools/tCoord.h.orig Wed Aug 22 11:17:14 2007 +++ src/tools/tCoord.h Tue Aug 28 11:39:57 2007 @@ -90,9 +90,9 @@ REAL ta = Tangent(m_reference, a), tb = Tangent(m_reference, b); //check for 90 degree angles... - if(ta == NAN && tb == NAN) return fabs((m_referenc...
by belenus
Tue Aug 28, 2007 10:38 am
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

guess

Code: Select all

tools/tCoord.h:93: error: `NAN' undeclared (first use this function) 
is the problem here...
by belenus
Tue Aug 28, 2007 10:34 am
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

Noww I am getting this: ===> Building for armagetronad-dedicated-0.2.8.2.1p2 touch -t 7001010101 .changetag gmake all-recursive gmake[1]: Entering directory `/usr/source/ports/games/armagetronad/server/w-armagetronad-dedicated-0.2.8.2.1p2/armagetronad-0.2.8.2.1' Making all in src gmake[2]: Entering ...
by belenus
Wed Aug 22, 2007 1:05 pm
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

Ok, created the swig .29 port but now getting this, someone got an idea? touch -t 7001010101 .changetag gmake all-recursive gmake[1]: Entering directory `/usr/source/ports/games/armagetronad/server/w-armagetronad-dedicated-0.2.8.2.1p2/armagetronad-0.2.8.2.1' Making all in src gmake[2]: Entering dire...
by belenus
Wed Aug 22, 2007 10:51 am
Forum: Development
Topic: OpenBSD support thread
Replies: 97
Views: 30792

Damn, in asnwer to myself... the .24 version is missing the option "-autorename" which you use... well, will try to update the swig port to .29 then...