10-19-2017, 11:23 PM
(10-13-2017, 09:22 AM)gene83 Wrote: got it Mark, thank you. I might be back for clarification.
Never got away in fact. the setup.py didn't work And spit out pages of error/warnings. Hopefully what it did do is undoable. I'd post it, but its long and this software mucks up the formatting, and my ban on posting attachments hasn't expired.
Is this not available in the std "patch -p1 <patchfile" format so I can patch the 4.11.12-rt15 kernel src tree and rebuild?
Thanks Mark.
Cheers, gene83
If setup.py didn't work, the following should fix the errors.
For python 2.x
Code:
sudo apt-get install python-dev
For python 3.x
Code:
sudo apt-get install python3-dev