-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openCV Example and common-functions cleanup #5883
Conversation
Just tested this by reenabling the opencv example here: #5864 but it's still failing. Not sure if we need some bits from your old PR too? Btw, please be careful to not create PRs with branches directly in the main repo, it triggers the tests twice + i need to go later through everyone's branches to see what's still open in order to delete the old ones I'm going to close this, can you open a new PR from your repo with the bits necessary from your old one ( i believe that one fixed the problem with finding the addon headers) this and #5864 which re-enables the tests for addons examples? |
this builds and compiles on my machine.
why is it failing on CI?
…On Fri, Feb 9, 2018 at 4:20 AM, arturo ***@***.***> wrote:
Closed #5883 <#5883>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5883 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAr6zD_45-hnQaMcNm2nohAnjyC7hdcmks5tTA3SgaJpZM4R-plP>
.
--
Dan Moore
makeitdoathing.com
@theDANtheMAN
dan@makeitdoathing.com
|
I'm not closing this @arturoc. |
what is this fixing? as i said i tried re-enabling the opencv example but it's not working. might it be that you have some additional changes that are not in this PR or something. It doesn't look like the parsing of the addons is being fixed in this PR which is what seems to be failing. The previous PR you sent seems to fix that but then it complains about android-24 not being present.. In any case can you send this from your repo instead of the OF one? |
did you check out the branch and run the example from your own machine or
did you just check the CI?
Its on the main repo so you can git checkout branch-name and not have to
add my repo to your remotes.
can you actually check this on your machine and not pay attention to CI?
…On Fri, Feb 9, 2018 at 9:12 AM, arturo ***@***.***> wrote:
what is this fixing? as i said i tried re-enabling the opencv example but
it's not working. might it be that you have some additional changes that
are not in this PR or something.
It doesn't look like the parsing of the addons is being fixed in this PR
which is what seems to be failing.
The previous PR you sent seems to fix that but then it complains about
android-24 not being present..
In any case can you send this from your repo instead of the OF one?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#5883 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAr6zI1gpiTcQ6DKTfb5CW7MzGdcdVS1ks5tTFJGgaJpZM4R-plP>
.
--
Dan Moore
makeitdoathing.com
@theDANtheMAN
dan@makeitdoathing.com
|
it seems to compile in my machine but so does current master so not sure what's the problem or what is this fixing? |
part of it was to update the example to modern OF calls and correct things.
the second is that it cleaned up the print output from the
common-functions.gradle as requested from Zach to make things easier to
understand what is happening during the build process.
the third was fixing how it added recursive paths in addons.
…On Fri, Feb 9, 2018 at 9:20 AM, arturo ***@***.***> wrote:
it seems to compile in my machine but so does current master so not sure
what's the problem or what is this fixing?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#5883 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAr6zNjfRuK3Mt3zUp4jTcdy7TcnRUffks5tTFQogaJpZM4R-plP>
.
--
Dan Moore
makeitdoathing.com
@theDANtheMAN
dan@makeitdoathing.com
|
ofGetSystemTime() is deprecated
…On Fri, Feb 9, 2018 at 10:30 AM, Dan Moore ***@***.***> wrote:
part of it was to update the example to modern OF calls and correct things.
the second is that it cleaned up the print output from the
common-functions.gradle as requested from Zach to make things easier to
understand what is happening during the build process.
the third was fixing how it added recursive paths in addons.
On Fri, Feb 9, 2018 at 9:20 AM, arturo ***@***.***> wrote:
> it seems to compile in my machine but so does current master so not sure
> what's the problem or what is this fixing?
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub
> <#5883 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAr6zNjfRuK3Mt3zUp4jTcdy7TcnRUffks5tTFQogaJpZM4R-plP>
> .
>
--
Dan Moore
makeitdoathing.com
@theDANtheMAN
***@***.***
--
Dan Moore
makeitdoathing.com
@theDANtheMAN
dan@makeitdoathing.com
|
I've just tested this again in my computer but completely cleaning the projects first and it seems to be failing with the same errors as the CI servers. The steps to reproduce it:
to completely clean the example without having to download a clean OF install but downloading OF from github or the nightlies fails with the same error. This are the steps i'm following in my computer to generate and compile the example from a clean OF from github
that fails with:
that last output.txt file has the compiler output which shows a bunch of warnings and the previous error. I've also tried to use android studio ide instead of command line but then i can't even start to compile. first i get something about an output folder not set for the project, by setting one manually in some config settings that open up then i get:
|
just fixed this with #5908 going to close this PR since i think everything it's there already but let me know if you think i'm missing something |
Ah great! Then ill stop debugging (was trying to replicate the problem as you closed it) |
This contains the needed things in the android-r15 branch to update the CV example and to fix the common-functions. When we can bump from API 19 to API 24 the other stuff needs to be merged but the branch is crap. I'll move them to an android-api-24 branch that will also need its own libs. >=API-24 is only at 29.6% so we can't bump it yet.