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 
> once/usr/local/src/wengophone/wengophone-2.1/wifo/httptunnel/httptunnel.c:385:
> error: for each function it appears 
> in.)/usr/local/src/wengophone/wengophone-2.1/wifo/httptunnel/httptunnel.c: At

Here's your error; it looks like you don't have a sufficiently recent
curl installed.

> On IRC it was suggested to use internal curl support, something using
> -DHAVE_CURL_INTERNAL="1" or something like that. Unfortunately, I'm not
> familiar enough with how cmake works at all so I'm still kinda lost here.
> Also, I think reporting this makes sense anyway because, if my curl
> version (7.15.1) isn't supported for some reason, the build script should
> know about it, right?

The build scripts don't currently check for library versions - this is a
little trickier than it should be (and the main reason why autoconf
scripts are usually a mess, by the way).

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"

> Another question: For other bug reports, ie not real errors but
> feature suggestions, small enhancement nits and stuff like that, is
> this the right place/mailing list to write to as well?

The mailing list is great for discussions on features, and how they
should be implemented (and patches), but the trac is probably the best
place to make feature requests.

> I tried the
> trac system yesterday but unfortunately standard permissions are not
> enough to create tickets.

Anyone who is authenticated may create and modify tickets and wiki pages
- we're actually pretty permissive. You do need to register though - we
have had some spam problems recently.

Cheers,
Dave.

-- 
Dave Neary
OpenWengo Community Development Manager
Email: [EMAIL PROTECTED]
_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to