Thursday, 2011-01-13

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
*** tansell-laptop has joined #tp00:08
*** knotwork has quit IRC00:59
*** StrangerDanger has quit IRC01:12
*** StrangerDanger has joined #tp01:34
alanpllnz: mithro: tansell: I don't think we can wait until the 24th, editor is pretty adamant about getting it in ASAP. Any chance you can just provide a couple bullet points quickly that I can expand upon?02:27
llnzalanp: was busy last night, will try for tonight or tomorrow morning before work02:28
alanpawesome man, really appreciate it02:28
*** knotwork has joined #tp03:05
*** StrangerDanger has quit IRC03:19
*** verhoevenv has quit IRC03:25
*** StrangerDanger has joined #tp03:35
* llnz wanders off03:44
llnzlater all03:44
*** llnz has quit IRC03:44
*** StrangerDanger has quit IRC05:51
*** StrangerDanger has joined #tp06:04
*** StrangerDanger has quit IRC06:36
*** Null_000 has joined #tp07:06
*** StrangerDanger has joined #tp07:16
*** tansell-laptop has quit IRC07:18
*** Null_000 has quit IRC11:12
*** Null_000 has joined #tp11:28
*** tuna-fish has joined #tp12:29
*** tuna-fish has quit IRC12:43
*** tuna-fish has joined #tp12:44
*** knotwork has quit IRC13:56
*** knotwork has joined #tp14:46
*** Null_000 has quit IRC15:01
*** Null_000 has joined #tp15:07
*** Noughmad has joined #tp15:29
*** verhoevenv has joined #tp15:45
*** welterde has quit IRC15:54
*** Null_000 has quit IRC15:54
*** welterde has joined #tp16:06
*** tuna-fish has quit IRC16:26
*** jmtan has joined #tp17:02
*** knotwork has quit IRC18:05
*** StrangerDanger has quit IRC18:29
*** StrangerDanger has joined #tp18:31
*** jmtan has quit IRC18:45
*** llnz has joined #tp19:01
*** knotwork has joined #tp19:08
*** StrangerDanger has quit IRC19:09
llnzmorning all19:12
llnzalanp: working on notes right now19:12
alanpepic19:13
*** StrangerDanger has joined #tp19:24
llnzalanp: there is a starting point19:32
llnzping me here on irc if you need more or to elaborate19:35
*** StrangerDanger has quit IRC19:45
*** StrangerDanger has joined #tp19:45
Vadtecim trying to install the cpp server on Ubuntu 10.04LTS from source, and when I run configure, I see the following:20:05
Vadtecchecking for boostlib >= 1.32.1... yes20:05
Vadtecchecking whether the Boost::Signals library is available... yes20:05
Vadtecconfigure: error: Could not link against  !20:05
llnzodd20:06
llnzdo you have libboost-signals-dev installed?20:06
Vadtecim about to dig into the configure script, but what is it trying to link against there?20:06
Vadtecill check20:06
llnzit's a bit odd around there20:06
Vadtecim grabbing an update for that package, maybe it was out of date20:07
Vadtecre-running configure20:07
Vadtecthat fixed it20:09
Vadtecnow when i run make i see this:20:17
Vadtecmtsec.cpp:67:23: error: xmlimport.h: No such file or directory20:17
VadtecIn file included from mtsec.cpp:69:20:17
Vadtecwhich xml lib is that?20:18
Vadteci have libxml2-dev installed20:19
*** Noughmad has quit IRC20:23
llnzit could be the tinyxml that is included20:25
llnzhold on, let me look20:25
llnzactually, it should be in that directory20:26
Vadtecyes, i see xmlimport.h in tpserver/tinyxml/20:30
Vadtecllnz: http://pastie.org/145769020:31
tpbTitle: #1457690 - Pastie (at pastie.org)20:31
Vadtecmore of the output20:31
llnzit's not the one in tpserver/tinyxml, but the one in modules/games/mtsec20:32
Vadteci do not see xmlimport.h in that dir, but i do see an xmlimport.cpp20:33
llnzi can see it in gitweb20:33
Vadtecpossible that the makefile is looking in the wrong place for that module or not adding a path to the compile command?20:34
llnzmaybe20:34
Vadteci downloaded the code from here http://www.thousandparsec.net/tp/download-instructions.php?product=tpserver-cpp&platform=source20:34
tpb<http://ln-s.net/8MnP> (at www.thousandparsec.net)20:34
llnzodd either way20:34
llnzoh20:34
llnzah, theres the problem20:35
Vadtecfeels like maybe the tarball is incomplete20:35
llnzit's not in the Makefile.am for the headers20:35
llnzand therefore not in the tarball20:35
Vadtecfigured it was something like that20:36
llnzdownload from this link http://git.thousandparsec.net/gitweb/gitweb.cgi?p=tpserver-cpp.git;a=blob_plain;f=modules/games/mtsec/mtsec.cpp;h=30ed1cd00b4cf79f1339d9eca38726dda1f58293;hb=HEAD20:36
tpb<http://ln-s.net/8MnS> (at git.thousandparsec.net)20:36
llnzi'll fix the makefile.am tonight20:36
llnzthe tarball will be fixed at the next release (which might be soon-ish)20:36
Vadtecput that file in modules/games/mtsec/ correct?20:37
llnzyes20:38
llnzoops20:38
llnzwrong file20:38
llnztry this one: http://git.thousandparsec.net/gitweb/gitweb.cgi?p=tpserver-cpp.git;a=blob_plain;f=modules/games/mtsec/xmlimport.h;h=4a339c6460f84ac039c88ef7120180326aa7876f;hb=HEAD20:38
tpb<http://ln-s.net/8MnU> (at git.thousandparsec.net)20:38
Vadtecheh, i didnt even notice lol20:39
* Vadtec sighs20:40
Vadtec  LINK  libmtsec.la20:40
Vadtecmake[4]: *** No rule to make target `tpserver-cpp-mtsec.xml', needed by `all-am'.  Stop.20:40
llnzmtsec isn't as well tested for building for tarball20:42
llnzhere's the link to the file20:42
llnzhttp://git.thousandparsec.net/gitweb/gitweb.cgi?p=tpserver-cpp.git;a=blob_plain;f=modules/games/mtsec/tpserver-cpp-mtsec.xml;hb=HEAD20:42
tpb<http://ln-s.net/8MnZ> (at git.thousandparsec.net)20:42
Vadtecllnz: still didnt build, the makefile is missing a rule for it, can i simply disable mtsec from compiling?20:45
llnzoutput?20:46
Vadtechttp://pastie.org/145775920:46
tpbTitle: #1457759 - Pastie (at pastie.org)20:46
Vadtecthats after i downloaded the file20:46
Vadtecand put it in the dir20:46
llnzyou need this file too: http://git.thousandparsec.net/gitweb/gitweb.cgi?p=tpserver-cpp.git;a=blob_plain;f=modules/games/mtsec/tpserver-cpp-mtsec-gamedata.xml;hb=HEAD20:47
tpb<http://ln-s.net/8Mne> (at git.thousandparsec.net)20:47
llnznow it should build20:47
Vadtecsec20:50
alanpllnz: thx20:50
llnzalanp: no prob20:50
Vadtecnow it seems to be compiling20:53
llnzcool20:54
llnzI'll fix all that tonight (if i remmeber and have time)20:55
llnzafk20:55
Vadtecafk, gotta go get my kids from school, so far its compiling, if i have any more errors ill post em when i get back20:57
*** StrangerDanger has quit IRC21:12
* llnz is back21:14
llnzVadtec: cool, thanks21:14
*** StrangerDanger has joined #tp21:18
llnzbbl21:56
*** llnz has quit IRC21:57
Vadtecwell snap, i got back after he left23:34
Vadtecand i received another error while i was away23:34
verhoevenvVadtec: what error?23:41
verhoevenvI'm no expert on building though23:41
Vadtec  LINK  tpserver-cpp23:45
Vadtec  CC23:45
Vadtecmake[2]: *** No rule to make target `risk-defaultmap.svg', needed by `all-am'.  Stop.23:45
Vadtecmake[1]: *** [all-recursive] Error 123:45
Vadtecwhoops...sorry, only meant to paste two lines23:45
verhoevenvStrange. Might be another tarball mistake.23:49
Vadtecyeah, have a feeling it is23:50
Vadtecdealing with another issue atm, ill Dl from git later and see what i get23:50
verhoevenvKay, let us know whether it worked.23:50
Vadtecim not finding that file in the git23:55

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