Juan Cardelino
Juan Cardelino
I'm having a similar issue, but after solving the optional part, had problems with variant. It seems that for Xcode 9.3, the following ward fails: `#if (__cplusplus >= 201703L ||...
Dear Patrik, Thanks for your quick answer. I agree that it is a mistake of XCode. About the replacement, I didn't check it thoroughly, because I had a linux box...
I've carefully searched all occurrences and disabled all of them. Then I got an error on auto_ptr, like @Yang8510. But I realized it was actually a boost error. I replaced...
Thank you very much for the help. Great work!
Dear toniomg, The second problem is OpenCV related, nothing to do with makefile. I've recently built for iOS myself, and found that stasm was including deprecated OpenCV headers. Referring to...
Hello jdg, Thanks for the feedback. The most probable cause of your problem is the path. For patch -p0 to work, you need to be in the same directory as...
Dear José, Both files to be patched are in different directories. For example, you have to enter the 'apps' subdirectory to find the file appmisc.cpp. After you enter the directory,...
No problem José, problems are always hard until we know the answer and they become stupid! Good luck
Dear rinoa89, This is a volunteer work I do on my spare time. I use stasm for my work and when I get time I try to contribute, but I'm...
I won't pass a lot of time untill we try this. I will let you know if I manage to make it work.