*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** tansell-laptop has joined #tp | 00:08 | |
*** knotwork has quit IRC | 00:59 | |
*** StrangerDanger has quit IRC | 01:12 | |
*** StrangerDanger has joined #tp | 01:34 | |
alanp | llnz: 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 |
---|---|---|
llnz | alanp: was busy last night, will try for tonight or tomorrow morning before work | 02:28 |
alanp | awesome man, really appreciate it | 02:28 |
*** knotwork has joined #tp | 03:05 | |
*** StrangerDanger has quit IRC | 03:19 | |
*** verhoevenv has quit IRC | 03:25 | |
*** StrangerDanger has joined #tp | 03:35 | |
* llnz wanders off | 03:44 | |
llnz | later all | 03:44 |
*** llnz has quit IRC | 03:44 | |
*** StrangerDanger has quit IRC | 05:51 | |
*** StrangerDanger has joined #tp | 06:04 | |
*** StrangerDanger has quit IRC | 06:36 | |
*** Null_000 has joined #tp | 07:06 | |
*** StrangerDanger has joined #tp | 07:16 | |
*** tansell-laptop has quit IRC | 07:18 | |
*** Null_000 has quit IRC | 11:12 | |
*** Null_000 has joined #tp | 11:28 | |
*** tuna-fish has joined #tp | 12:29 | |
*** tuna-fish has quit IRC | 12:43 | |
*** tuna-fish has joined #tp | 12:44 | |
*** knotwork has quit IRC | 13:56 | |
*** knotwork has joined #tp | 14:46 | |
*** Null_000 has quit IRC | 15:01 | |
*** Null_000 has joined #tp | 15:07 | |
*** Noughmad has joined #tp | 15:29 | |
*** verhoevenv has joined #tp | 15:45 | |
*** welterde has quit IRC | 15:54 | |
*** Null_000 has quit IRC | 15:54 | |
*** welterde has joined #tp | 16:06 | |
*** tuna-fish has quit IRC | 16:26 | |
*** jmtan has joined #tp | 17:02 | |
*** knotwork has quit IRC | 18:05 | |
*** StrangerDanger has quit IRC | 18:29 | |
*** StrangerDanger has joined #tp | 18:31 | |
*** jmtan has quit IRC | 18:45 | |
*** llnz has joined #tp | 19:01 | |
*** knotwork has joined #tp | 19:08 | |
*** StrangerDanger has quit IRC | 19:09 | |
llnz | morning all | 19:12 |
llnz | alanp: working on notes right now | 19:12 |
alanp | epic | 19:13 |
*** StrangerDanger has joined #tp | 19:24 | |
llnz | alanp: there is a starting point | 19:32 |
llnz | ping me here on irc if you need more or to elaborate | 19:35 |
*** StrangerDanger has quit IRC | 19:45 | |
*** StrangerDanger has joined #tp | 19:45 | |
Vadtec | im trying to install the cpp server on Ubuntu 10.04LTS from source, and when I run configure, I see the following: | 20:05 |
Vadtec | checking for boostlib >= 1.32.1... yes | 20:05 |
Vadtec | checking whether the Boost::Signals library is available... yes | 20:05 |
Vadtec | configure: error: Could not link against ! | 20:05 |
llnz | odd | 20:06 |
llnz | do you have libboost-signals-dev installed? | 20:06 |
Vadtec | im about to dig into the configure script, but what is it trying to link against there? | 20:06 |
Vadtec | ill check | 20:06 |
llnz | it's a bit odd around there | 20:06 |
Vadtec | im grabbing an update for that package, maybe it was out of date | 20:07 |
Vadtec | re-running configure | 20:07 |
Vadtec | that fixed it | 20:09 |
Vadtec | now when i run make i see this: | 20:17 |
Vadtec | mtsec.cpp:67:23: error: xmlimport.h: No such file or directory | 20:17 |
Vadtec | In file included from mtsec.cpp:69: | 20:17 |
Vadtec | which xml lib is that? | 20:18 |
Vadtec | i have libxml2-dev installed | 20:19 |
*** Noughmad has quit IRC | 20:23 | |
llnz | it could be the tinyxml that is included | 20:25 |
llnz | hold on, let me look | 20:25 |
llnz | actually, it should be in that directory | 20:26 |
Vadtec | yes, i see xmlimport.h in tpserver/tinyxml/ | 20:30 |
Vadtec | llnz: http://pastie.org/1457690 | 20:31 |
tpb | Title: #1457690 - Pastie (at pastie.org) | 20:31 |
Vadtec | more of the output | 20:31 |
llnz | it's not the one in tpserver/tinyxml, but the one in modules/games/mtsec | 20:32 |
Vadtec | i do not see xmlimport.h in that dir, but i do see an xmlimport.cpp | 20:33 |
llnz | i can see it in gitweb | 20:33 |
Vadtec | possible that the makefile is looking in the wrong place for that module or not adding a path to the compile command? | 20:34 |
llnz | maybe | 20:34 |
Vadtec | i downloaded the code from here http://www.thousandparsec.net/tp/download-instructions.php?product=tpserver-cpp&platform=source | 20:34 |
tpb | <http://ln-s.net/8MnP> (at www.thousandparsec.net) | 20:34 |
llnz | odd either way | 20:34 |
llnz | oh | 20:34 |
llnz | ah, theres the problem | 20:35 |
Vadtec | feels like maybe the tarball is incomplete | 20:35 |
llnz | it's not in the Makefile.am for the headers | 20:35 |
llnz | and therefore not in the tarball | 20:35 |
Vadtec | figured it was something like that | 20:36 |
llnz | download 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=HEAD | 20:36 |
tpb | <http://ln-s.net/8MnS> (at git.thousandparsec.net) | 20:36 |
llnz | i'll fix the makefile.am tonight | 20:36 |
llnz | the tarball will be fixed at the next release (which might be soon-ish) | 20:36 |
Vadtec | put that file in modules/games/mtsec/ correct? | 20:37 |
llnz | yes | 20:38 |
llnz | oops | 20:38 |
llnz | wrong file | 20:38 |
llnz | try 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=HEAD | 20:38 |
tpb | <http://ln-s.net/8MnU> (at git.thousandparsec.net) | 20:38 |
Vadtec | heh, i didnt even notice lol | 20:39 |
* Vadtec sighs | 20:40 | |
Vadtec | LINK libmtsec.la | 20:40 |
Vadtec | make[4]: *** No rule to make target `tpserver-cpp-mtsec.xml', needed by `all-am'. Stop. | 20:40 |
llnz | mtsec isn't as well tested for building for tarball | 20:42 |
llnz | here's the link to the file | 20:42 |
llnz | http://git.thousandparsec.net/gitweb/gitweb.cgi?p=tpserver-cpp.git;a=blob_plain;f=modules/games/mtsec/tpserver-cpp-mtsec.xml;hb=HEAD | 20:42 |
tpb | <http://ln-s.net/8MnZ> (at git.thousandparsec.net) | 20:42 |
Vadtec | llnz: still didnt build, the makefile is missing a rule for it, can i simply disable mtsec from compiling? | 20:45 |
llnz | output? | 20:46 |
Vadtec | http://pastie.org/1457759 | 20:46 |
tpb | Title: #1457759 - Pastie (at pastie.org) | 20:46 |
Vadtec | thats after i downloaded the file | 20:46 |
Vadtec | and put it in the dir | 20:46 |
llnz | you 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=HEAD | 20:47 |
tpb | <http://ln-s.net/8Mne> (at git.thousandparsec.net) | 20:47 |
llnz | now it should build | 20:47 |
Vadtec | sec | 20:50 |
alanp | llnz: thx | 20:50 |
llnz | alanp: no prob | 20:50 |
Vadtec | now it seems to be compiling | 20:53 |
llnz | cool | 20:54 |
llnz | I'll fix all that tonight (if i remmeber and have time) | 20:55 |
llnz | afk | 20:55 |
Vadtec | afk, gotta go get my kids from school, so far its compiling, if i have any more errors ill post em when i get back | 20:57 |
*** StrangerDanger has quit IRC | 21:12 | |
* llnz is back | 21:14 | |
llnz | Vadtec: cool, thanks | 21:14 |
*** StrangerDanger has joined #tp | 21:18 | |
llnz | bbl | 21:56 |
*** llnz has quit IRC | 21:57 | |
Vadtec | well snap, i got back after he left | 23:34 |
Vadtec | and i received another error while i was away | 23:34 |
verhoevenv | Vadtec: what error? | 23:41 |
verhoevenv | I'm no expert on building though | 23:41 |
Vadtec | LINK tpserver-cpp | 23:45 |
Vadtec | CC | 23:45 |
Vadtec | make[2]: *** No rule to make target `risk-defaultmap.svg', needed by `all-am'. Stop. | 23:45 |
Vadtec | make[1]: *** [all-recursive] Error 1 | 23:45 |
Vadtec | whoops...sorry, only meant to paste two lines | 23:45 |
verhoevenv | Strange. Might be another tarball mistake. | 23:49 |
Vadtec | yeah, have a feeling it is | 23:50 |
Vadtec | dealing with another issue atm, ill Dl from git later and see what i get | 23:50 |
verhoevenv | Kay, let us know whether it worked. | 23:50 |
Vadtec | im not finding that file in the git | 23:55 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!