Hello,
Thank you for making this source code public. But I don't seem to be able to run it successfully.
First I downloaded Mastik from here. Then run the command ./configure make. This tool is compiled normally.
Second, I downloaded version 1.4.13 of gnupg from ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.13.tar.bz2. and installed it.
Third, I copied the successfully installed gpg to the ~/Mastik/demo folder. And renamed to gpg-1.4.13.
Fourth, I used gpg-1.4.13 to successfully generate public and private keys. When I executed./rungnupg.sh in ~/Mastik/demo folder, there is an error that there is no echo.c file.
When I executed the ./FR-gnupg-1.4.13 gpg-1.4.13 command, an error appeared. I tried various gpg, and I got this error every time. The error is Cannot find mpih-mul.c:85 in gpg-1.4.13.
I can find the mpih-mul.c and mpih-div.c in the gpg library. I use find. -name mpih-mul.c and find. -name mpih-div.c to find the corresponding file. The generated gpg executable file also runs normally. But why does this problem occur?
Thanks
Hello,
Thank you for making this source code public. But I don't seem to be able to run it successfully.
First I downloaded Mastik from here. Then run the command ./configure make. This tool is compiled normally.
Second, I downloaded version 1.4.13 of gnupg from ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.13.tar.bz2. and installed it.
Third, I copied the successfully installed gpg to the ~/Mastik/demo folder. And renamed to gpg-1.4.13.
Fourth, I used gpg-1.4.13 to successfully generate public and private keys. When I executed./rungnupg.sh in ~/Mastik/demo folder, there is an error that there is no echo.c file.
When I executed the ./FR-gnupg-1.4.13 gpg-1.4.13 command, an error appeared. I tried various gpg, and I got this error every time. The error is Cannot find mpih-mul.c:85 in gpg-1.4.13.
I can find the mpih-mul.c and mpih-div.c in the gpg library. I use find. -name mpih-mul.c and find. -name mpih-div.c to find the corresponding file. The generated gpg executable file also runs normally. But why does this problem occur?
Thanks