Hi again, Rudolf! Just noticed you "replied to" a different message in another thread. Please don't do this. It "breaks" navigation for those of us who use mail readers with proper threading. It took me a while to look up your message before I could reply. Use "reply" if you want to reply to something. Create a new message when you want to start a new topic, and don't intend to reply to something. Thank you!
See an update for the issues that you reported below. I'm not certain whether you noticed the recent IRC conversation, so I reference it here (but don't intend to "relay" between the channels for more updates). If you can, I recommend you join the IRC channel, there are many friendly and helpful persons there with lots of knowledge in different areas. On Wed, Apr 26, 2017 at 15:58 +0200, Rudolf Reuter wrote: > > Build sigrok under Mac OS Sierra 10.12.4, problems (2017-04-23) > > Problem #1, libsigrok: > [ ... u_int8_t vs uint8_t ... ] That was an issue in libusb, a 3rd party component that's used by but not under control of sigrok, as discussed before. > Problem #2, pulseview, compile error on warnings > Comment to file pulseview/CMakeLists.txt: > The option "Build without -Werror" FALSE > must be changed to TRUE I haven't responded to this, since I'm mostly ignorant about C++. Actually hoped others would chime in who are more knowledgable. The IRC channel discussed this just yesterday. Joel dug up this link which suggests a proper solution. https://stackoverflow.com/questions/39241569/boost-static-warning-in-xcode The sigrok project shall include boost headers with -isystem instead of -I, to not consider warnings in external or system headers fatal, yet keep catching warnings in application code. As I suggested, the -Werror option was specified for some reason. Losing this feature would be unfortunate. A quick workaround is to disable the -Werror option as you state, but this is just papering over what actually should properly get addressed. virtually yours Gerhard Sittig -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel