Open simonSlamka opened 3 weeks ago
https://github.com/majensen/libneo4j-client/issues/10#issuecomment-757377088 suggested ./configure --disable-werror
to work around this issue.
majensen/libneo4j-client#10 (comment) suggested
./configure --disable-werror
to work around this issue.
huh, that did it. totally missed that. thanks
Great!
I still think this should either be resolved so that those warnings never happen in the first place, or the configure option should be documented in “Building” in the readme. I’m reopening this, lest we forget about it.
– Actually, I see now it is in the readme. I missed it, too. Clearly, there’s some room for improvement here.
Hello,
when attempting to build the project, I encountered a warning about an unknown gcc command line option and a compilation error:
thanks