Movatterモバイル変換


[0]ホーム

URL:


cryptlib@mbsks.franken.de
Discussion:
cryptlib 3.1 released
Peter Gutmann
2003-12-13 08:26:26 UTC
cryptlib 3.1 is now available. Good hunting all.

Peter.

_______________________________________________
Cryptlib mailing list
***@mbsks.franken.de
Administration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posting with unsubscr. address is unreliable because of manual spam filtering.
Simon Taylor
2003-12-14 17:54:38 UTC
Post by Peter Gutmann
cryptlib 3.1 is now available. Good hunting all.
Both static and shared build fine on BeOS.

Testlib output seems fine too.

The only issue I have is that the makefile defines rndbeos.o twice
(lines 871, 874) - that just means make spits out a few errors about
ignoring old rules.

I'd like to get it listed on BeBits - do you mind if I add an entry
(and just make the download link point to the download page on your
website)?


Cheers,

Simon.

_______________________________________________
Cryptlib mailing list
***@mbsks.franken.de
Administration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posting with unsubscr. address is unreliable because of manual spam filtering.
Richard Outerbridge
2003-12-16 00:23:58 UTC
For the sake of completeness:

cc -c -D__UNIX__ -DNDEBUG -I. -DDATA_BIGENDIAN -DOSVERSION=7
-fomit-frame-pointer -O3 misc/net_tcp.c -o ./static-obj/net_tcp.o
misc/net_tcp.c: In function `findHostInfo':
misc/net_tcp.c:1665: error: parse error before "HEADER"
misc/net_tcp.c:1665: warning: no semicolon at end of struct or union
misc/net_tcp.c:1666: error: `PACKETSZ' undeclared (first use in this
function)
misc/net_tcp.c:1666: error: (Each undeclared identifier is reported
only once
misc/net_tcp.c:1666: error: for each function it appears in.)
misc/net_tcp.c: At top level:
misc/net_tcp.c:1667: warning: data definition has no type or storage
class
misc/net_tcp.c:1674: error: parse error before "if"
misc/net_tcp.c:1679: error: `hostName' undeclared here (not in a
function)
misc/net_tcp.c:1679: warning: data definition has no type or storage
class
misc/net_tcp.c:1680: error: parse error before '}' token
misc/net_tcp.c:1690: error: `C_IN' undeclared here (not in a function)
misc/net_tcp.c:1690: error: request for member `buffer' in something
not a structure or union
misc/net_tcp.c:1691: error: `PACKETSZ' undeclared here (not in a
function)
misc/net_tcp.c:1691: warning: passing arg 1 of `res_9_query' makes
pointer from integer without a cast
misc/net_tcp.c:1691: error: initializer element is not constant
misc/net_tcp.c:1691: warning: data definition has no type or storage
class
misc/net_tcp.c:1692: error: parse error before "if"
misc/net_tcp.c:1705: error: request for member `header' in something
not a structure or union
misc/net_tcp.c:1705: warning: data definition has no type or storage
class
misc/net_tcp.c:1706: error: request for member `header' in something
not a structure or union
misc/net_tcp.c:1706: warning: data definition has no type or storage
class
misc/net_tcp.c:1707: error: parse error before "if"
misc/net_tcp.c:1713: error: conflicting types for `namePtr'
misc/net_tcp.c:1668: error: previous declaration of `namePtr'
misc/net_tcp.c:1713: error: request for member `buffer' in something
not a structure or union
misc/net_tcp.c:1713: error: `HFIXEDSZ' undeclared here (not in a
function)
misc/net_tcp.c:1713: warning: data definition has no type or storage
class
misc/net_tcp.c:1714: error: conflicting types for `endPtr'
misc/net_tcp.c:1668: error: previous declaration of `endPtr'
misc/net_tcp.c:1714: error: request for member `buffer' in something
not a structure or union
misc/net_tcp.c:1714: warning: data definition has no type or storage
class
misc/net_tcp.c:1715: error: parse error before "for"
misc/net_tcp.c:1732: warning: passing arg 1 of `res_9_dn_skipname'
makes pointer from integer without a cast
misc/net_tcp.c:1732: warning: passing arg 2 of `res_9_dn_skipname'
makes pointer from integer without a cast
misc/net_tcp.c:1732: error: initializer element is not constant
misc/net_tcp.c:1732: warning: data definition has no type or storage
class
misc/net_tcp.c:1733: error: parse error before "if"
misc/net_tcp.c:1737: error: `RRFIXEDSZ' undeclared here (not in a
function)
misc/net_tcp.c:1737: warning: data definition has no type or storage
class
misc/net_tcp.c:1738: error: `RRFIXEDSZ' undeclared here (not in a
function)
misc/net_tcp.c:1738: warning: data definition has no type or storage
class
misc/net_tcp.c:1739: error: parse error before '+=' token
misc/net_tcp.c:1745: warning: initialization makes pointer from integer
without a cast
misc/net_tcp.c:1745: error: initializer element is not constant
misc/net_tcp.c:1745: warning: data definition has no type or storage
class
misc/net_tcp.c:1746: error: redefinition of `minPriority'
misc/net_tcp.c:1669: error: `minPriority' previously defined here
misc/net_tcp.c:1746: error: initializer element is not constant
misc/net_tcp.c:1746: warning: data definition has no type or storage
class
misc/net_tcp.c:1747: error: parse error before '}' token
misc/net_tcp.c:1754: error: variable-size type declared outside of any
function
misc/net_tcp.c:1754: error: variable-sized object may not be initialized
misc/net_tcp.c:1754: warning: data definition has no type or storage
class
misc/net_tcp.c:1755: error: parse error before '+=' token
make[2]: *** [static-obj/net_tcp.o] Error 1
make[1]: *** [Darwin] Error 2
make: *** [default] Error 2


_______________________________________________
Cryptlib mailing list
***@mbsks.franken.de
Administration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posting with unsubscr. address is unreliable because of manual spam filtering.
Peter Gutmann
2003-12-17 23:47:51 UTC
Muahahaha!
cc -c -D__UNIX__ -DNDEBUG -I. -DDATA_BIGENDIAN -DOSVERSION=7 \
-fomit-frame-pointer -O3 misc/net_tcp.c -o ./static-obj/net_tcp.o
misc/net_tcp.c:1665: error: parse error before "HEADER"
misc/net_tcp.c:1665: warning: no semicolon at end of struct or union
misc/net_tcp.c:1666: error: `PACKETSZ' undeclared (first use in this function)
misc/net_tcp.c:1666: error: (Each undeclared identifier is reported only once
misc/net_tcp.c:1666: error: for each function it appears in.)
Mac OS X 10.3.1 (Panther)
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
I build it on "Darwin Kernel Version 6.6" (which I assume is Jaguar). That's
all resolver stuff, it looks like something got changed between the two OS
releases. Could you check to see what's necessary to get those defines, or
can I get ssh access to the machine?

Peter.

_______________________________________________
Cryptlib mailing list
***@mbsks.franken.de
Administration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posting with unsubscr. address is unreliable because of manual spam filtering.
3 Replies
79 Views
Permalink to this page
Disable enhanced parsing


Thread Navigation
Peter Gutmann2003-12-13 08:26:26 UTC
Simon Taylor2003-12-14 17:54:38 UTC
Richard Outerbridge2003-12-16 00:23:58 UTC
Peter Gutmann2003-12-17 23:47:51 UTC
about -legalese
Loading...

[8]ページ先頭

©2009-2026 Movatter.jp