Wednesday, 2007-07-04

*** tpb has joined #freeorion00:00
*** GeofftheMedio_ has joined #freeorion00:10
*** GeofftheMedio_ has quit IRC00:21
*** STalKer-X has joined #freeorion09:15
*** kroddnoMobil has joined #freeorion12:11
kroddnoMobilIs there an unofficial Win32-Beta-Build? The latest RC seems to be very old12:34
*** sramm has joined #freeorion13:50
srammHi All, I'm new to FreeOrion but really really like what I read about it & so I thought to give it a try but I have problems compyling it .. always get a wired error ...13:52
srammg++ -o UI/InfoPanels-human.o -c -pthread -g -O2 -Wall -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -I/usr/include/python2.5 -I/usr/local/include -I/usr/include/graphviz UI/InfoPanels.cpp13:52
srammUI/InfoPanels.cpp:1281: error: no 'bool SpecialsPanel::InWindow(const GG::Pt&) const' member function declared in class 'SpecialsPanel'13:52
srammscons: *** [UI/InfoPanels-human.o] Error 113:52
srammscons: building terminated because of errors.13:52
srammsomebody here who knows this problem ?13:53
kroddnoMobilsramm13:59
kroddnoMobilit seems that there is one header wrong13:59
srammkroddnoMobil: see this one here ... there is even more wrong in the InfoPanels.cpp14:00
kroddnoMobilhm14:00
srammg++ -o UI/InfoPanels-human.o -c -pthread -g -O2 -Wall -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -I/usr/include/python2.5 -I/usr/local/include -I/usr/include/graphviz UI/InfoPanels.cpp14:00
srammUI/InfoPanels.cpp:608:62: warning: character constant too long for its type14:00
srammUI/InfoPanels.cpp:608:148: warning: character constant too long for its type14:00
srammUI/InfoPanels.cpp: In member function 'virtual void ResourcePanel::Render()':14:00
srammUI/InfoPanels.cpp:608: error: 'UI' was not declared in this scope14:00
srammUI/InfoPanels.cpp:608: error: 'InfoPanels' was not declared in this scope14:00
srammUI/InfoPanels.cpp:608: error: expected `;' before ':' token14:00
srammUI/InfoPanels.cpp: At global scope:14:00
srammUI/InfoPanels.cpp:1280: error: no 'bool SpecialsPanel::InWindow(const GG::Pt&) const' member function declared in class 'SpecialsPanel'14:00
srammscons: *** [UI/InfoPanels-human.o] Error 114:00
kroddnoMobili had only one problem14:00
srammscons: building terminated because of errors.14:00
kroddnoMobiljust comment out the lines of the function InWindow or add the function to the headers14:01
srammkroddnoMobil: I've just downloaded the source from the SVN ...14:01
kroddnoMobili did it one hour ago14:01
srammhmm... sorry I'm not much of a C programmer .. can you help me there ?14:02
kroddnoMobilmoment14:02
kroddnoMobilI'll do an svn update14:02
kroddnoMobilhttp://psitronic.dyndns.org/div/InfoPanels.h14:04
kroddnoMobilget that file and put it into UI directory14:04
srammkroddnoMobil: done... executed scons .. still errors.. :c((14:05
kroddnoMobilhm14:06
srammkroddnoMobil: g++ -o UI/InfoPanels-human.o -c -pthread -g -O2 -Wall -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -I/usr/include/python2.5 -I/usr/local/include -I/usr/include/graphviz UI/InfoPanels.cpp14:06
srammUI/InfoPanels.cpp:608:62: warning: character constant too long for its type14:06
srammUI/InfoPanels.cpp:608:148: warning: character constant too long for its type14:06
srammUI/InfoPanels.cpp: In member function 'virtual void ResourcePanel::Render()':14:06
srammUI/InfoPanels.cpp:608: error: 'UI' was not declared in this scope14:06
srammUI/InfoPanels.cpp:608: error: 'InfoPanels' was not declared in this scope14:06
srammUI/InfoPanels.cpp:608: error: expected `;' before ':' token14:06
srammscons: *** [UI/InfoPanels-human.o] Error 114:06
srammscons: building terminated because of errors.14:06
kroddnoMobilyou did an svn checkout?14:06
srammye14:06
srammyes14:06
kroddnoMobilWhich distri and which Architecture do you have?14:07
srammkroddnoMobil: i368 Ubuntu Feisty14:08
srammkroddnoMobil: kernel 2.6.20-16-generic14:09
kroddnoMobilit compiles fine on my system...14:09
srammkroddnoMobil: I did all according to the wiki installed gigi & stuff .. still no go .. :c(14:10
kroddnoMobilyo, that was a great problem ^^14:10
srammI'm just getting the stuff from the SVN once more and start all over...14:12
kroddnoMobili dont understand that errors14:12
srammI want that game so badly14:12
kroddnoMobildo some other files compile?14:12
kroddnoMobilor does it stop at first?14:12
kroddnoMobilhehe14:12
kroddnoMobilthe SVN-Version is nice :)14:13
srammyes it compiles quite some stuff but then after about a 10 minutes these errors occur14:13
srammisnt it possible to build binarys once the stuff is compiled?14:14
kroddnoMobilit is :-)14:14
kroddnoMobili had some other problems14:14
kroddnoMobilwhich graphviz do you have installed?14:14
srammyes I do ... found some additional infos on a different wikki...14:15
srammhang on..14:16
kroddnoMobili am studiing google14:17
srammgraphviz 2.8-2.614:17
kroddnoMobili have 2.1214:17
srammI also have installed graphviz-dev 2.8-2.614:18
srammwow where did you find this one ?14:18
kroddnoMobilapt-get source graphviz :-)14:18
kroddnoMobilfrom debian testing14:18
srammspecial source entry ?14:18
srammhmm.. can you send me the source entry ?14:19
kroddnoMobildeb-src http://ftp.de.debian.org/debian/ unstable main contrib non-free14:19
tpbTitle: Index of /debianDebian Archive (at ftp.de.debian.org)14:19
kroddnoMobilsramm: and you did an "scons install" on the GG subdir?14:22
srammjip I did14:22
srammbefore I did this I could not do anything lol14:22
kroddnoMobilgcc -version ?14:22
kroddnoMobilgcc -v14:23
srammgcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)14:23
kroddnoMobilsame for me14:24
kroddnoMobilone difference i have14:24
kroddnoMobilg++ -o UI/InfoPanels-human.o -c -pthread -g -O2 -Wall -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -I/usr/include/python2.4 -I/usr/local/include -I/usr/include/graphviz UI/InfoPanels.cpp14:24
kroddnoMobilmine uses oython 2.414:24
srammhmm... hang on I'll try to remove python 2.514:25
srammhmm still the same even I use Pyton 2.414:27
kroddnoMobilDid you install "bcp" ?14:27
srammno14:27
srammthat is for boost something isnt it ?14:28
kroddnoMobilyes14:28
kroddnoMobildependencies for many boost-things14:28
srammshall I do something with it ? if so what ?14:28
kroddnoMobili installed that14:28
kroddnoMobilI think we search the wrong direction14:29
srammwell installed it is.. lol14:29
kroddnoMobilgirlfrind is on my phone14:29
kroddnoMobilstay standby14:30
srammno worries... here the output with python 2.414:30
srammg++ -o UI/InfoPanels-human.o -c -pthread -g -O2 -Wall -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -I/usr/include/python2.4 -I/usr/local/include -I/usr/include/graphviz UI/InfoPanels.cpp14:30
srammUI/InfoPanels.cpp:608:62: warning: character constant too long for its type14:30
srammUI/InfoPanels.cpp:608:148: warning: character constant too long for its type14:30
srammUI/InfoPanels.cpp: In member function ‘virtual void ResourcePanel::Render()’:14:30
srammUI/InfoPanels.cpp:608: error: ‘UI’ was not declared in this scope14:30
srammUI/InfoPanels.cpp:608: error: ‘InfoPanels’ was not declared in this scope14:30
srammUI/InfoPanels.cpp:608: error: expected `;' before ‘:’ token14:30
srammkroddnoMobil: I'll standby ... just go & check my little baby...14:31
kroddnoMobili do not understand these warnings14:32
kroddnoMobilUI/InfoPanels.cpp:608:62: <<--- what does THAT mean ^^14:32
kroddnoMobilah - maybe your system downloaded the files in utf814:32
kroddnoMobillook at http://www.network-theory.co.uk/docs/gccintro/gccintro_94.html14:35
tpb<http://ln-s.net/gJ2> (at www.network-theory.co.uk)14:35
kroddnoMobiland search for "character constant too long for its"14:35
srammchecking it out now.. stand by...14:38
kroddnoMobilfile UI/InfoPanels.cpp14:47
srammloading the svn version once more .. in case something has been going wrong14:49
kroddnoMobili found some thgings in google that some people have problems with files having wrong encoding14:49
kroddnoMobillets check the md5sum :-)14:49
srammhow do I do this ?14:50
kroddnoMobilmd5sum UI/InfoPanels.cpp14:50
sramm1d73952f268f6fac2d5989f7af1e2314  UI/InfoPanels.cpp14:51
kroddnoMobil35749541de2aaa7102b46d5f1deed333  UI/InfoPanels.cpp14:52
kroddnoMobilHA!14:52
srammhmmm.. looks different .. lol14:52
srammhow do I fix this ?14:52
kroddnoMobilhttp://psitronic.dyndns.org/div/14:53
tpbTitle: Index of /div (at psitronic.dyndns.org)14:53
kroddnoMobildownload it there an test what happens14:53
srammhui... looking better14:55
srammlets see how far he goes14:55
srammI just finnished the svn download trough another svn client did the md5sum check and there its the same as yours.. lol14:57
srammmaybe I should compile this version instead14:57
kroddnoMobilthen your svn client converts the files to your system encoding...14:57
kroddnoMobilNEVER use a GUI :-)14:57
srammhehe it actually is a gui.. the other one I downloaded trough command line14:58
srammhey question ... are you german ?14:58
kroddnoMobilwhich svn version is the buggy one?14:58
kroddnoMobilyes i am14:58
srammsubversion 1.4.315:00
srammcool ich bin auch deutsch obwohl ich in schweden lebe.. ;c)15:01
kroddnoMobilooooh nein ^^15:01
srammbin 2002 ausgewandert ..15:01
kroddnoMobilMeine Freundin findets auch grad totla lustig ^^15:01
srammhahaha ... in deutschland wäre ich arbeitslos geworden und hier in schweden habe ich mein glueck gefunden ... habe letztes jahr geheiratet.. :c))15:02
kroddnoMobilnice15:03
kroddnoMobilpass auf, dass du die aktuelle graphviz hast15:03
kroddnoMobilsonst bekommst du runtime-exceptions :-)15:03
srammhabe gerade die 2.12 compiliert und installiert15:03
kroddnoMobilhttp://freeorion.org/forum/viewtopic.php?f=9&t=178815:04
tpb<http://ln-s.net/gJ$> (at freeorion.org)15:04
kroddnoMobilmach mal ld --version15:04
srammwo jetzt ?15:04
kroddnoMobilkommandozeile15:04
srammGNU ld version 2.17.50 20070103 Ubuntu15:05
srammCopyright 2005 Free Software Foundation, Inc.15:05
srammThis program is free software; you may redistribute it under the terms of15:05
srammthe GNU General Public License.  This program has absolutely no warranty.15:05
kroddnoMobilweil ein alter linker nen bug hat, so dass das linken weig dauert15:05
kroddnoMobilGNU ld (GNU Binutils for Debian) 2.17.50.2007042615:05
kroddnoMobilpasst15:06
srammdachte ich mir .. ich habe gerade noch mehr fehler bekjommen mit der fehlerhaften svn.. werds mal mit der anderen versuchen wo die md5 passt15:07
srammstandby15:07
kroddnoMobil Layout type: "dot" not recognized15:07
kroddnoMobilIf you encounter a "Segmentation fault" with an errormessage like: Layout type: "dot" not recognized Than you will have to install a never version of graphviz-dev. If so, then the configuration of option.cache can be skipped. The graphviz-dev 2.12-3 of unstable seems to work.15:07
kroddnoMobilsramm: hab grad gestern C&C 3 installiert und angespielt15:11
kroddnoMobilist schon der hammer15:11
srammist das Native Linux verfuegbar ?15:12
kroddnoMobilne, ich hab (schande) noch nen Extra PC zum Zocken mit windows ^^15:12
srammbaaaaa.... ich habe hier alle windows kisten rausgeschmissen15:13
srammbin seit Januar ganz auf linux...15:13
kroddnoMobilne, das geht bei mir leider nicht :-(15:13
kroddnoMobilbin grad beim J2ME-Entwickeln (f�r Handies) und da geht vieles nicht unter Linux15:14
srammund so wird es auch bleiben .. meine Frau hat versucht Vista ins haus zu bringen .. das ist gleich wieder aus dem fenster geflogen als der erste bluescreen15:14
srammnaja .. auf arbeit muss ich ja auch mit windows.. lol15:15
srammdank MS kann man so sagen habe ich nen Job .. ;c)15:15
srammnaja ganz so ist das ja auch nicht15:15
srammhaben ja auch Linux systeme..15:16
kroddnoMobilIch bin bisher zu faul gewesen, mein notebook mit linux zu installiern15:17
srammich habs anders gemacht .. habe mein laptop mit ubuntu installiert configuriert und getested in wie weit ich meine tägliche administration und arbeit im job machen kann ... das war der einzigste punkt der mich solange von linux fern gehalten hat ... nachdem dann alles klar war und ich meinen job auf arbeit machen konnte war alles klar ..15:19
sramm...Linux bleibt drauf15:19
srammda privat ja auch viel in PHP und Perl programiere hatte ich hier ja schon eine linux box zu stehen die mir den webserver stellt15:20
srammso war es also nich wirklich soo neu.. ;c)15:21
kroddnoMobilUnd was machst Du genau15:21
srammhmm was mache ich .. im moment bin ich IT & Telecom Manager in einem CallCenter ... habe 2000 in Berlin in der selben firma angefangen als normaler Netzwerk Administrator und mich hoch gearbeitet15:22
kroddnoMobilIch bin Selbst�ndiger Informatiker :-)15:22
kroddnoMobilSeit 2005 fertig mitm Studium :)15:23
srammcool... so zusagen dein eigener Manager .. ;c)15:23
kroddnoMobilhttp://www.holy-wars2.de/ <-- mein Hobby-Projekt :)15:23
tpbTitle: Holy-Wars 2 - Online-Strategie im Mittelalter (at www.holy-wars2.de)15:23
srammund was macht man so als selbstständiger?15:23
srammwow browser based15:24
srammnicht schlecht15:25
srammcheck this15:25
srammhttp://onyx-cms.mine.nu/15:25
tpbTitle: Things about us ... @ ONYX-CMS (at onyx-cms.mine.nu)15:25
srammdas backend system (CMS) habe ich selbst programmiert .. das CMS ist so meine nacht beschäftigung .. ;c)15:26
kroddnoMobilfehlt aber noch bissel content, wa?15:26
srammja...15:26
kroddnoMobilkenn ich ^^15:27
srammfrage .. was ist so die schnellste DSL / ADSL das du in DE als privat person bekommen kannst ?15:27
kroddnoMobilmeine diplomarbeit und Semesterarbeiten sind die einzig brauchbaren sachen auf meiner HP15:27
kroddnoMobilhm, es gibt in Hauptst�dten VDSL15:27
kroddnoMobildas hat 24MBit soweit ich wei�15:27
kroddnoMobilansonsten gibts in vielen St�dten DSL16.000, von Telekom, Arcor, 1&1 und vielen andren anbietern15:28
srammups... naja dann hat sich ja wenigstens was in den jahren verbessert .,...15:28
kroddnoMobiljopp15:28
kroddnoMobilAxo, was ich so mache15:28
srammich hab meine Private Backbone hier15:28
kroddnoMobilIm Moment das: http://arktosmobile.de/15:28
tpbTitle: ArktosMobile - Die Auskunft f�rs Handy (at arktosmobile.de)15:28
sramm100/100Mbit kann man hier fuer so 20€ haben .. lol15:29
kroddnoMobilDann mach ich noch das: http://www.telefoncd.de/ (die Intranetversion f�r Win/Linux und Einzelplatz f�r Linux)15:30
tpbTitle: TVG Verlag Onlineshop - Home (at www.telefoncd.de)15:30
kroddnoMobilbl�der bot15:30
srammhahaha15:30
srammhey schmeiss dich weg...15:31
kroddnoMobiljo, so ne anbindung is nicht schlecht15:31
srammich habe selbst mit der letzten SVN nen error in der selben datei.. grrrrrr15:31
kroddnoMobilirgendwas konvertiert svn beim download15:32
kroddnoMobilwas sagt denn15:32
kroddnoMobilfile xxxxx15:32
srammUI/InfoPanels.cpp:1281: error: no 'bool SpecialsPanel::InWindow(const GG::Pt&) const' member function declared in class 'SpecialsPanel'15:32
srammscons: *** [UI/InfoPanels-human.o] Error 115:32
srammscons: building terminated because of errors.15:32
kroddnoMobilaxo, das is bekannt15:32
kroddnoMobildas is der fehler mit dem header15:32
srammdas ding ersetze ich jetzt mal mit deiner datei15:32
kroddnoMobilhttp://www.heroldshop.at/ <- und dort hab ich "Herold Mobile" mitentwicklelt15:33
tpbTitle: __TITEL__ (at www.heroldshop.at)15:33
srammsieht gut aus...15:35
kroddnoMobilIch w�rd auf lange sicht aber lieber ein paar Anwendungen oder besser noch Spiele f�r Handies entwickeln :-)15:36
kroddnoMobilso ein mobilefreeorion w�r doch was feines :)15:36
kroddnoMobilmobilefreeNETorion :)15:36
kroddnoMobilWenn Du Master of Orion kennst, dann kennst DU doch bestimmt auch UFO AI ?15:37
kroddnoMobil/j #ufi:ai15:37
kroddnoMobilis auch eine super nachbildung, und macht irre spa� zu zocken ^^15:38
kroddnoMobil/j #ufo:ai15:38
kroddnoMobilo nat�rlich :)15:39
srammjab15:39
srammhab ich runtergeladen jedoch noch nicht installiert15:39
srammhe .. nun hab ich deine version von InfoPanels drueber gepackt und immernoch der selbe fehler ..15:40
srammha ..15:40
srammsehe schon .,.. der header muss ja ne .h sein oder ?15:40
kroddnoMobilja15:40
kroddnoMobilliegt da auch im div-ordner rum15:40
srammja habs gesehen ...15:41
srammsieht aus als wuerde es nun weiter gehen15:41
srammmal sehen wie weit15:41
kroddnoMobilhehe, wenn du mal irgendwann soweit bist, m�ssma mal ein netzwerkgame machen :)15:41
srammUI/MapWnd.cpp: In member function 'void MapWnd::RenderStarlanes()':15:41
srammUI/MapWnd.cpp:1157: warning: unused variable 'supplyable_systems'15:41
srammist unwichtig denke ich oder ?15:42
kroddnoMobilunwichtig15:42
srammhey hast du MSN ?15:43
kroddnoMobilne15:43
kroddnoMobilgottes willen15:43
kroddnoMobilMSWindows reicht doch schon, ist schmach genug ^^15:43
srammdamned wolte dir gerade ein bild meiner suessen baby tochter rueber senden..15:43
srammlol15:43
kroddnoMobilICQ, IRC, Email kann ich dir anbieten ;-)15:43
srammkja schoot15:43
kroddnoMobildu hast doch nen backbone...15:44
kroddnoMobilhasse da kein Webspace?15:44
srammhey .. ja man das hab ich voll vergessen .. warte ...15:44
kroddnoMobillol15:44
kroddnoMobilwelche netten open-source-spiele kennst du denn noch?15:47
kroddnoMobilFreeCol und FreeCiv find ich noch ganz gut15:47
srammhang on .. my baby is hungry .. need to mak efood15:50
*** GeofftheMedio has joined #freeorion15:50
srammkroddnoMobil: I just send you the details in a private message15:56
kroddnoMobilhehe, now again in english?15:57
srammaa sorry ...15:57
srammist so ne angewohnheit ..15:57
srammSavage ist ein recht gutes Spiel ...15:58
STalKer-Xi guess it gets full15:58
srammdan wären da noch: Legends, tremulous, PlaneShift, bang-howdy und ET.. das sind so meine Favoriten16:00
kroddnoMobilsramm: wohin haste mir ne PM geschickt?16:00
kroddnoMobilIch empfehl dir ne WII16:00
kroddnoMobilbin total begeistert (ich war nie konsolenfan, aber das ding bringts echt)16:00
sramm ftp://onyx-cms.mine.nu:21/16:00
srammkroddnoMobil/kroddnoMobil16:00
srammda haber ich ein paar bilder hoch geladen ...16:01
srammich liebe es zu Fotografieren16:01
kroddnoMobilohje, 3MB jedes ^^16:01
STalKer-Xlol16:02
srammja hab ne Nikon D8016:02
kroddnoMobilIch fotographier auch gern: http://www.gemeindefest.org/16:02
tpbTitle: Gemeindefest der evangelischen Kirchengemeinde B�rstadt (at www.gemeindefest.org)16:02
sramm10MegaPixel16:02
kroddnoMobilFuji FinePix S60216:02
srammhehehe ja so habe ich deutschland in errinnerund...16:02
srammbier trinken und feste feiern .. lol16:02
STalKer-Xo_o16:03
srammdas mit dem Bier triken kannst du hier in Sweden foll vergessen16:03
srammerstens muss man in eine art Intershop gehen der da heist "Systembolaget" um ueberhaupt richtiges bier zu kaufen .. dann must du dich dazu auch noch Ausweisen...16:04
srammansonnsten gubt es nur light bier zu kaufen mit so 1.5% das zeug schmekt wie wasser16:05
kroddnoMobilGeofftheMedio: did you read the message from memoserv?16:05
kroddnoMobilhehe16:05
GeofftheMediomemoserv?16:05
kroddnoMobilUnd "Licher Alkoholfrei" hei�t bei uns jetzt "Licher Isotonic"16:05
srammalso hab ich mir das bier trinken abgewöhnt das es dazu auch noch teuer...16:06
kroddnoMobilGeofftheMedio: you committet a change to SVN but forgot the Declaration in the header16:06
srammhahaha16:06
GeofftheMediowhere is this message?16:06
kroddnoMobil�h16:06
kroddnoMobil/memoserv help16:06
kroddnoMobilmemoserv should have informed you that you have messages16:06
STalKer-Xlazy ass16:07
kroddnoMobilsramm has some VERY strange problems with one svn client. It seems that his checkout is corrupted, the md5sum differ from what i have16:07
kroddnoMobilthe command line client is the bad one, isnt it sramm ?16:08
GeofftheMedioin future, use forum pms, or email, or sourceforge bug reports16:08
srammkroddnoMobil:looks like it yes16:08
kroddnoMobilGeofftheMedio: okay, i did not want to nerv you :)16:08
kroddnoMobilyou just went away out of irc 5 minutes before i encountered the error16:09
GeofftheMedio"nerv me" ?16:09
kroddnoMobilget on your nervs16:10
srammkroddnoMobil: its called bother you .. ;c)16:10
kroddnoMobiljaja16:10
GeofftheMedioand it's spelled "nerve" or "nerves"16:10
kroddnoMobilwie alt is denn der glaube?16:11
kroddnoMobilklugshicer ^^16:11
srammkroddnoMobil: so habe jetztFreeOrion compiliert sehe die binarys.. wie starte ich das spiel jetst ?16:11
kroddnoMobil./freeorion direkt aus dem workspace heraus16:12
srammkroddnoMobil: baa logoish ...16:12
kroddnoMobil�hm...16:12
kroddnoMobilich meinte, wie alt ist denn der KLEINE ^^16:12
kroddnoMobiloder die, je nachdem16:13
srammkroddnoMobil: jetzt 4 monate ...16:13
kroddnoMobilund schon getauft? Brav Brav ^^16:13
srammist ein Mädchen und heist My16:13
srammkroddnoMobil: Ja zu mittsommer wurde sie getauft .. letztes Wochenende also16:14
srammkroddnoMobil ./freeorion: error while loading shared libraries: libGiGiSDL.so: cannot open shared object file: No such file or directory16:15
kroddnoMobilmach mal16:15
kroddnoMobilldd ./freeorion16:15
kroddnoMobilund guck, wo er die libGiGiSDL.so sucht16:15
kroddnoMobilbei mir findet er die auch nicht16:16
kroddnoMobilLD_LIBRARY_PATH=/usr/local/lib  ./freeorion16:16
sramm libGiGi.so => not found16:17
GeofftheMedioSVN updated16:17
sramm./freeorion: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory16:17
srammjip16:17
srammdamned ich sehe gerade da sind so einige nich gefunden16:18
kroddnoMobileigentlich sollte das doch alles gehen...16:18
srammja eigendlich16:19
srammlibGiGi.so => not found16:19
srammlibgraph.so.3 => not found16:19
srammlibcdt.so.3 => not found16:19
srammlibgvc.so.3 => not found16:19
srammlibopenal.so.1 => not found16:19
kroddnoMobilmu� man vielleicht was mit ldconfig machen16:19
srammsieht so aus oder ?16:19
srammwarte mal bin gleich wieder zurueck16:20
kroddnoMobilhm, diese probleme hatte ich nicht16:20
kroddnoMobilldconfig -l16:20
kroddnoMobilsramm: wie gesagt, f�r mal mit LD_LIBRARY_PATH aus16:21
kroddnoMobilLD_LIBRARY_PATH=/usr/local/lib  ./freeorion16:21
sramm LD_LIBRARY_PATH=/usr/local/lib  ./freeorion16:22
sramm./freeorion: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory16:22
kroddnoMobildie liegt doch normal unter /usr/lib16:22
kroddnoMobilhast du vielleicht nur die dev-pakete und nicht die so-libs?16:22
srammsolte eigendlich .. warte mal kurz...16:22
kroddnoMobilhttp://youtube.com/watch?v=pFlcqWQVVuU16:23
tpbTitle: YouTube - Nintendo Sixty-FOOOOOOOOOOUR (at youtube.com)16:23
kroddnoMobillibopenal.so.0 => /usr/lib/libopenal.so.0 (0xb78a1000)16:24
kroddnoMobilhehe, bei mir is die 0er gelinkt ^^16:24
kroddnoMobiloder hast du openal manuell installiert?16:27
srammja habe ich manuell installiert ...16:27
kroddnoMobildann liegen die doch bestimmt unter /usr/local/lib, oder wo sonst?16:27
srammdie sind aber alle da .. grrr16:27
kroddnoMobilguck mal, worauf /usr/local/lib/libopenal.so.1 verlinkt16:28
sramm/usr/lib16:28
kroddnoMobil?16:28
kroddnoMobilLD_LIBRARY_PATH=/usr/lib:/usr/local/lib  ./freeorion16:28
kroddnoMobildas hab ich zwar noch nie gemacht, sollte aber gehen ^^16:28
srammnop.. der beschwert sich immer noch mit der selben fehlermeldung16:29
kroddnoMobilna irgendwas mu� da faul sein ^^16:30
kroddnoMobilldd /usr/lib/libopenal.so.116:31
kroddnoMobilmach das mal16:31
srammha....16:33
kroddnoMobil?16:33
sramm No such file or directory16:33
kroddnoMobilalso ist der link falsch?16:33
srammsieht so aus16:33
kroddnoMobilvdir /usr/lib/libopenal*16:33
sramm-rw-r--r-- 1 root root 1080386 2006-02-11 13:16 /usr/lib/libopenal.a16:34
sramm-rwxr-xr-x 1 root root     819 2006-02-11 13:16 /usr/lib/libopenal.la16:34
srammlrwxrwxrwx 1 root root      18 2007-07-04 14:28 /usr/lib/libopenal.so -> libopenal.so.0.0.016:34
srammlrwxrwxrwx 1 root root      18 2007-07-04 09:46 /usr/lib/libopenal.so.0 -> libopenal.so.0.0.016:34
sramm-rw-r--r-- 1 root root  225404 2006-12-12 16:33 /usr/lib/libopenal.so.0.0.016:34
kroddnoMobilund guck mal unter /usr/local/lib16:35
kroddnoMobilirgendwoher mu� der ja die info f�r die so.1 herhaben16:35
sramm/usr/local/lib nichts gefubdeb16:36
kroddnoMobildas kann ich beim besten willen nicht kapieren ^^16:36
srammwarte mal ...16:36
kroddnoMobilscons mu� da was verbockt haben16:36
kroddnoMobilGeofftheMedio: how can i find out, if freeorion uses the right OpenGL drivers of my system16:38
GeofftheMedioI have no idea16:38
kroddnoMobilMy system is at 100% all the time, i cannot believe that freeorion takes to much processor-power16:40
kroddnoMobilMaybe some software-OpenGL is used16:40
GeofftheMediodo you have a sidepanel open?  it tends to use a lot of CPU when rendering planets16:40
kroddnoMobilhm, i can take a closer look16:41
STalKer-XGeofftheMedio: when is the next windows version available? :-)16:42
GeofftheMedionot sure... depends whenever tzlaine gets it ready16:42
GeofftheMedioI think he wants to work out a few quirky bugs first16:42
kroddnoMobilsramm: kommste weiter?16:43
GeofftheMedioif you have msvc 2005, you should be able to compile it yourself, though16:43
srammnee ich hänge fest16:43
STalKer-XGeofftheMedio: well, i have it, but maybe i miss some libs or something :p16:44
kroddnoMobilmach mal ein grep im freeorion16:44
GeofftheMediodid you get the SDK?16:44
GeofftheMedioon the mapwnd, CPU use jumps around near 20% for me.  with the sidepanel open, it's near 80%16:44
kroddnoMobilirgendwoher mu� der ja die info haben, dass openal1 benutzt wird16:44
STalKer-Xwhich SDK? :-)16:44
GeofftheMediothe one mentioned on the main page of the wiki, or tzlaine's recent announcement in the programming forum, or which is available from the downloads page on sourceforge16:45
STalKer-Xmhm, i will try later16:45
GeofftheMedioit has almost all the dependencies precompiled, with build system configed to little or no tweaking16:45
GeofftheMedio(for WinXP)16:46
STalKer-Xsounds ok :)16:46
kroddnoMobilhttp://freeorion.org/forum/viewtopic.php?f=9&t=178716:46
tpb<http://ln-s.net/gJS> (at freeorion.org)16:46
srammkroddnoMobil:/FreeOrion$ grep -i 'libopenal' *16:50
srammconfig.log:/usr/bin/ld: warning: libopenal.so.1, needed by /usr/lib/libalut.so, not found (try using -rpath or -rpath-link)16:50
srammconfig.log:/usr/bin/ld: warning: libopenal.so.1, needed by /usr/lib/libalut.so, not found (try using -rpath or -rpath-link)16:50
srammBinary file freeorion matches16:50
srammBinary file freeorionca matches16:50
srammBinary file freeoriond matches16:50
srammsieht aus als wuerde libopenal nicht richtig installiert sein16:51
srammkroddnoMobil: fixed16:54
kroddnoMobiloder libalut ist falsch16:54
kroddnoMobilwie haste fixed?16:55
kroddnoMobilSchreib am besten nen kleinen Thread im Forum, welche Probleme du unter Ubuntu hattest16:55
srammkroddnoMobil: Ich habe nen link zu libopenal.so.1 --> /usr/lib/libopenal.so.0.0.0 gemacht16:55
kroddnoMobildas is aber nich fixed ^^16:55
kroddnoMobilso kommts irgendwann bestimmt zu nem Segfault16:56
kroddnoMobilaber versuch mal16:56
srammkroddnoMobil: habs schon gestartet .. und sieht aus als ob es funktioniert16:56
kroddnoMobilna dann viel spass ;)16:56
STalKer-XGeofftheMedio: so i need the ms platform sdk? :-)16:57
kroddnoMobilGeofftheMedio: the freeoriond has very much dependencies. Is it not possible to skip all gui-stuff?16:57
kroddnoMobiland i found the answer to my question concerning opengl :)16:58
kroddnoMobil        libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0xb6f7a000)16:58
kroddnoMobil        libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0xb6f78000)16:58
srammkroddnoMobil: danke fuer deine hilfe...16:59
kroddnoMobilmist17:02
kroddnoMobilder freeoriond ben�tigt anscheinend X17:02
kroddnoMobilich kann also nicht "mal schnell" nen dedicated server online starten :-(17:02
GeofftheMediostalker: doesn't it come with msvc 2005?17:03
STalKer-Xnope17:03
STalKer-Xits a seperate download17:03
GeofftheMediowell, then yes, I suppose17:03
STalKer-X"meh" :-)17:04
kroddnoMobilwhich port does freeoriond listen on?17:04
*** sramm has quit IRC17:05
STalKer-X:eek:17:05
GeofftheMedio1234517:06
STalKer-Xwhy do you use wav instead of ogg or any other compressed audio format? =317:06
GeofftheMedioand 1234617:06
GeofftheMedioand also 12347, it appears17:07
GeofftheMediothey're defined in NetworkCore.cpp17:07
GeofftheMedioNetworkCore::SERVER_FIND_LISTEN_PORT17:08
GeofftheMedioetc.17:08
kroddnoMobilAnd is it possible to run a dedicated server already?17:08
GeofftheMediosome audio is compressed.  I don't know why others aren't17:08
GeofftheMediodedicated server: not that I know of17:08
kroddnoMobil�hm, but what then is freeoriond supposed to do?17:09
GeofftheMedioit's the server program17:09
GeofftheMediothe client launches it when starting a game17:09
GeofftheMediobut I don't think you can launch freeoriond separately17:10
kroddnoMobilit startet, but i dont know what it does17:10
GeofftheMediojust launch freeorion17:10
GeofftheMediowhen you start a game, it will launch freeoriond automatically17:10
GeofftheMediothe dependencies of the server are due to it using some GG functionality for signals and slots.  the server doesn't have a GUI but inherits the dependencies of GG17:11
STalKer-Xi just need the stuff from trunk, no?17:12
GeofftheMedioyou should updated from SVN over top of the contents of the SDK17:12
STalKer-Xeh? :-x17:12
GeofftheMediois that a question?17:13
STalKer-Xwell, yes :p17:13
GeofftheMediorephrase?17:13
STalKer-Xin svn are the trunk and branches and tagged releases17:14
STalKer-Xbut for compiling i just need the trunk stuff17:14
GeofftheMedioyes, get the trunk always17:14
STalKer-Xi would only keep the trunk then :)17:14
STalKer-Xand remove the release tags and branches17:14
GeofftheMediokeeping branches and tagged versions is standard practice17:15
STalKer-Xnot for me, i don't plan to do any dev work or something on FO :p17:16
kroddnkk, starting the freeoriond works, but it crashes with a segfault after joining :)17:16
kroddnmaybe that would be some work I could join, making the server administrable over a console17:17
kroddnor is that no task for now?17:17
GeofftheMedio"server remotely managable" is scheduled for v0.5.  I don't know where dedicated server stuff falls17:18
STalKer-Xfine, so i have to install python aswell :p17:19
GeofftheMedioand scons17:19
STalKer-Xbah, just give us win users a nightly build ;D17:19
GeofftheMedioI said "almost all the dependencies"17:20
GeofftheMedioyou'd still need python17:20
GeofftheMedio(with a nightly build)17:20
kroddni think you already have a dedicated server, but it is not possible to start it without gui17:21
STalKer-Xwell, i have python installed, but no scons :p17:21
STalKer-Xok, i have python 2.5 - guess that won't work ;)17:23
GeofftheMediothere's a note in the SDK README.txt about updating the version of python expected17:24
GeofftheMedioor you can install 2.4 without difficulty17:25
STalKer-Xtoo lazy :x17:25
STalKer-Xat least today17:25
kroddn:-(17:28
GeofftheMedio?17:28
kroddni really wanted to play a multiplayer game, but it does not work17:28
GeofftheMediowhy not?17:28
kroddnthe button "start" does not activate17:28
kroddni joined with 2 clients17:29
GeofftheMediomake sure they have unique names and colours and empire names17:29
kroddno17:29
kroddnempire names...17:29
GeofftheMedio"Humans"17:29
GeofftheMediothe multiplayer setup wnd could use some improvements obviously17:30
GeofftheMediolike column headings, and a message stating why the game can't be started17:30
kroddnthat was the problem17:30
GeofftheMediois your machine visible to the net?  if you give me your ip, I could attempt to join a game you're hosting17:31
kroddnoMobilhrhr17:32
kroddnoMobilthat was fun17:32
kroddnoMobiluntil my X freezed17:32
GeofftheMediodoing what?17:32
kroddnoMobilStarting 2 Clients in one X-Session, letting one start the server and the other join17:33
GeofftheMedioright, but what were you doing in the FO program when it hung?17:33
kroddnoMobilbut then, after exiting one of both, my X-Session froze17:33
*** mithro has quit IRC17:34
kroddnoMobilI had those problems before when changing the desktop. For that reasen i always start a second X-Server only for freeorion17:36
GeofftheMedioif it's a reproducible bug, you should post a bug report about it on sourceforge17:36
kroddnoMobilits reproducable, but cannot be debugged because the X-Server freezes completely, you are not able to do anything except connecting per Network and killing the X-Session17:37
kroddnoMobili'll look at that17:38
GeofftheMediothere are other ways of debugging17:38
kroddnoMobilmaybe by installing a debug-version of the xserver - but i use an nvidia xserver17:40
GeofftheMedioor just sticking logging output everywhere, to narrow down the place where the hang happens17:40
GeofftheMediocrude, but effective17:40
kroddnoMobili do not think that freeorion is responsible for the freeze17:41
GeofftheMediowell... that's reassuring, I suppose...17:43
GeofftheMediofor me, if you not17:43
kroddnoMobiltomorrow i will try another xserver from nvidia17:45
GeofftheMediook17:45

Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!