Decrypt0r icon indicating copy to clipboard operation
Decrypt0r copied to clipboard

src/img3crypt.c:31:10: fatal error: 'libimg3-1.0/libimg3.h' file not found

Open olddisk opened this issue 7 years ago • 6 comments
trafficstars

Hey, Just running this, and get this error while compiling. I tried to get the header file, and I modified he files, but still no success.

olddisk avatar Jun 25 '18 04:06 olddisk

same error for me

61Halim avatar Jul 27 '18 15:07 61Halim

Hey, here are the commands to build and install libimg3.

git clone https://github.com/matteyeux/libcrippy
cd libcrippy && ./autogen.sh && sudo make install && cd ..
git clone https://github.com/OpenJailbreak/libimg3.git
cd libimg3 && ./autogen.sh && sudo make install && cd ..

matteyeux avatar Jul 27 '18 21:07 matteyeux

Yeah, I have run those commands, but, still not working :(

olddisk avatar Jul 30 '18 04:07 olddisk

What’s the error you get ?

matteyeux avatar Jul 30 '18 06:07 matteyeux

The same as the title

On Mon, Jul 30, 2018 at 4:38 PM, Mathieu Hautebas [email protected] wrote:

What’s the error you get ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/matteyeux/Decrypt0r/issues/3#issuecomment-408761799, or mute the thread https://github.com/notifications/unsubscribe-auth/AKu1WqC2zwmsKqShPMQ-uMkN0AzW8bMWks5uLqnqgaJpZM4U1gXB .

-- Cheers, Matthew Harris

olddisk avatar Jul 30 '18 06:07 olddisk

It means, compilation failed somewhere. Check the output of the commands you run

matteyeux avatar Aug 06 '18 20:08 matteyeux