On 3 February 2017 at 07:59, Willem Ferguson < [email protected]> wrote:
> On 03/02/2017 08:25, Joakim Bygdell wrote: > > Wilhelm, > > You can create a workaround for that error if you edit this file: > Qt/5.7/android_armv7/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake > > Comment out line 101 > set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_FEATURES > cxx_decltype) > > -- > Jocke > > Thanks very much, Jocke. After doing the above, I get: > > -- system name Android > -- Found Qt for Android: /home/willem/src/Qt/5.7/android_armv7 > -- Found Android SDK: /home/willem/src/subsurface/../android-sdk-linux > -- Found Android NDK: /home/willem/src/subsurface/../android-ndk-r13b > -- Found ANT: /usr/bin/ant > -- Configuring done > -- Generating done > -- Build files have been written to: /home/willem/src/subsurface-build-arm > Scanning dependencies of target version > Built target version > cp: missing destination file operand after > '/home/willem/src/subsurface/android > android-mobile' > Looks like it is line 382. > > I tried finding the offending cp in build.sh but I was not successful > because there are no markers in the above log that I can use to locate the > cp. E.g. there is no string "Scanning for dependencies" in the shell > script, probably generated by cmake. Any ideas? > Kind regards, > willem > > Remove the quotations on line 383 and try again, that fixed it for me. -- Jocke
_______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
