anon(182107)
Well-known member
- Feb 20, 2011
- 235
- 29
- 0
Re: [ROM][WIP] Unofficial CM7 (Gingerbread) - 7/9/2011
That would explain a lot.
(All from the working directory)
rm -r cm7build
mkdir cm7build
curl http://android.git.kernel.org/repo > ~/cm7build/android/system
chmod a+x repo
repo init -u git://github.com/inferiorhumanorgans/android.git -b gingerbread
repo sync
. brunch/envsetup.sh
brunch cyanogen_thunderc_VM670-eng
OUPUT:
bootable/recovery/dedupe/dedupe.c:3:25: fatal error: openssl/md5.h: No such file or directory
compilation terminated.
make: *** [out/host/linux-x86/obj/EXECUTABLES/dedupe_intermediates/dedupe.o] Error 1
Same error. I'm going to remove the recovery from the make becuase it isn't even needed. That should lead to completed build.
I pull directly from blarf's git. My fork is not updated with his newest changes.
Sent from my LG-LS670 using Tapatalk
That would explain a lot.
Nope looks like he left OpenSSL in the manifest. I'd blow everything away and download again and make sure you're using the gingerbread branch.
(All from the working directory)
rm -r cm7build
mkdir cm7build
curl http://android.git.kernel.org/repo > ~/cm7build/android/system
chmod a+x repo
repo init -u git://github.com/inferiorhumanorgans/android.git -b gingerbread
repo sync
. brunch/envsetup.sh
brunch cyanogen_thunderc_VM670-eng
OUPUT:
bootable/recovery/dedupe/dedupe.c:3:25: fatal error: openssl/md5.h: No such file or directory
compilation terminated.
make: *** [out/host/linux-x86/obj/EXECUTABLES/dedupe_intermediates/dedupe.o] Error 1
Same error. I'm going to remove the recovery from the make becuase it isn't even needed. That should lead to completed build.