Projet

Général

Profil

Bug #3366

Mis à jour par Jérôme Schneider il y a plus de 10 ans

I try with lasso 2.3.6 and with the git version 6af73738f660661ce4c4a42e48f561306726d106 and I have the same problem.

<pre>
gcc : 4.8.1-8
libxmlsec1 : 1.2.18-2
libxml2 : 2.9.1+dfsg1-2
</pre>

<pre>
$ make
make all-recursive
make[1]: Entering directory `/home/jschneider/temp/lasso-2.3.6'
Making all in lasso
make[2]: Entering directory `/home/jschneider/temp/lasso-2.3.6/lasso'
make all-recursive
make[3]: Entering directory `/home/jschneider/temp/lasso-2.3.6/lasso'
Making all in xml
make[4]: Entering directory `/home/jschneider/temp/lasso-2.3.6/lasso/xml'
Making all in saml-2.0
make[5]: Entering directory `/home/jschneider/temp/lasso-2.3.6/lasso/xml/saml-2.0'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/jschneider/temp/lasso-2.3.6/lasso/xml/saml-2.0'
Making all in soap-1.1
make[5]: Entering directory `/home/jschneider/temp/lasso-2.3.6/lasso/xml/soap-1.1'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/jschneider/temp/lasso-2.3.6/lasso/xml/soap-1.1'
make[5]: Entering directory `/home/jschneider/temp/lasso-2.3.6/lasso/xml'
CC tools.lo
tools.c: In function ‘lasso_node_build_deflated_query’:
tools.c:1066:32: error: dereferencing pointer to incomplete type
buffer = buf->conv ? buf->conv->content : buf->buffer->content;
^
tools.c:1066:55: error: dereferencing pointer to incomplete type
buffer = buf->conv ? buf->conv->content : buf->buffer->content;
^
tools.c: In function ‘lasso_xmlnode_to_string’:
tools.c:2159:32: error: dereferencing pointer to incomplete type
buffer = buf->conv ? buf->conv->content : buf->buffer->content;
^
tools.c:2159:55: error: dereferencing pointer to incomplete type
buffer = buf->conv ? buf->conv->content : buf->buffer->content;
^
make[5]: *** [tools.lo] Error 1
make[5]: Leaving directory `/home/jschneider/temp/lasso-2.3.6/lasso/xml'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/jschneider/temp/lasso-2.3.6/lasso/xml'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jschneider/temp/lasso-2.3.6/lasso'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jschneider/temp/lasso-2.3.6/lasso'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jschneider/temp/lasso-2.3.6'
make: *** [all] Error 2
</pre>

Retour