jobs

Results 6 comments of jobs

Yeah.I have the same problem.In my app, I want multiple sections and each section just has one row.Then I implement the numberOfSectionInTableView: to display multiple sections.But when I drag,it crash.Error...

Me too.There is something different in Xcode9

> Please take a look at small existing projects depending on OpenCV this way. > You can use those as templates for your own library: > https://github.com/bytedeco/javacpp-presets/tree/master/chilitags > https://github.com/bytedeco/javacpp-presets/tree/master/flandmark thank...

Additional, some C++ build error info as follow when run `mvn clean install -Djavacpp.platform=macosx-x86_64 -e -X --projects=flandmark`. ``` In file included from /Users/lcj/Desktop/work/javacpp-presets/flandmark/target/native/org/bytedeco/flandmark/macosx-x86_64/jniflandmark.cpp:104: In file included from /Users/lcj/Desktop/work/javacpp-presets/openblas/cppbuild/macosx-x86_64/include/lapacke_config.h:46: In file...

> It works fine on Travis CI. Looks like you have an old and/or broken version of Xcode installed. You'll need to fix that: > https://github.com/bytedeco/javacpp-presets/wiki/Build-Environments#mac-os-x-x86_64 I hava try that...

Ok, after half day work, I build the project of flandmark success. My solution depends on the link: https://stackoverflow.com/questions/58628377/catalina-c-using-cmath-headers-yield-error-no-member-named-signbit-in-th/59780819#59780819 because the `#include ` search order, after `gcc -Wp,-v -E -`...