artnaseef commented on PR #21: URL: https://github.com/apache/activemq-cpp/pull/21#issuecomment-2692387295
How can we make this as easy as possible for users of this project, at least when using a compatible / standard environment? BTW, I tried editing the `g++` command by hand and found that `-std=c++17` does not work if it comes before `-ansi` but works if it comes after. So really, all of this type of complexity sucks for our users - hence why I would like `configure.ac` to figure out the right answer out-of-the-box. Thinking "convention-over-configuration" here - out of the box, if you are buildig on a compatible environment, `./configure` followed by `make` then `make install` just works. What do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact