fzxs8 / chmsee

Automatically exported from code.google.com/p/chmsee
GNU General Public License v2.0
0 stars 0 forks source link

chmsee-1.0.2 configure script doesn't check libgcrypt #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
while compiling chmsee-1.0.2 on none libgcrypt environment, it will emits
following error messages:

chmfile.c:29:20: error: gcrypt.h: No such file or directory
chmfile.c: In function ‘MD5File’:
chmfile.c:270: error: ‘gcry_md_hd_t’ undeclared (first use in this function)
chmfile.c:270: error: (Each undeclared identifier is reported only once
chmfile.c:270: error: for each function it appears in.)
chmfile.c:270: error: expected ‘;’ before ‘hd’
chmfile.c:276: error: ‘hd’ undeclared (first use in this function)
chmfile.c:276: error: ‘GCRY_MD_MD5’ undeclared (first use in this function)
make[3]: *** [chmsee-chmfile.o] Error 1
make[3]: Leaving directory `/home/anders/development/chmsee-1.0.2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/anders/development/chmsee-1.0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anders/development/chmsee-1.0.2'
make: *** [all] Error 2

Original issue reported on code.google.com by Xuejiao.Ma on 16 Dec 2008 at 1:30

GoogleCodeExporter commented 9 years ago
fix in r4

Original comment by lidaob...@gmail.com on 16 Dec 2008 at 1:50