Re: [Wengophone-devel] Support for Logitech Quickcam Pro 5000

2007-04-24 Thread mail
Tach, Moin, (debug) 00:01:20 virtual WebcamErrorCode WebcamDriver::setResolution(unsigned int, unsigned int): try to change resolution: (width, height)=320,240 (debug) 00:01:20 virtual WebcamErrorCode WebcamDriver::setPalette(pixosi): this webcam does not support palette #0 (debug)

Re: [Wengophone-devel] Counting down to 2.1

2007-04-24 Thread mail
Hi all, [...] Please let me know what you think of this, and let me know if there are any tickets in particular that you would like to help with, that are or arent on this list. Well, it is only recently that I started using wengophone (and compiling myself from svn in particular). Since

[Wengophone-devel] Build error, wengophone 2.1 branch

2007-04-17 Thread mail
Hi there! I'm seeking help because of a build error I experienced yesterday. I downloaded the 2.1 svn branch, installed (then upgraded) cmake (2.4.6), then switched to gcc 3.4.6 because 4.1 wasn't supported. Finally I got the build script running without complaints but it stopped in the process:

Re: [Wengophone-devel] Build error, wengophone 2.1 branch

2007-04-17 Thread mail
Hi, [EMAIL PROTECTED] wrote: To use the internal curl, just run ccmake .. in the build directory, and change the HAVE_CURL_INTERNAL variable to ON, or (as you say) call cmake with the argument cmake .. -DHAVE_CURL_INTERNAL=ON Hm, I feel about stupid about this. It didn't work for me.

Re: [Wengophone-devel] Build error, wengophone 2.1 branch

2007-04-17 Thread mail
Dave, thanks for the quick reply! (and sorry for first sending private mail, my web mailer crapped on reply button :( ) To use the internal curl, just run ccmake .. in the build directory, and change the HAVE_CURL_INTERNAL variable to ON, or (as you say) call cmake with the argument cmake

Re: [Wengophone-devel] Build error, wengophone 2.1 branch

2007-04-17 Thread mail
Hi, [EMAIL PROTECTED] wrote: To use the internal curl, just run ccmake .. in the build directory, and change the HAVE_CURL_INTERNAL variable to ON, or (as you say) call cmake with the argument cmake .. -DHAVE_CURL_INTERNAL=ON Hm, I feel about stupid about this. It didn't work for me.