I noticed that it happens when compiling on x86 arch. Is there a problem with the openSSL included and x86? I thought about not compiling x86 at all, but wasn’t sure where I should change this definition.
@Rancs, thanks, I actually tried it before, and it worked, but broke something else, it does compile, but for some reason Eclipse doesn’t auto complete OF related classes anymore, and it shows eclipse errors. Further more, should I remove the platform directly in the OF script? Isn’t there a project definition for this?
@arturo, well actually it a branch with some changes of mine with latest master merged into it… But I haven’t touched anything related to architectures or openSsl… You haven’t ran into this error at all?
Thanks, I’ll try it. On the same issue of the project, it’s been a very long time since I updated the project files (make.config and any other configuration files that are part of the project). I guess stuff are changing over there too in past 6 months? Should I update these files? And if so, how? I need to run the project generator over my project? Because I couldn’t get it to compile
not really, config.make has been the same for about 2 years i think. we try to have some common config files for every platform so even if the config options change they are pulled from those files and old projects still work with new versions
I also tried out of curiosity to add lines to config.make:
NDK_PLATFORM = android-22
SDK_TARGET = android-22
But it did not change the way it compiles. For some reason, it doesn’t take these values although other values like OF_ROOT do have effect. Any idea why?