Ultimaker / libArcus

Communication library between internal components for Ultimaker software
GNU Lesser General Public License v3.0
72 stars 81 forks source link

'sip.h' file not found #93

Open Atomzdq opened 5 years ago

Atomzdq commented 5 years ago

My sip version is 4.19.14 . When I cmake the Arcus, the step of make -j4. error happened: fatal error: 'sip.h' file not found

include

1 error generated.

How I solve it? Should I install python3-sip-dev? But I don't know how to install it, Please help me. How to install python3-sip-dev and python-dev on mac osx?

Ghostkeeper commented 5 years ago

In CMake, what does your variable SIP_INCLUDE_DIR say? Is there a sip.h file in there somewhere?