ctechfilmuniversity / research_iva

research on interactive visual audio with openFrameworks
1 stars 0 forks source link

Linker error when building master branch - > objectContour.cpp missing #26

Closed abrennec closed 4 years ago

abrennec commented 4 years ago

Pulled the repo, switched to master branch, built the branch: Linker error occurs. Problem seems to be that you did not add the objectContour cpp file, only the header and in the ofApp you instantiate such an object.

markusTraber commented 4 years ago

Is probably because of the xcode project files. Could you update the project files with the ProjectGenerator and test again?

abrennec commented 4 years ago

I did, but I will do it once again.

Am 14.08.2020 um 10:25 schrieb markusTraber notifications@github.com:

Is probably because of the xcode project files. Could you update the project files with the ProjectGenerator and test again?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ctechfilmuniversity/research_iva/issues/26#issuecomment-673955954, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG32BQDIVQF3Z4C3QDISL4LSATYJPANCNFSM4P6K4LQA.

markusTraber commented 4 years ago

Oh okay. Maybe could you have a look if the marked files are also visible for you in xcode? If not, try to drag them from Finder to xcode to the correct place.

grafik

abrennec commented 4 years ago

Hi, same same .. no different. Now it crashes right away. I think it has something to do with the video grabber. I will try to look into the issue. Could you maybe post my bug report to the openFrameworks forum or search it for similar issues ?

Am 14.08.2020 um 11:29 schrieb markusTraber notifications@github.com:

Oh okay. Maybe could you have a look if the marked files are also visible for you in xcode? If not, try to drag them from Finder to xcode to the correct place.

https://user-images.githubusercontent.com/12909076/90235249-48823000-de21-11ea-950b-0dcd4a5fc653.png — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ctechfilmuniversity/research_iva/issues/26#issuecomment-673984546, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG32BQB4QKE36S66YXKQLTLSAT7ZNANCNFSM4P6K4LQA.

markusTraber commented 4 years ago

In the other issue, I posted a Link to a similar issue, you are facing regarding the webcam: Click here

abrennec commented 4 years ago

Thank you, Ill check that!

markusTraber notifications@github.com schrieb am Fr., 14. Aug. 2020, 12:08:

In the other issue, I posted a Link to a similar issue, you are facing regarding the webcam issue: Click here https://github.com/openframeworks/openFrameworks/issues/6193

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ctechfilmuniversity/research_iva/issues/26#issuecomment-674000211, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG32BQHLUMKGBZOZPOXRVWLSAUEIBANCNFSM4P6K4LQA .

abrennec commented 4 years ago

Hi Markus, the string is also part of my info-plist file ..

abrennec commented 4 years ago

.. but, changing the privacy settings as described in the issue you referenced fixed it !! OMG ... ivaapp was not checked there. I do not know why ... anyways, now it works! Will check the apps :-)