Skip to content
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

C++ error in flowTools dependency #34

Open
suyashcjoshi opened this issue Dec 11, 2023 · 0 comments
Open

C++ error in flowTools dependency #34

suyashcjoshi opened this issue Dec 11, 2023 · 0 comments

Comments

@suyashcjoshi
Copy link

I'm on Mac and have spend lot of hours today trying to build this amazing program and now stuck at one nasty error which is more C++ version related it seems occurring in the **"ftSvAverage.cpp" file of "ofxFlowTools" addon.

		std::transform(magnitudes.begin(), magnitudes.end(), diff.begin(),
					   std::bind2nd(std::minus<float>(), meanMagnitude));

Greatly appreciate any help or tips on getting past this. Thanks!

@suyashcjoshi suyashcjoshi changed the title C++ error C++ error in flowTools dependency Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant