Problem building GnuTLS 2.2.2 on Solaris

Simon Josefsson simon at josefsson.org
Tue May 6 12:37:55 CEST 2008


Thanks for following up.  I think we are ready for 2.2.3 now, so I'll do
some final QA and then release it.

Thanks,
Simon

Brian Cameron <Brian.Cameron at Sun.COM> writes:

> Simon:
>
> In further review, we have discovered that we do not need the patch
> I provided to build GnuTLS 2.2.2 on Solaris.  The problems we were
> seeing were actually caused by a broken build system.  This patch
> was a workaround for the way our build system was broken.  After
> fixing our build system, we see the patch is not needed.
>
> Sorry for the noise, and thanks for asking us to follow up and
> catch this.
>
> Brian
>
>
>> Brian Cameron <Brian.Cameron at Sun.COM> writes:
>>
>>> To build on Solaris, it is necessary for the
>>> includes/gnutls/gnutlsxx.h file to add the following includes:
>>>
>>> #include <stdio.h>
>>> #include <string.h>
>>>
>>> I am attaching a patch to add these, can this go upstream?
>>
>> Yes, I think we can solve this for the upcoming gnutls 2.2.3.
>>
>> However, what error message do you get?
>>
>> I thought stdio.h + string.h wasn't typically needed for C++.  Possibly
>> there is some other header file we should include instead.
>>
>> Thanks,
>> Simon
>>
>>> Thanks,
>>>
>>> Brian
>>> --- gnutls-2.2.2/includes/gnutls/gnutlsxx.h.old	2008-04-16 09:46:56.220441725 -0400
>>> +++ gnutls-2.2.2/includes/gnutls/gnutlsxx.h	2008-04-16 09:46:47.120145257 -0400
>>> @@ -1,6 +1,8 @@
>>>  #ifndef GNUTLSXX_H
>>>  # define GNUTLSXX_H
>>>  +#include <stdio.h>
>>> +#include <string.h>
>>>  #include <exception>
>>>  #include <vector>
>>>  #include <gnutls/gnutls.h>
>>> _______________________________________________
>>> Gnutls-devel mailing list
>>> Gnutls-devel at gnu.org
>>> http://lists.gnu.org/mailman/listinfo/gnutls-devel





More information about the Gnutls-devel mailing list