[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 Dave Neary
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
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 Dave Neary
Hi, [EMAIL PROTECTED] wrote: error: `CURLINFO_LASTSOCKET' undeclared (first use in this function)/usr/local/src/wengophone/wengophone-2.1/wifo/httptunnel/httptunnel.c:385: error: (Each undeclared identifier is reported only

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.