-
Notifications
You must be signed in to change notification settings - Fork 86
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
Build failed: undefined symbol: reflex::HW #205
Comments
Please make sure to do a clean build: execute I've seen this problem when there are still some old object files lingering about. |
The |
Ah, I see you're using cmake. The set(lib_sources
lib/convert.cpp
lib/debug.cpp
lib/error.cpp
lib/input.cpp
lib/matcher.cpp
lib/pattern.cpp
lib/posix.cpp
lib/simd.cpp <-- add |
Thanks for the quick turnaround. I could have noticed it :) |
I am working to upgrade the FreeBSD port to 4.3.0, and the build fails:
The text was updated successfully, but these errors were encountered: