| bartbes | wolfspraul: is this the new bot you were talking about? | 06:12 |
|---|---|---|
| bartbes | hmm | 06:35 |
| bartbes | how do I add the symlinks to an openwrt package? | 06:36 |
| bartbes | nvm | 06:38 |
| Action: Textmode huggles bartbes | 06:40 | |
| Action: bartbes huggles Textmode | 06:41 | |
| Textmode | :3 | 06:42 |
| zear | hmm.. i noticed my nanonote is very sensitive for shaking | 07:06 |
| bartbes | in what way? | 07:07 |
| zear | it shuts down every time i grab it harder with my hands | 07:07 |
| zear | put it on a table a bit less carefully | 07:07 |
| bartbes | it wants to feel loved obviously :P | 07:07 |
| zear | or close the screen rapidly | 07:07 |
| zear | when i poke it with fingers, it also shuts down | 07:07 |
| bartbes | well that *sounds* like a loose wire | 07:07 |
| zear | i think the battery must disconnect the pins when i do that | 07:07 |
| zear | yea | 07:07 |
| zear | but it's really annoying | 07:07 |
| bartbes | that is possible as well | 07:07 |
| zear | now when i can have a wikireader in it, i started using it | 07:07 |
| bartbes | try to put some paper between the battery and the opposite side | 07:08 |
| zear | and well.. it shuts down every couple of minutes | 07:08 |
| zear | really annoying | 07:08 |
| zear | bartbes, i don't think i can fit anything between the battery, it sits there very firmly | 07:08 |
| bartbes | you probably can | 07:09 |
| bartbes | paper is thin | 07:09 |
| bartbes | not folded, anything, just a single sheet | 07:09 |
| bartbes | if that doesn't fit, well then your battery can't be loose, can it? :P | 07:09 |
| zear | ok, with some force i managed to fit the folder paper in it | 07:10 |
| zear | let's see if it still disconnects | 07:10 |
| zear | fine so far | 07:10 |
| zear | poke it with a lot of power in different places and it's still on | 07:11 |
| zear | i guess it fixed it, thanks bartbes | 07:11 |
| bartbes | heh | 07:11 |
| bartbes | whatever the problem, the answer is always paper! | 07:11 |
| zear | :D | 07:11 |
| bartbes | "I need to send a rocket to space, but the metal melts.. what do I use?" "PAPER!" | 07:11 |
| bartbes | so, no | 07:11 |
| bartbes | but in this case it was | 07:11 |
| bartbes | (obviously my replies are this elaborate because I'm procrastinating) | 07:12 |
| zear | i thought the answer is always WD40 or sticky tape ;) | 07:13 |
| bartbes | that is a lie | 07:14 |
| zear | ;P | 07:14 |
| bartbes | hmm | 07:15 |
| bartbes | how do I install a lib into the toolchain? | 07:15 |
| zear | i guess you copy it to [toolchain]/usr/lib | 07:19 |
| bartbes | manually? | 07:19 |
| zear | though i don't know if this is right in case of openwrt, openwrt is weird | 07:19 |
| bartbes | hmm | 07:19 |
| bartbes | well I added a dependencie | 07:19 |
| bartbes | *dependecy | 07:19 |
| bartbes | ... | 07:19 |
| bartbes | ah well, who cares about spelling | 07:19 |
| zear | you can use the --prefix= if it has a configure script | 07:19 |
| zear | so if you type "make install" it will install it to prefix location rather than your system's /usr/lib | 07:20 |
| bartbes | you don't type that | 07:20 |
| bartbes | :P | 07:20 |
| bartbes | and it installs correctly on my nn | 07:20 |
| bartbes | just.. not in the toolchain | 07:20 |
| bartbes | but maybe DEPENDS takes care of that | 07:20 |
| bartbes | let's hope so | 07:20 |
| bartbes | well it does not | 07:24 |
| bartbes | :( | 07:24 |
| bartbes | that.. is.. weird | 07:27 |
| bartbes | ah well | 07:27 |
| bartbes | I'll wait :P | 07:28 |
| kyak | bartbes: what library do you need? | 07:42 |
| bartbes | physfs | 07:49 |
| bartbes | but that's not the problem | 07:49 |
| bartbes | I've ported it already | 07:49 |
| bartbes | I simply.. don't see it show up in the toolchain | 07:49 |
| bartbes | (in the staging dir, to be exact) | 07:49 |
| kyak | did you do make package/symlinks? | 07:52 |
| bartbes | after I built physfs? | 07:52 |
| kyak | no, in order to build physfs | 07:53 |
| bartbes | that isn't the problem | 07:53 |
| bartbes | at all | 07:53 |
| bartbes | got that 3 days ago | 07:53 |
| bartbes | I now need to link against it | 07:53 |
| kyak | what's your problem then? :) | 07:53 |
| kyak | ah ok | 07:53 |
| kyak | add the DEPENDS: +physfs | 07:54 |
| Action: bartbes await magical solution | 07:54 | |
| kyak | into the Makefile | 07:54 |
| bartbes | *awaits | 07:54 |
| bartbes | and.. | 07:54 |
| bartbes | I currently have | 07:54 |
| bartbes | DEPENDS:=+libphysfs | 07:54 |
| kyak | DEPENDS:=+physfs to be exact | 07:54 |
| bartbes | within the define Package/sdltest | 07:54 |
| bartbes | right | 07:55 |
| bartbes | so do I need to place it within the define | 07:55 |
| bartbes | or outside of it? | 07:55 |
| kyak | see any Makefile as an example | 07:55 |
| bartbes | lol good idea | 07:55 |
| bartbes | well it seems I did it correctly then | 07:56 |
| kyak | ok | 07:56 |
| bartbes | no physfs in the staging dir though | 07:56 |
| kyak | why staging dir? | 07:57 |
| bartbes | because.. that is where it links? | 07:57 |
| kyak | no | 07:57 |
| kyak | it's build_dir | 07:57 |
| bartbes | all other libs are there | 07:57 |
| bartbes | ls staging_dir/target-mipsel_uClibc-0.9.30.1/usr/lib/ | 07:58 |
| bartbes | shows me all SDL libs, lua, etc | 07:58 |
| bartbes | oh wait | 07:58 |
| bartbes | I think.. | 07:58 |
| Action: bartbes facepalms in advance | 07:58 | |
| kyak | try building with V=99 | 08:00 |
| kyak | this should help see your problem | 08:00 |
| bartbes | no no | 08:02 |
| bartbes | it's not that | 08:02 |
| bartbes | I'm forgetting the actual install part | 08:02 |
| bartbes | finally | 08:12 |
| bartbes | managed to get it installed | 08:12 |
| bartbes | now to see if I can link against it | 08:13 |
| qwebirc59544 | hello! | 09:22 |
| qwebirc59544 | are there any working video players for NN? | 09:22 |
| wolfspraul | qwebirc59544: I think mplayer is working in jlime | 09:28 |
| qwebirc59544 | what is jlime? | 09:28 |
| wolfspraul | www.jlime.com - it's another distribution for the nanonote | 09:30 |
| wolfspraul | I don't think we have a working video player in openwrt right now, but could be wrong... | 09:30 |
| qwebirc59544 | thank you | 09:37 |
| Action: Textmode huggles wolfspraul | 09:38 | |
| bartbes | I think I've seen something about mplayer in openwrt though | 09:40 |
| bartbes | yes, I remember, in the gmenu2x conf files | 09:41 |
| bartbes | though it is not installed | 09:42 |
| bartbes | so.. | 09:42 |
| bartbes | kyak: this means you have to have seen I solved my problems ;) | 11:02 |
| kyak | bartbes: yup | 11:02 |
| kyak | bartbes: btw, i think you shouldn't leave out the md5sum check | 11:02 |
| bartbes | oh yes, I should check if it works | 11:02 |
| bartbes | it was commented out because it didn't download at first | 11:03 |
| bartbes | (but that was unrelated) | 11:03 |
| kyak | bartbes: so what's your plans for physfs? | 11:04 |
| bartbes | it's a dependency for love | 11:05 |
| bartbes | as indicated here: http://en.qi-hardware.com/wiki/Software_Status#Blue_sky | 11:05 |
| kyak | what is love? (baby don't hurt me) | 11:05 |
| kyak | ah, it's LÖVE | 11:06 |
| bartbes | the classic | 11:07 |
| bartbes | I wonder if it's still on our wiki main page.. | 11:07 |
| bartbes | it is not | 11:08 |
| bartbes | :O | 11:08 |
| zear | bartbes, if you want, i can lend you physfs i compiled for the dingoo | 11:09 |
| zear | it should be binary compatible | 11:09 |
| bartbes | heh | 11:12 |
| bartbes | too late | 11:12 |
| bartbes | physfs built 2 or 3 days ago | 11:12 |
| bartbes | I knew code-wise it would need almost no changes (none, to be exact) | 11:12 |
| zear | just the cmake or scons (don't remember which) part was tricky | 11:21 |
| bartbes | cmake | 11:22 |
| bartbes | but at least now we know how to do cmake (as jirkab said) | 11:24 |
| bartbes | plucker seems nice | 12:07 |
| bartbes | jirkab: you announced you were coming using a commit, nice | 12:11 |
| jirkab | bartbes: Plucker? Don't be happy too much, the GUI needs some rework to be useable. | 12:14 |
| bartbes | that.. was.. fast.. | 12:16 |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!