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

Error compiling blank project opencv 4.8.1 (Fedora 39) #276

Open
PaoloMolinari opened this issue Apr 30, 2024 · 0 comments
Open

Error compiling blank project opencv 4.8.1 (Fedora 39) #276

PaoloMolinari opened this issue Apr 30, 2024 · 0 comments

Comments

@PaoloMolinari
Copy link

I have got an error compiling even a blank project with ofxCv activated in a fedora 39 fresh install with opencv 4.8.1. ofxOpenCv work find by the way. The problem is the following:

openFrameworks/addons/ofxCv/src/ofxCv.h:23:
./openFrameworks/addons/ofxCv/libs/ofxCv/include/ofxCv/Tracker.h:
128:28: error: expected unqualified-id before ‘)’ token
  128 |                 Tracker<T>()
      |       
```                     ^

which makes reference to this part of the file Tracker.h:

	```
public:
		Tracker<T>()
		:persistence(15)
		,curLabel(0)
		,maximumDistance(64) {
		}

It used to work in Fedora 38. Any idea about what could it be?

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