Saturday, 2008-05-03

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
*** bddebian has quit IRC00:00
*** peres has left #tp00:05
*** Demitar has quit IRC00:31
*** andrei_away is now known as andrei00:48
*** peres has joined #tp00:49
*** peres has quit IRC01:41
*** AquaFox has joined #tp02:15
JLPgood orning all02:25
*** AquaFox has quit IRC03:14
mithrohey JLafont03:18
mithrobah03:18
mithrohey JLP03:18
*** jmtan has joined #tp03:19
mithroJLP: can you pimp the starmapper release too?03:19
mithrohello jmtan03:19
jmtanhi mithro and everyone03:20
mithrolong time no see03:20
jmtanyeah, i know, just finished my last paper yesterday :)03:20
JLafonthalloooo03:21
jmtanum, has anyone encountered problems compiling tpserver? i'd like to try out the new release but have problems (probably my setup)03:22
JLPmithro: like news on the TP page and maybe some blog post?03:22
JLPjmtan: ahoy03:23
jmtanhi jlp03:23
mithrojmtan: yay!03:23
mithrofull steam ahead on the 3d client?03:24
jmtanyeah, i want to start working on it03:25
jmtanright after i get tpserver running03:26
mithrooh? having problems?03:27
jmtancompilation errors, but it's weird because i compiled tpserver before (0.4.1)03:27
jmtanmaybe because i might have updated my autotools or something?03:27
* JLP should also try to compile the new server, using the ebuilds from ezod03:28
mithropossible - got the error outputs?03:28
jmtanminisec.cpp: In member function 'virtual void MiniSec::onPlayerAdded(Player*)':03:28
jmtanminisec.cpp:778: error: 'strlen' was not declared in this scope03:28
jmtanminisec.cpp:779: error: 'strncpy' was not declared in this scope03:28
jmtanafter i added #include <stdlib.h> to the source file it managed to compile03:29
jmtanbut i have similar errors throughout, in various source files03:29
mithrothat is a little weird03:29
mithrowhat OS?03:29
jmtanlinux03:29
mithroubuntu/gentoos/?03:30
jmtanarchlinux03:30
mithrono idea about archlinux :P03:30
jmtanare there deb packages for ubuntu already? i guess i could try out the new heron03:32
mithronot sure03:35
mithrobut I know it compiles on debian and ubuntu03:35
*** JLafont has quit IRC03:37
jmtanthats great, i knew it was my system config03:38
*** AquaFox has joined #tp03:38
jmtanhi AquaFox03:39
*** xdotx has quit IRC03:43
mithrojmtan: so what are you going to concentrate on first?03:44
* mithro has gotten most of the way through packaging python-ogre03:44
jmtanthat's great, now it can be truely cross-platform03:45
jmtantruly03:45
jmtani'm still considering, have to look through the code first and the program design03:46
jmtanmostly likely i'll swap out the taharez skin first like you wanted though03:47
jmtanand create layouts for messages window and so on03:48
JLPlooks like ezod forgot to add the new ebuild file for tpserver-cpp to commit :)03:51
mithrojmtan: is it just me, or is the default CEGUI skin really ugly?04:15
jmtani've seen worse, i think it's average and quite messy looking04:17
jmtani prefer simple guis04:18
* mithro does too04:20
mithrooh - have you seen ironman?04:20
jmtanno, why?04:20
mithrothe computer UI in that is pretty cool04:21
jmtanhm, how about the movie? :)04:21
mithroit's a pretty decent "lite" action movie04:22
mithro(as appose to things like black hawk down which are much more "serious" action movies)04:22
mithroprobably better then spiderman04:23
jmtanit's one of movies i want to watch next to speed racer and doomsday04:23
jmtanspiderman is nice, didn't catch the sequels04:23
jmtanmay i know what version of gcc are you running to compile tpserver?04:28
mithro# gcc --version04:30
mithrogcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)04:30
jmtani think it won't compile because i'm using 4.304:30
mithro# gcc --version04:30
mithrogcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)04:30
mithrojmtan: possibly04:32
* mithro pokes llnz 04:32
mithro~seen vi198504:39
tpbmithro: vi1985 was last seen in #tp 3 days, 10 hours, 5 minutes, and 2 seconds ago: <vi1985> thanks04:39
JLPhttp://gcc.gnu.org/gcc-4.3/porting_to.html04:42
tpbTitle: GCC 4.3 Release Series Porting to the New Tools - GNU Project - Free Software Foundation (FSF) (at gcc.gnu.org)04:42
JLPyup headers cleanup it seams04:42
mithrojmtan: feel free to submit patches to llnz04:43
mithrohe will definately welcome them04:43
jmtansure04:46
jmtanwas gonna compile 4.2 but after seeing the 55meg compressed source file, porting might be faster04:47
mithrojmtan: well someone has to do the porting eventually anyway04:47
* llnz was away05:06
* llnz reads back05:07
llnzmy gcc is 4.2.305:09
* JLP goes writing the news about starmapper05:30
jmtanalright, i've got it working on 4.305:43
jmtanllnz would you like a patch for 4.3? i'm not sure how to make one05:44
llnzjmtan: i'll fix it, just needs #include <string.h>  i think05:44
jmtanyou need to modify the makefile, as libltdlc.la is now in it's own libltdl folder05:45
jmtanlines 191 and 19605:46
llnzoh?05:47
jmtanerr yeah05:47
llnzmakefiles are autogenerated05:48
jmtanhmm, but it didn't find the files properly..05:49
jmtanoh well, at least i can move on :)05:49
llnzwhat version of automake?05:49
jmtanautomake (GNU automake) 1.10.105:50
llnzbecause i've had probelms05:50
llnzodd05:50
llnzrun ./autogen.sh and ./configure, etc05:51
*** xdotx has joined #tp05:51
jmtanis there any specific output you are looking for? the paths went back to being wrong again05:54
CIA-29jlp web * r4adf7ce440be /news/2008-05-03-1030.news: Starmapper 306:30
tpb<tpb@worldforge> New news from http://www.thousandparsec.net/tp/rss.php: Starmapper 306:31
*** tuna has quit IRC06:52
*** CIA-29 has quit IRC06:52
*** CIA-29 has joined #tp06:53
*** JLP_ has joined #tp06:53
*** tuna has joined #tp06:53
*** JLP has quit IRC06:53
*** JLP_ is now known as JLP06:54
* llnz wanders off08:07
llnzlater all08:07
*** llnz has quit IRC08:07
CIA-29pluskid schemepy * rd5492c40b7e2 / (5 files in 4 dirs): Passed test case of string conversion.08:17
CIA-29pluskid schemepy * r16966c73f793 / (schemepy/guile/guile.py tests/test_exceptions.py):09:08
CIA-29All existing test cases run without segment fault.09:08
CIA-29test case for long not run because not implemented yet.09:08
CIA-29test case for exception still not working properly.09:08
CIA-29pluskid schemepy * r519c993fde03 /schemepy/guile/guile.py:09:08
CIA-29Bug fix: written 'guile.scm_bool_t()' as 'guile.scm_bool_t'09:09
CIA-29Now the test case for exception runs.09:09
*** TBBle_ has joined #tp09:13
*** peres has joined #tp09:18
*** TBBle has quit IRC09:23
*** Epyon has joined #tp09:26
*** accAgon has joined #tp09:48
*** accAgon is now known as Marcel-09:51
*** JLafont has joined #tp10:01
CIA-29pluskid schemepy * rbf25132e2e95 /doc/log_book/todo/05-03-deal-with-nul-character-in-string.txt: Added a task for dealing with string embedded with nul char.10:02
*** Marcel- has quit IRC10:08
*** JLafont has quit IRC10:24
*** Demitar has joined #tp10:52
*** Marcel- has joined #tp11:13
*** peres has left #tp11:50
*** Epyon has quit IRC12:03
CIA-29pluskid schemepy * r0cf8914a5839 /schemepy/guile/guile.py:12:05
CIA-29Handle the nul char in string properly now.12:05
CIA-29But both scm_c_eval_string and scm_internal_catch use12:05
CIA-29the C nul-terminated string, which is causing problem12:05
CIA-29to the VM.eval method.12:05
*** AquaFox has quit IRC12:09
*** jmtan has left #tp12:12
CIA-29pluskid schemepy * rcec9ebe50497 /doc/log_book/ (3 files in 2 dirs): Added a task for dealing with nul char in Scheme code.12:16
*** AquaFox has joined #tp12:54
*** Epyon has joined #tp13:00
tpbaloril_ has joined on worldforge14:13
*** DTRemenak|RDP has quit IRC14:17
tpbaloril has quit worldforge (Ping timeout: 378 seconds)14:17
*** DTRemenak|RDP has joined #tp14:18
*** DTRemenak|RDP is now known as DTRemenak14:20
*** AquaFox has quit IRC14:40
*** bddebian has joined #tp14:51
bddebianheya14:55
*** bddebian has quit IRC16:52
*** DTRemenak|RDP has joined #tp16:59
*** DTRemenak has quit IRC17:00
*** DTRemenak|RDP is now known as DTRemenak17:00
*** greywhind has joined #tp17:15
*** Epyon has quit IRC18:15
*** Ohm has quit IRC18:30
*** Marcel- has quit IRC18:38
*** Ohm has joined #tp20:01
mithromorning people22:56
mithroquite in here today23:17
xdotxhey mithro23:18
mithrohey xdotx23:18
mithrohad a chance to play any more RFTS games?23:18
xdotxwent to play last night, updated my client stuff, and now it crashes23:18
xdotx(was just gonna tell ya)23:19
xdotxseg fault, 'GUI' has no attribute 'connectto', etc23:19
xdotxwant the trace/log?23:19
mithroyeah23:20
mithrois this a real segfault23:21
mithroor just the program crashing23:21
xdotxreal seg fault23:21
xdotxafter two errors. import error on winFilterManager, then that above attribute error23:21
mithrogreywhind: ping?23:21
mithroit looks like greywhind forgot to commit winFilterManager23:22
xdotxah23:22
mithroso it left a core dump?23:22
xdotxhmm, it should but i'm not seeing it23:23
mithroxdotx: git checkout HEAD~1  for the moment23:23
xdotxworkin'23:23
mithrookay cool23:28
mithrowill have to poke greywhind23:28
mithroxdotx: so now that persistences is back - we should start having regular games of RFTS23:47
mithroit would also be good to fix RFTS so that yo can queue up things to be done23:48
xdotxah, yeah. i can add that to my todo list23:48
xdotxthat system would work much better for TP23:50
*** peres has joined #tp23:52

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!