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

Build breaks with flatbuffers-2.0.6: error: no member named 'flatbuffer_version_string' in namespace 'flatbuffers'; did you mean 'flatbuffers_version_string'? #250

Closed
yurivict opened this issue May 14, 2022 · 2 comments

Comments

@yurivict
Copy link

/wrkdirs/usr/ports/security/snort3/work/snort3-3.1.29.0/src/utils/util.cc:119:54: error: no member named 'flatbuffer_version_string' in namespace 'flatbuffers'; did you mean 'flatbuffers_version_string'?      
    LogMessage("           Using %s\n", flatbuffers::flatbuffer_version_string);
                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
                                                     flatbuffers_version_string
/usr/local/include/flatbuffers/flatbuffers.h:229:20: note: 'flatbuffers_version_string' declared here
inline const char *flatbuffers_version_string() {
                   ^  
1 error generated.

Version: 3.1.29.0
OS: FreeBSD 13

@VytalyGorbatov
Copy link

Hi @yurivict, thanks! This is also described in #235 and will be fixed soon.

@InverseRE
Copy link

Fixed in 3ec1850

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

3 participants