*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
mithro | nash: ping? | 00:09 |
---|---|---|
nash | pong | 00:10 |
mithro | nash: btw did you see tpserver-cpp status? | 01:04 |
*** bddebian has quit IRC | 01:04 | |
nash | See my earlier message | 01:04 |
mithro | ahh yeah, so I think the problem is that the protocol hasn't been finalised yet | 01:06 |
*** llnz has joined #tp | 01:06 | |
mithro | hey llnz | 01:06 |
mithro | your ears burning? | 01:06 |
llnz | hi mithro | 01:06 |
llnz | nope, why? | 01:06 |
llnz | talking about me? | 01:06 |
mithro | llnz: yeah :) well tpserver-cpp | 01:06 |
nash | == llnz | 01:07 |
* llnz pulls up the logs | 01:07 | |
CIA-10 | nash galaxie * re77ac3ce571f /ewl/gewl_object.c: Start working on a planet and resources list for objects. | 01:08 |
mithro | only two lines | 01:09 |
*** llnz2 has joined #tp | 01:19 | |
*** llnz has quit IRC | 01:19 | |
*** llnz2 is now known as llnz | 01:19 | |
nash | Hmmm | 01:24 |
nash | Now tpserver-cpp tells me I don't have pthread | 01:25 |
* nash notes this is a dirty lie | 01:25 | |
nash | Ahh... | 01:25 |
nash | configure:19835: checking for pthread_create in -lpthread | 01:25 |
nash | configure:19870: g++ -o conftest -g -Wall conftest.cpp -lpthread >&5 | 01:25 |
nash | ./configure: line 19871: g++: command not found | 01:25 |
* nash notes he doesn't have a g++, but he does has a g++-4.2, although it should really call gcc... | 01:26 | |
nash | llnz: That ones for you ;-) | 01:26 |
llnz | there is already a bug for that | 01:28 |
llnz | can you suggest a good test for the c++ compiler? | 01:28 |
llnz | I guess I could write on... | 01:28 |
llnz | s/on/one/ | 01:30 |
nash | Umm... there is a standard configure one | 01:30 |
llnz | what? other than "AC_PROG_CXX"? | 01:33 |
llnz | which the configure.ac already has | 01:34 |
nash | Then I have NFI | 01:34 |
nash | So configure is really broken then | 01:34 |
nash | it says I have a Cxx compiler, but can't find when it needs it | 01:35 |
llnz | not configure, i would say that it's a problem autoconf | 01:35 |
nash | llnz: I won't argue with any of the above | 01:39 |
CIA-10 | llnz tpserver-cpp * r341920960f11 /configure.ac: | 01:57 |
CIA-10 | Added a configure test to actually test if the c++ compiler works. | 01:57 |
CIA-10 | Hopefully fixes nash's problem, and close bug 1786520 | 01:57 |
llnz | nash: try that | 01:57 |
nash | llnz: trying now | 01:58 |
nash | hmm... | 01:59 |
nash | ─ make ──(Mon,Nov12)─┘ | 01:59 |
nash | /bin/sh ./config.status --recheck | 01:59 |
nash | Wasn't what I expected | 01:59 |
nash | Anyway... nope | 02:00 |
llnz | did you rerun ./autogen.sh first? | 02:00 |
nash | No | 02:00 |
* nash slaps me | 02:00 | |
nash | I did ./autogen l git pull ; ./configure | 02:00 |
llnz | you will need to, and then configure | 02:00 |
nash | *sigh* | 02:00 |
llnz | hehehe | 02:00 |
nash | Not quite the error I was expecting | 02:01 |
nash | checking whether we are using the GNU C++ compiler... no | 02:01 |
nash | checking whether g++ accepts -g... no | 02:01 |
nash | checking dependency style of g++... none | 02:01 |
nash | checking how to run the C++ preprocessor... /lib/cpp | 02:01 |
nash | configure: error: C++ preprocessor "/lib/cpp" fails sanity check | 02:01 |
nash | configure:3846: checking for C++ compiler version | 02:01 |
nash | configure:3853: g++ --version >&5 | 02:01 |
nash | ./configure: line 3854: g++: command not found | 02:01 |
nash | configure:3856: $? = 127 | 02:01 |
nash | configure:3863: g++ -v >&5 | 02:01 |
nash | ./configure: line 3864: g++: command not found | 02:02 |
nash | configure:3866: $? = 127 | 02:02 |
nash | configure:3873: g++ -V >&5 | 02:02 |
nash | ./configure: line 3874: g++: command not found | 02:02 |
nash | configure:3876: $? = 127 | 02:02 |
nash | configure:3879: checking whether we are using the GNU C++ compiler | 02:02 |
nash | configure:3908: g++ -c -g -Wall conftest.cpp >&5 | 02:02 |
nash | ./configure: line 3909: g++: command not found | 02:02 |
nash | It is quite happy to keep beating that dead horse | 02:02 |
llnz | hehehe | 02:02 |
llnz | why has it been forced to use g++? | 02:02 |
nash | It hasn | 02:02 |
nash | 't | 02:02 |
nash | It's decided to keep trying it | 02:02 |
nash | I unset CXX to be sure | 02:03 |
llnz | what about unsetting CCC as well | 02:04 |
nash | it's unset | 02:05 |
nash | No g++ in my env at all | 02:05 |
llnz | "Searchers for the compiler under the likely names. If none of those checks succeed, then as a last resort set CXX to g++. | 02:06 |
llnz | " | 02:06 |
nash | What an amazingly dumb solution | 02:10 |
llnz | do you actually have a c++ compiler? | 02:11 |
nash | Yes, g++-4.2 | 02:12 |
nash | if I set CXX=g++-4.2 it works fine | 02:12 |
llnz | cool | 02:12 |
llnz | why don't you have symbolic links from g++ to it? (or using the debian alternatives system?) | 02:14 |
nash | NFI: Ask debian ;-) | 02:15 |
nash | Anywya 0- hme now | 02:15 |
nash | talk to you all later | 02:15 |
CIA-10 | llnz tpserver-cpp * ree5e12d91034 /configure.ac: | 02:23 |
CIA-10 | Moved CPP test after test for working compiler | 02:23 |
CIA-10 | which should now error about non-working compiler before it can fail on | 02:23 |
CIA-10 | the preprocessor. | 02:23 |
*** mithro has quit IRC | 03:13 | |
*** llnz2 has joined #tp | 03:52 | |
*** llnz has quit IRC | 03:58 | |
*** llnz2 is now known as llnz | 03:58 | |
CIA-10 | llnz tpserver-cpp * rd169e0af2b0a /tpserver/ (playeragent.cpp playeragent.h): | 04:01 |
CIA-10 | TP04 support for getting Object Descriptions. | 04:01 |
CIA-10 | Currently filling in missing TP04 support. | 04:01 |
*** llnz2 has joined #tp | 04:59 | |
*** llnz has quit IRC | 05:04 | |
*** llnz2 is now known as llnz | 05:04 | |
CIA-10 | llnz tpserver-cpp * r471a61a46bcc /tpserver/ (4 files): | 05:04 |
CIA-10 | TP04 support for the ObjectType list. | 05:04 |
CIA-10 | Mostly just connecting things up, not tested yet. | 05:04 |
* llnz wanders off | 06:59 | |
llnz | later all | 06:59 |
*** llnz has quit IRC | 06:59 | |
*** mithro has joined #tp | 07:21 | |
mithro | hey nash, what you doing here after dark? | 07:22 |
*** mithro has quit IRC | 08:35 | |
*** Erroneous has joined #tp | 13:39 | |
*** mithro has joined #tp | 16:28 | |
nash | mithro: Just didn't kill my irc client when I left | 16:42 |
mithro | ahh oky | 16:42 |
mithro | anyway off to work | 16:47 |
mithro | see ya | 16:47 |
*** mithro has quit IRC | 17:08 | |
*** Epyon has joined #tp | 17:32 | |
*** mithro has joined #tp | 17:36 | |
*** nash has quit IRC | 17:43 | |
tpb | disconnected from worldforge: Ping sent at 2007-11-12T18:42:35 not replied to. | 18:44 |
tpb | tpb has joined on worldforge | 18:44 |
tpb | mode change by purple.worldforge.org on worldforge: +nt | 18:44 |
tpb | mode change by blue.worldforge.org on worldforge: -o tpb | 18:55 |
tpb | mode change by blue.worldforge.org on worldforge: -t | 18:55 |
tpb | aloril has joined on worldforge | 18:55 |
*** Erroneous has quit IRC | 20:49 | |
mithro | Epyon: ping? | 21:42 |
Epyon | mithro, pong! | 21:49 |
mithro | Epyon: you the wiki man right? | 21:57 |
Epyon | I am? O.o | 22:01 |
Epyon | Anyway, whatddya need? | 22:01 |
mithro | well, I don't like the fact that we have a wiki and a website as seperate | 22:02 |
mithro | but I really like having our website in git | 22:03 |
mithro | then some guy pointed out to me the following wiki -> http://ikiwiki.info/ | 22:03 |
tpb | Title: ikiwiki (at ikiwiki.info) | 22:03 |
mithro | it basically a wiki which has a git backend | 22:03 |
mithro | meaning that we could unify the website and wiki into one system | 22:03 |
Epyon | Well, a wiki is integrally a kind of versioning system isin't it? | 22:03 |
Epyon | So why not unify the website into the wiki? | 22:04 |
mithro | and I could edit it via git and you could edit it via the web in the normal wiki | 22:04 |
Epyon | Many OS projects have their wiki as the main page | 22:04 |
Epyon | Witch possibly just a simple static frontend | 22:04 |
mithro | Epyon: the problem is that *I HATE* editing webpages through the wiki interface | 22:04 |
mithro | and you can't do things like branch in a wiki (atleast easily) | 22:05 |
Epyon | Well, I love it, so it's a matter of taste :P | 22:05 |
mithro | Epyon: yeah, so ikiwiki looks like it could cater to both our tastes | 22:05 |
mithro | it allows me to edit via git and you to edit via wiki stuff | 22:05 |
Epyon | ikiwiki seems to be just a wiki compilert | 22:05 |
mithro | Epyon: take a look at -> http://cairographics.org/ | 22:06 |
tpb | Title: cairographics.org (at cairographics.org) | 22:06 |
mithro | that is done using ikiwiki | 22:06 |
Epyon | tbh, I never used anything except MediaWiki -- all the ones I tried prooved not powerful enough :/ | 22:06 |
Epyon | Also MediaWiki is the wiki that EVERYONE is familliar with | 22:07 |
Epyon | And I can promise you to do a dedicated TP skin for it if you insist | 22:08 |
Epyon | I have NO experience with other wikis whatsoever. | 22:08 |
Epyon | At least enough to modify/skin/manage them. | 22:08 |
mithro | Epyon: well - that is what I want your feedback on | 22:08 |
mithro | is ikiwiki going to give you the stuff you expect from mediawiki | 22:09 |
mithro | and if not - what is missing | 22:10 |
Epyon | Well the features section is really poor -_- | 22:10 |
mithro | Epyon: what is missing? | 22:11 |
Epyon | No idea, I don't know ikiwiki :/ | 22:12 |
mithro | Epyon: okay - well why don't you make a list of the things you regularly use in media wiki? | 22:12 |
Epyon | This might be a start : http://www.wikimatrix.org/compare/ikiwiki+MediaWiki | 22:13 |
tpb | <http://ln-s.net/1$jm> (at www.wikimatrix.org) | 22:13 |
mithro | ikiwiki seems to have quite a few plugins too | 22:13 |
Epyon | Well, actually the main personal point of mine is that if I want to change something in my wiki, I know how to do it in Media :P | 22:15 |
Epyon | Also ikiwiki is perl and filebased. It might be inefficient in the longer run. But for a dev resource that might not matter | 22:16 |
mithro | Epyon: ikiwiki will be more efficent on any website which has less edits then reads | 22:20 |
mithro | Epyon: do you think you could have a play with an ikiwiki and see what it is like? | 22:28 |
Epyon | I might, but not before the weekend :/ | 22:29 |
Epyon | I have my lecture tommorow, and then preparing the labs for it :/ | 22:29 |
mithro | I will probably look at it on the weekend too | 22:30 |
mithro | ~seen JLP | 23:45 |
tpb | mithro: JLP was last seen in #tp 2 weeks, 3 days, 10 hours, 38 minutes, and 2 seconds ago: <JLP> ahoy all | 23:45 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!