[lloyd@randombit.net: Re: [Botan-devel] Perl Botan binding...]
Brought to you by:
randombit
|
From: Jack L. <ll...@ra...> - 2004-05-04 20:33:20
|
1.3.12 is very broken. It's an easy fix, just delete line 33 from pkcs10.h.= My release QA has not been very good of late. I'll try to do a fixed 1.3.13 by the end of the week. -Jack ----- Forwarded message from Jack Lloyd <ll...@ra...> ----- From: Jack Lloyd <ll...@ra...> To: V?clav Ovs?k <vaclav.ovsik@i.cz> Date: Tue, 4 May 2004 16:29:45 -0400 Subject: Re: [Botan-devel] Perl Botan binding... On Tue, May 04, 2004 at 03:33:01PM +0200, V?clav Ovs?k wrote: [...] >=20 > Compiling 1.3.12 with gcc 3.0.4 ends for this time like with 2.95.4: > g++-3.0 -Iinclude/ -O3 -march=3Di686 -ansi -Wno-long-long -fpermissive -W= -Wall -fPIC -c src/pkcs10.cpp -o build/lib/pkcs10.o > In file included from src/pkcs10.cpp:6: > include/botan/pkcs10.h: In member function `std::vector<Botan::OID,=20 > std::allocator<Botan::OID> > Botan::PKCS10_Request::get_policies() con= st': > include/botan/pkcs10.h:33: `policies' undeclared (first use this function) > include/botan/pkcs10.h:33: (Each undeclared identifier is reported only o= nce=20 > for each function it appears in.) > make: *** [build/lib/pkcs10.o] Error 1 >=20 > Something is bad? <kicks self hard>. 1.3.12 is broken, I obviously copied and pasted a little= too much. I'll put out a fixed 1.3.13 soon. For now, just delete line 33 in pkcs10.h and I think it will work. That function isn't supposed to be there= at all. -Jack ----- End forwarded message ----- |