*** Docscrutemp has joined #maemo-devel | 00:00 | |
*** Docscrutemp is now known as DocScrutinizer51 | 00:01 | |
*** fiferboy has quit IRC | 00:07 | |
*** mirr0r has joined #maemo-devel | 00:12 | |
*** fluemo has quit IRC | 00:12 | |
*** aquilo has quit IRC | 00:13 | |
*** SpeedEvil has quit IRC | 00:28 | |
*** SpeedEvil has joined #maemo-devel | 00:28 | |
*** DocScrutinizer51 has quit IRC | 00:47 | |
*** Docscrutemp has joined #maemo-devel | 00:47 | |
*** Docscrutemp is now known as DocScrutinizer51 | 00:47 | |
*** apoi has joined #maemo-devel | 01:09 | |
*** DocScrutinizer51 has quit IRC | 01:18 | |
*** apoi has quit IRC | 01:19 | |
*** Docscrutemp has joined #maemo-devel | 01:19 | |
*** Docscrutemp is now known as DocScrutinizer51 | 01:19 | |
*** silbo has quit IRC | 01:20 | |
*** apoi has joined #maemo-devel | 01:30 | |
*** csaavedra has quit IRC | 01:33 | |
*** SpeedEvil has quit IRC | 02:13 | |
*** SpeedEvil has joined #maemo-devel | 02:31 | |
*** shinkamui has joined #maemo-devel | 02:37 | |
*** kamui__ has quit IRC | 02:41 | |
*** SpeedEvil has quit IRC | 02:42 | |
*** SpeedEvil has joined #maemo-devel | 02:42 | |
*** Ian-- has quit IRC | 03:06 | |
*** Ian-- has joined #maemo-devel | 03:06 | |
*** swc|666 has quit IRC | 03:31 | |
*** apoi has quit IRC | 03:44 | |
*** jlaire has quit IRC | 03:49 | |
*** jlaire has joined #maemo-devel | 03:49 | |
*** apoi has joined #maemo-devel | 03:50 | |
*** apoi has quit IRC | 03:56 | |
*** SpeedEvil has quit IRC | 04:07 | |
*** SpeedEvil has joined #maemo-devel | 04:07 | |
*** mindfaq has quit IRC | 04:26 | |
*** azakai has quit IRC | 04:43 | |
*** Mek has quit IRC | 05:16 | |
*** swc|666 has joined #maemo-devel | 05:24 | |
*** SpeedEvil is now known as SpeedEvilBST-UK | 05:45 | |
*** SpeedEvilBST-UK is now known as SpeedEvil | 05:45 | |
*** Lu_N900 has joined #maemo-devel | 05:55 | |
*** Lu_N900 has left #maemo-devel | 05:55 | |
*** Mek has joined #maemo-devel | 06:38 | |
*** desu has joined #maemo-devel | 07:22 | |
*** sprite has joined #maemo-devel | 07:27 | |
sprite | hello, is this the right place for troubleshooting a problem with my n900? | 07:27 |
---|---|---|
sprite | my N900 screen saver has started coming on during movies which is VERY annoying | 07:27 |
*** DocScrutinizer51 has quit IRC | 07:33 | |
*** DocAvalanche has joined #maemo-devel | 07:33 | |
*** DocAvalanche has quit IRC | 07:33 | |
*** DocAvalanche has joined #maemo-devel | 07:33 | |
*** DocScrutinizer has quit IRC | 07:33 | |
*** Docscrutemp has joined #maemo-devel | 07:34 | |
*** Docscrutemp is now known as DocScrutinizer51 | 07:34 | |
*** ppenz has joined #maemo-devel | 08:56 | |
*** csaavedra has joined #maemo-devel | 08:59 | |
*** lostinmirkwood has joined #maemo-devel | 09:11 | |
*** timoph|AFK is now known as timoph | 09:25 | |
*** mindfaq has joined #maemo-devel | 09:41 | |
*** swc|666 has quit IRC | 09:58 | |
*** DocScrutinizer51 has quit IRC | 10:03 | |
*** Docscrutemp has joined #maemo-devel | 10:03 | |
*** Docscrutemp is now known as DocScrutinizer51 | 10:03 | |
*** lostinmirkwood has quit IRC | 10:07 | |
*** Milhouse has quit IRC | 10:26 | |
*** Milhouse has joined #maemo-devel | 10:31 | |
*** SpeedEvil has quit IRC | 11:03 | |
*** SpeedEvil has joined #maemo-devel | 11:04 | |
*** desu has quit IRC | 11:33 | |
*** DocAvalanche is now known as DocScrutinizer | 11:40 | |
*** Netweaver has joined #maemo-devel | 12:09 | |
*** achipa has joined #maemo-devel | 12:49 | |
*** apoi has joined #maemo-devel | 12:59 | |
*** macbeth8c has joined #maemo-devel | 13:29 | |
macbeth8c | hi | 13:29 |
macbeth8c | I have problem with camera code from http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Using_Multimedia_Components/Camera_API_Usage I wasn't able to compile it | 13:30 |
macbeth8c | I'm beginner in Maemo.... | 13:31 |
SpeedEvil | What's the problem compiling? (I have no clue about this) | 13:31 |
SpeedEvil | Just wondering att he problem - so someone else might help | 13:32 |
macbeth8c | SpeedEvil, its here http://pastebin.com/nggF4WLz | 13:33 |
SpeedEvil | camera.c:19:21: error: gst/gst.h: No such file or directory | 13:34 |
SpeedEvil | that is the only real error - AIUI | 13:34 |
SpeedEvil | all the others flow from that | 13:34 |
SpeedEvil | You need the gstreamer headers here it's expecting them | 13:35 |
macbeth8c | it's difficult to write all that compile commands by hand is there any tool that helps to manage includes etc on scratchbox? | 13:35 |
SpeedEvil | Don't know, sorry | 13:36 |
macbeth8c | SpeedEvil, my aim is to create the emulation on Xephyr with my webcam from laptop is it possible? | 13:37 |
SpeedEvil | Unsure. | 13:37 |
SpeedEvil | Sorry - not done anything with scratvhbox, I just compile on the device. | 13:37 |
lobotomy | there's an examples package which includes that bit of camera code plus a makefile: http://maemo.org/development/sdks/maemo_5_examples/ | 13:37 |
lobotomy | with that i was able to compile the camera example... after installing a bunch of lib-soandso-dev packages | 13:38 |
macbeth8c | lobotomy, thanks I will have a look at this :) | 13:39 |
macbeth8c | lobotomy, do you know something about redirecting webcam so that scrachbox could use it? | 13:40 |
lobotomy | nothing i'm afraid. just trying to fiddle with the n900 cam at the moment | 13:41 |
lobotomy | the example code has some #ifdefs that, it claims, make things work both in scratchbox and on a maemo device, but i haven't tested it on scratchbox | 13:42 |
macbeth8c | the thing is that I don't own the device :-( | 13:43 |
macbeth8c | I have it only occasionally | 13:43 |
macbeth8c | when I run af-sb-init.sh start I get that error with the camera http://pastebin.com/uUiQurAf | 13:46 |
macbeth8c | I'm running Ubuntu 10.4 and Maemo 5 SDK | 13:51 |
*** edisson has joined #maemo-devel | 14:15 | |
macbeth8c | any ideas?? | 14:29 |
*** kamui__ has joined #maemo-devel | 14:37 | |
*** edisson has quit IRC | 14:41 | |
*** shinkamui has quit IRC | 14:41 | |
*** timoph is now known as timoph|AFK | 15:03 | |
*** zgoldberg has joined #maemo-devel | 15:26 | |
*** lizardo has joined #maemo-devel | 15:34 | |
*** Netweaver has quit IRC | 15:51 | |
*** fiferboy has joined #maemo-devel | 15:51 | |
*** fiferboy has quit IRC | 15:51 | |
*** fiferboy has joined #maemo-devel | 15:51 | |
*** ppenz has quit IRC | 15:59 | |
*** zgoldberg has quit IRC | 16:27 | |
*** Mentalysion has joined #maemo-devel | 16:34 | |
Mentalysion | Hi | 16:35 |
Mentalysion | I have an issue with scratchbox: I try to find out the current architecture within an Makefile with $(ARCH). But this var is not set anymore. Has anybody an idea where I can fix this? | 16:38 |
Mentalysion | Hmm, seems for me that you're all busy. (I don't see any answers) | 16:42 |
Mentalysion | CU | 16:42 |
*** Mentalysion has quit IRC | 16:42 | |
*** lardman has joined #maemo-devel | 16:43 | |
*** Aranel has joined #maemo-devel | 16:46 | |
*** zgoldberg has joined #maemo-devel | 16:48 | |
*** Menalysion has joined #maemo-devel | 16:52 | |
*** Menalysion has left #maemo-devel | 16:52 | |
*** pgas has quit IRC | 17:00 | |
*** macbeth8c has quit IRC | 17:05 | |
*** macbeth8c has joined #maemo-devel | 17:08 | |
*** sprite has quit IRC | 17:15 | |
*** zgoldberg has quit IRC | 17:35 | |
*** lcuk2 has joined #maemo-devel | 17:35 | |
*** zgoldberg has joined #maemo-devel | 17:36 | |
*** lcuk has quit IRC | 17:38 | |
*** Netweaver has joined #maemo-devel | 18:12 | |
*** Netweaver has quit IRC | 18:13 | |
*** pgas has joined #maemo-devel | 18:14 | |
*** lcuk2 has quit IRC | 18:29 | |
*** lardman is now known as lardman|gone | 18:39 | |
*** Aranel has quit IRC | 18:53 | |
*** Aranel has joined #maemo-devel | 18:54 | |
*** mirr0r has quit IRC | 18:57 | |
*** azakai has joined #maemo-devel | 18:58 | |
*** tealbird has quit IRC | 18:59 | |
*** fluemo has joined #maemo-devel | 19:01 | |
*** t-tan has joined #maemo-devel | 19:02 | |
*** Aranel has quit IRC | 19:02 | |
*** Aranel has joined #maemo-devel | 19:02 | |
*** lsm51 has joined #maemo-devel | 19:04 | |
*** bricks has quit IRC | 19:20 | |
*** achipa has quit IRC | 19:22 | |
*** swc|666 has joined #maemo-devel | 19:51 | |
*** fluemo has quit IRC | 20:56 | |
*** fluemo has joined #maemo-devel | 20:56 | |
macbeth8c | hi I have the question | 21:46 |
macbeth8c | how should I place the app developed in scratchbox on the phone? | 21:46 |
macbeth8c | I have the device connected now to my ubuntu | 21:46 |
*** silbo___ has joined #maemo-devel | 21:51 | |
mindfaq | sshfs probably | 22:03 |
mindfaq | look it up in the maemo wiki | 22:03 |
lobotomy | or just rsync if you don't mind re-transferring it all the time | 22:25 |
*** timoph|AFK is now known as timoph | 22:35 | |
*** mindfaq has quit IRC | 22:41 | |
*** t-tan has quit IRC | 22:46 | |
*** lizardo has quit IRC | 23:52 | |
*** timoph is now known as timoph|AFK | 23:52 | |
*** aquilo has joined #maemo-devel | 23:58 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!