Re: encode search url using C



Hi,
Thanks for this excellent support.
But now, I am facing another problem.
I am building my project with autotools.
The libsoup doc says:
"So in your configure script, you might specify something like:

1
2
3
PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >= 2.26])
AC_SUBST(LIBSOUP_CFLAGS)
AC_SUBST(LIBSOUP_LIBS)"

which I did in my configure script, manually, but still, I am getting
error:
./configure: line 3471: syntax error near unexpected token `LIBSOUP,'
./configure: line 3471: `PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >=
2.26])'

On Thu, 2012-10-11 at 14:49 -0700, Christian Hergert wrote:
> On 10/11/2012 02:46 PM, Rudra Banerjee wrote:
> > Name=Albert+Einstein&Year=1905
> > 
> > I want to achieve the same effect in C.
> 
> You probably want one of the following form encode functions:
> 
>   soup_form_encode
>   soup_form_encode_datalist
>   soup_form_encode_hash
>   soup_form_encode_valist
> 
> -- Christian
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]