Ruslan Baratov

Results 109 comments of Ruslan Baratov

> cmake --build _builds --config Release If you're able to run this command successfully, then Xcode project is generated. Check for the `_builds/drishtisdk.xcodeproj`.

> Can we run this xcodeproject on an iOS device No, default Xcode project is targeting macOS. If you want to build for iOS, you should use toolchain. Start from...

> so I guess, I need to do the following steps No, there are no such instructions in README. Please check: - https://github.com/elucideye/drishti#polly-based-build - https://github.com/elucideye/drishti#ios-build - https://github.com/elucideye/drishti#choosing-simplest-toolchain

> This disables fortran This looks like an appropriate workaround. Solution is to add dependencies to Hunter.

> I have a bunch of Python modules in Sugar for such job Need to take a closer look at this feature: * https://gitlab.kitware.com/cmake/cmake/merge_requests/320 I think it's exactly what I...

Can you try to search for `facefilter-desktop` file in `_builds` directory?

> some cache file not found https://raw.githubusercontent.com/elucideye/hunter-cache/master/1dac53e/drishti/684ad3fc824c77a5eb02c7a8f5ae6a5db011b678/684ad3f/c41b297/4830b34/da39a3e/basic-deps.DONE It's not a error, if cache file not found then usually it means that we need to build package from sources. > when...

> Don't remember why, need to check `requestPermissions` available since API 24: * https://github.com/elucideye/drishti/blob/1f4cf857383b7033c89f582da52a6b13ec9844a1/src/examples/facefilter/android-studio/app/src/main/java/com/elucideye/facefilter/FaceFilterCameraManager.java#L170-L172 * https://developer.android.com/reference/android/support/v4/app/ActivityCompat#requestpermissions > I do remember that ARMv7 was not working with Android Studio We just...

> after a whole day building, it's still stuck with gradle building Can you try to minimize the work with Gradle tool? Check this part: * https://github.com/elucideye/drishti#android-studio-workarounds

> this problem should be easily repeatable Drishti compiles fine for me. Drishti version: ``` > git branch -vv * master c4c74f0d [origin/master] [skip ci] add note about ndk r19...