Hi,

I was playing with building libsigrok with python bindings from master. 
Needless to say, it was not straightforward. I'm wondering if the process can 
me made more straightforward.

Getting around "Warning: AX_CXX_COMPILE_STDCXX_11 macro is too old" was a bit 
of a pain.

Python2.7 was picked up instead of python3. Easy fix, but an extra manual step, 
and it would be nice if it tried to pick up python3 by default.

There was no check for python-numpy. I only found out I needed numpy when the 
build failed.

Setuptools was not detected. I had to manually had configure.ac to make it 
ignore the check. It compiled fine after that; (not a patch):
 -       BINDINGS_PYTHON="no"; python_msg="Python setuptools module required"
+       BINDINGS_PYTHON="yes"; python_msg="Python setuptools module required"

Do you think we may be able to get this in a more user-friendly format?
Alex


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to