| 00:19.01 | *** join/#bzflag the_enemy (n=JL@87.127.20.50) |
| 00:53.26 | *** join/#bzflag zee720 (i=442a06d3@gateway/web/cgi-irc/zeebrothers.net/x-8fb97e919add4726) |
| 00:54.09 | zee720 | hi |
| 00:54.23 | zee720 | hi |
| 00:55.34 | *** join/#bzflag laserball2 (i=442a06d3@gateway/web/cgi-irc/zeebrothers.net/x-f2ec3f92bde1c19a) |
| 00:56.06 | laserball2 | 03 |
| 01:11.51 | *** join/#bzflag codergeek42 (n=peter@gentoo/developer/codergeek42) |
| 01:49.34 | *** join/#bzflag AAA_awright (n=chatzill@wsip-68-14-251-102.ph.ph.cox.net) |
| 02:45.11 | *** join/#bzflag blast007` (n=blast@pdpc/supporter/active/blast007) |
| 02:51.37 | *** join/#bzflag L4m3r (n=l4m3r@s122-189.resnet.ucla.edu) |
| 02:59.52 | *** join/#bzflag JeffM2501 (n=JeffM@pdpc/supporter/sustaining/JeffM2501) |
| 02:59.52 | *** mode/#bzflag [+o JeffM2501] by ChanServ |
| 03:10.28 | *** join/#bzflag blast007 (i=1000@pdpc/supporter/active/blast007) |
| 03:14.02 | *** join/#bzflag mbfg (n=dave@38.118.53.165) |
| 03:32.56 | *** join/#bzflag shorty114 (n=shorty11@71-35-185-36.tukw.qwest.net) |
| 03:39.10 | *** join/#bzflag Noodlema1 (i=user@ip68-0-115-199.tu.ok.cox.net) |
| 04:11.37 | *** join/#bzflag Theme97 (n=Theme97@adsl-68-120-226-4.dsl.irvnca.pacbell.net) |
| 04:27.57 | *** join/#bzflag L4m3r (n=l4m3r@s122-37.resnet.ucla.edu) |
| 04:44.28 | *** join/#bzflag ameteorite (n=a_meteor@adsl-75-5-198-36.dsl.snlo01.sbcglobal.net) |
| 05:10.24 | *** join/#bzflag away (n=a_meteor@adsl-75-15-124-243.dsl.snlo01.sbcglobal.net) |
| 05:11.12 | away | Manu: ping |
| 05:12.51 | L4m3r | ~seen manu |
| 05:13.05 | ibot | manu is currently on #bzflag (13h 54m 54s) #kierra (13h 54m 54s) ##essy (13h 54m 54s), last said: 'yep'. |
| 05:13.20 | a_meteorite | :\ |
| 05:22.36 | *** join/#bzflag gsnedders (n=gsnedder@host217-42-133-100.range217-42.btcentralplus.com) |
| 05:38.15 | *** join/#bzflag Noodleman (n=tuckerm@74.137.182.66) |
| 05:40.46 | *** part/#bzflag trepan (n=trepan@unaffiliated/trepan) |
| 06:09.22 | *** join/#bzflag sweetkaren19 (i=47a5255c@gateway/web/cgi-irc/zeebrothers.net/x-1e0db9d58f0b55b0) |
| 06:10.32 | *** part/#bzflag sweetkaren19 (i=47a5255c@gateway/web/cgi-irc/zeebrothers.net/x-1e0db9d58f0b55b0) |
| 06:54.05 | *** join/#bzflag SilverFox (n=foo@c-24-21-120-156.hsd1.wa.comcast.net) |
| 06:54.22 | SilverFox | how does one go about compiling a plugin that only has a cpp (no make file) ? |
| 06:57.23 | L4m3r | take a plugin and modify its makefile to match the cpp |
| 06:57.34 | SilverFox | k |
| 06:57.42 | L4m3r | actually, you could just use that newplug.sh script |
| 06:57.53 | SilverFox | where is that? |
| 06:57.57 | L4m3r | it should be in the source distribution somewhere |
| 06:58.11 | L4m3r | in the plugins dir? I think? let me check |
| 06:59.09 | L4m3r | yeah, in the plugins dir- it'll generate a new set of plugin files and you can drop the cpp right in |
| 07:04.09 | SilverFox | yep |
| 07:05.21 | *** join/#bzflag Rawk (n=unknown@203.109.222.241) |
| 07:05.40 | *** part/#bzflag Rawk (n=unknown@203.109.222.241) |
| 07:08.21 | SilverFox | the script says to "Edit plugins/Makefile.am and add a line for your plugin to the SUBDIRS list |
| 07:08.28 | SilverFox | " however, there is no Makefile.am |
| 07:09.05 | SilverFox | oh, yes there is. |
| 07:11.26 | *** join/#bzflag Tazz_NB (n=Tazz@196.6.129.84) |
| 07:12.50 | *** join/#bzflag Noodlema1 (i=user@ip68-0-115-199.tu.ok.cox.net) |
| 07:17.10 | L4m3r | the makefile.am edit should be trivial |
| 07:17.41 | L4m3r | and the SUBDIRS bit just makes your plugin compile with a full build, I think |
| 07:21.36 | Manu | L4m3r: here again |
| 07:21.46 | *** join/#bzflag Admirarc1 (i=mwr25@student.cusu.cam.ac.uk) |
| 07:24.25 | L4m3r | Oh, uh... |
| 07:24.30 | L4m3r | pm |
| 07:33.28 | *** join/#bzflag razeryan (i=4b05e907@gateway/web/cgi-irc/zeebrothers.net/x-897726b48042539f) |
| 08:11.38 | SilverFox | when I compiled the cpp after using newplug.sh, it generated a .a and a .la file. |
| 08:11.51 | SilverFox | I was expecting a .so file. |
| 08:13.43 | L4m3r | hm... |
| 08:13.59 | L4m3r | did you compile just the plugin or do a full build? |
| 08:18.07 | blast007 | SilverFox: the .so will be in a hidden folder called .lib or .libs inside the plugin directory |
| 08:24.27 | *** join/#bzflag Birdie (n=Cedric@d54C12302.access.telenet.be) |
| 08:25.34 | L4m3r | ah, a hidden directory... tricky |
| 08:34.42 | SilverFox | blast007, make install installs the .a and .la files into /usr/local/lib |
| 08:35.18 | SilverFox | there is a .libs, however, the .la, .a, and .lai files are in it. No .so |
| 08:50.10 | *** join/#bzflag LePoulpe303 (n=olivier@AMontpellier-251-1-47-84.w81-251.abo.wanadoo.fr) |
| 09:51.29 | *** join/#bzflag gsnedders (n=gsnedder@host217-42-133-100.range217-42.btcentralplus.com) |
| 10:21.12 | *** join/#bzflag ts (n=ts@p54B022F7.dip0.t-ipconnect.de) |
| 11:16.38 | *** join/#bzflag gsnedders (n=gsnedder@host217-42-133-100.range217-42.btcentralplus.com) |
| 11:34.12 | *** join/#bzflag mbfg (n=dave@38.118.53.165) |
| 11:56.38 | *** join/#bzflag Pimpi (n=frank@gondolin.pimpi.org) |
| 12:27.12 | *** join/#bzflag Birdie (n=Cedric@d54C12302.access.telenet.be) |
| 12:30.49 | *** join/#bzflag Admirarch (i=mwr25@student.cusu.cam.ac.uk) |
| 12:51.34 | *** join/#bzflag [dmp] (n=dennis@koderen.dk) |
| 12:55.48 | *** join/#bzflag A-Delusion (n=A-Delusi@pool-71-253-18-7.pitbpa.east.verizon.net) |
| 13:30.36 | *** join/#bzflag gsnedders (n=gsnedder@host217-42-133-100.range217-42.btcentralplus.com) |
| 13:32.53 | *** join/#bzflag tannerld (n=tanner@adsl-068-209-251-067.sip.asm.bellsouth.net) |
| 13:39.29 | Birdie | error: java.lang.UnsatisfiedLinkError: no wmpns in java.library.path |
| 13:39.31 | Birdie | help? |
| 13:41.28 | Manu | Birdie: bzflag for java? ;) |
| 13:41.43 | Birdie | ehm no, thats when i go to a internetradio:) |
| 13:42.38 | Manu | is wmpns windows media player? |
| 13:43.52 | Birdie | no idea |
| 13:43.58 | Birdie | and i never use wmediaplayer |
| 13:44.29 | Manu | it is |
| 13:47.23 | Manu | it means simply java can't find it in his path |
| 13:48.29 | Manu | the file is Wmpns.dll I guess |
| 13:48.41 | Birdie | how strange i dont have it |
| 13:49.01 | Manu | are you using mozilla or firefox under windows? |
| 13:49.02 | Birdie | and i cant remove java and reinstall it:( it doesnt want to do it |
| 13:49.07 | Birdie | firefox |
| 13:50.00 | Manu | it needs windows madia player to run the plugin |
| 13:50.40 | Birdie | i have it on my pc |
| 13:50.44 | Birdie | i just dont use it |
| 13:51.06 | Manu | look if you jave that dll into windows/system32 |
| 13:51.10 | Manu | have* |
| 13:52.34 | Manu | it's the micro$ windows media player applet |
| 13:53.22 | Manu | you can use google to search for it |
| 13:53.42 | Manu | I only use windows emulated ;) |
| 13:53.55 | Birdie | i dont see it, so i'll search it:) |
| 14:35.42 | *** join/#bzflag Admirarch (i=mwr25@student.cusu.cam.ac.uk) |
| 15:07.27 | *** part/#bzflag LePoulpe303 (n=olivier@AMontpellier-251-1-47-84.w81-251.abo.wanadoo.fr) |
| 15:25.54 | *** join/#bzflag BenUrban (n=benurban@unaffiliated/benurban) |
| 15:37.21 | *** join/#bzflag Birdie (n=Birdie__@d54C12302.access.telenet.be) |
| 15:41.30 | *** join/#bzflag Birdie (n=Birdie__@d54C12302.access.telenet.be) |
| 15:42.18 | *** join/#bzflag Birdie (n=Birdie__@d54C12302.access.telenet.be) |
| 15:42.52 | *** join/#bzflag Birdie (n=Birdie__@d54C12302.access.telenet.be) |
| 15:54.24 | *** join/#bzflag tokimi (n=tokimi@unaffiliated/tokimi) |
| 16:19.09 | *** join/#bzflag JeffM2501 (n=JeffM@pdpc/supporter/sustaining/JeffM2501) |
| 16:19.09 | *** mode/#bzflag [+o JeffM2501] by ChanServ |
| 16:31.11 | *** join/#bzflag Theme97 (n=Theme97@adsl-68-120-226-4.dsl.irvnca.pacbell.net) |
| 17:32.32 | *** join/#bzflag ibunny (n=alex@pdpc/supporter/active/jolie) |
| 17:36.49 | *** join/#bzflag tannerld (n=tanner@adsl-068-209-251-067.sip.asm.bellsouth.net) |
| 17:36.54 | *** join/#bzflag razeryan (i=45d1740b@gateway/web/cgi-irc/zeebrothers.net/x-919a2e7c8ff66709) |
| 17:38.24 | *** join/#bzflag gsnedders (n=gsnedder@host217-42-133-100.range217-42.btcentralplus.com) |
| 17:54.49 | *** join/#bzflag TD-Linux (n=TD-Linux@24-159-197-22.dhcp.roch.mn.charter.com) |
| 17:58.25 | *** join/#bzflag tannerld (n=tanner@adsl-068-209-251-067.sip.asm.bellsouth.net) |
| 17:59.56 | *** join/#bzflag AAA_awright (n=AAA_awri@wsip-68-14-251-102.ph.ph.cox.net) |
| 18:04.13 | *** join/#bzflag CBG (n=CBG@cpc4-stme1-0-0-cust103.cdif.cable.ntl.com) |
| 18:37.24 | *** join/#bzflag |zongo| (n=zongo@int-35-29.mobile.unibas.ch) |
| 18:51.05 | *** join/#bzflag razeryan (i=4b05e46e@gateway/web/cgi-irc/zeebrothers.net/x-4082e499330cd0be) |
| 19:45.47 | *** part/#bzflag tokimi (n=tokimi@unaffiliated/tokimi) |
| 19:52.57 | *** join/#bzflag L4m3r (n=l4m3r@s122-189.resnet.ucla.edu) |
| 19:59.54 | *** join/#bzflag PuMpErNiCkLe (n=pumperni@CPE000d8802a749-CM0012c9a9a6dc.cpe.net.cable.rogers.com) |
| 20:01.55 | *** join/#bzflag ts (n=ts@p54B022F7.dip0.t-ipconnect.de) |
| 20:10.59 | *** join/#bzflag a_meteorite (n=a_meteor@adsl-75-0-67-202.dsl.snlo01.sbcglobal.net) |
| 20:12.07 | *** join/#bzflag shorty114 (n=shorty11@unaffiliated/shorty114) |
| 20:43.37 | *** join/#bzflag tuxd00d (n=tuxinato@128.187.128.38) |
| 20:45.26 | *** join/#bzflag SilverFox (n=foo@c-24-21-120-156.hsd1.wa.comcast.net) |
| 20:46.03 | SilverFox | que paso? |
| 21:00.27 | Manu | SilverFox: ? |
| 21:42.41 | *** join/#bzflag SilverFox (n=foo@c-24-21-120-156.hsd1.wa.comcast.net) |
| 21:56.59 | *** join/#bzflag Sharpshooter (n=Sharpsho@ip68-5-119-39.oc.oc.cox.net) |
| 22:02.09 | SilverFox | bzflag.org website seems a bit sluggish for me today. |
| 22:02.17 | SilverFox | really sluggish in fact. |
| 22:02.30 | *** join/#bzflag Blue_Eyes (n=Blue@host99-208-dynamic.0-87-r.retail.telecomitalia.it) |
| 22:02.48 | a_meteorite | my whole internet feels sluggish |
| 22:03.41 | L4m3r | likewise... |
| 22:04.11 | SilverFox | often at work I hear "the internet is down". Maybe the whole thing has finally decided to up and die. |
| 22:04.26 | SilverFox | unreliable thing "the internet". |
| 22:05.07 | L4m3r | but I still live there, so be nice :x |
| 22:10.40 | *** join/#bzflag Sharpshooter (n=Sharpsho@ip68-5-119-39.oc.oc.cox.net) |
| 22:11.45 | *** join/#bzflag Sharpsh00ter (n=Sharpsho@ip68-5-119-39.oc.oc.cox.net) |
| 22:13.11 | Sharpsh00ter | _ |
| 22:13.23 | a_meteorite | ...? |
| 22:13.31 | Sharpsh00ter | hello |
| 22:13.36 | a_meteorite | hi |
| 22:16.28 | SilverFox | There is a broken link to http://www.bzflag.org/developers/flags.php from http://www.bzflag.org/getin/ |
| 22:19.56 | CIA-3 | BZFlag: 03jeffm2501 * 10web/getin/index.php: busted link |
| 22:35.51 | *** join/#bzflag Sharpsh00ter (n=Sharpsho@ip68-5-119-39.oc.oc.cox.net) |
| 22:36.06 | *** join/#bzflag delusional (n=A-Delusi@pool-71-253-23-235.pitbpa.east.verizon.net) |
| 22:47.21 | *** part/#bzflag Sharpsh00ter (n=Sharpsho@ip68-5-119-39.oc.oc.cox.net) |
| 22:47.54 | *** join/#bzflag codergeek42 (n=peter@gentoo/developer/codergeek42) |
| 22:48.27 | codergeek42 | AAhh. BZFX was so much fun earlier... |
| 22:48.48 | a_meteorite | And it's not fun now? :) |
| 22:48.50 | a_meteorite | * :( |
| 22:49.03 | codergeek42 | Er...well it is |
| 22:49.09 | codergeek42 | but I need to get some actual work done ;) |
| 22:49.13 | L4m3r | not for several mon- oh, nevermind |
| 22:49.20 | a_meteorite | hehe |
| 22:49.26 | a_meteorite | mon-? |
| 22:49.33 | a_meteorite | mon-.. what? :) |
| 22:49.36 | L4m3r | months :P |
| 22:49.39 | a_meteorite | heh |
| 22:49.51 | a_meteorite | How long has Boxy War been in play now? |
| 22:49.58 | a_meteorite | I can't keep track of my own server! Wow. |
| 22:53.08 | a_meteorite | 2.21GB. Eek. |
| 22:53.15 | a_meteorite | Whoops, wrong channel. |
| 23:02.43 | *** join/#bzflag Sharpsh00ter (n=Sharpsho@ip68-5-119-39.oc.oc.cox.net) |
| 23:08.19 | *** join/#bzflag PrezKennedy (n=Apathy@c-68-55-177-2.hsd1.md.comcast.net) |
| 23:44.47 | *** join/#bzflag Sharpsh00ter (n=Sharpsho@ip68-5-119-39.oc.oc.cox.net) |
| 23:56.08 | *** join/#bzflag away (n=a_meteor@adsl-75-15-120-193.dsl.snlo01.sbcglobal.net) |
| 23:59.30 | *** join/#bzflag compiler_success (n=user@60.53.24.41) |