This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MPU-9255
#17
Thanks a lot

There is something weird here...
When you do "sudo make -s install" all target files will be replaced only if there are changes on it (file modification date) and there is not option to force overwriting. This should work, but Python installation only will replace files if the package version is upper. Look at this:
this is the version of the original code: https://github.com/RTIMULib/RTIMULib2/bl...n/setup.py
and this is the version of the forked code: https://github.com/Nick-Currawong/RTIMUL...n/setup.py
both are 8.0.0 so when you do "python setup.py -q install" nothing is installed but you do not realize because you are installing in silent mode " -q". My theory is that if you edit the version on the forked code to 8.1.0, it will work. You can also force updating doing "python setup.py install --force".

I have no time to try this now but if you still have energies to test this, report please.

Do not use silent modes, type:
"sudo make install"
"sudo python setup.py install"
instead of:
"sudo make -s install"
"sudo python setup.py -q install"
to see what is going on.
Reply


Messages In This Thread
MPU-9255 - by abarrow - 2017-04-12, 07:17 PM
RE: MPU-9255 - by maxencep - 2017-05-30, 08:39 AM
RE: MPU-9255 - by Sailoog - 2017-05-30, 06:18 PM
RE: MPU-9255 - by maxencep - 2017-05-30, 06:40 PM
RE: MPU-9255 - by Sailoog - 2017-05-30, 08:04 PM
RE: MPU-9255 - by maxencep - 2017-05-30, 11:14 PM
RE: MPU-9255 - by e-sailing - 2017-05-31, 09:18 AM
RE: MPU-9255 - by maxencep - 2017-05-31, 11:54 AM
RE: MPU-9255 - by Sailoog - 2017-05-31, 04:46 PM
RE: MPU-9255 - by maxencep - 2017-06-02, 04:00 PM
RE: MPU-9255 - by Sailoog - 2017-06-02, 04:19 PM
RE: MPU-9255 - by maxencep - 2017-06-04, 09:22 AM
RE: MPU-9255 - by e-sailing - 2017-06-04, 07:35 PM
RE: MPU-9255 - by maxencep - 2017-06-13, 04:19 PM
RE: MPU-9255 - by Sailoog - 2017-06-13, 04:45 PM
RE: MPU-9255 - by maxencep - 2017-06-13, 08:02 PM
RE: MPU-9255 - by Sailoog - 2017-06-14, 05:44 PM
RE: MPU-9255 - by maxencep - 2017-06-14, 07:04 PM
RE: MPU-9255 - by Sailoog - 2017-06-14, 08:25 PM
RE: MPU-9255 - by maxencep - 2017-06-15, 03:27 PM
RE: MPU-9255 - by seandepagnier - 2017-06-18, 02:17 PM
RE: MPU-9255 - by Sailoog - 2017-06-19, 05:28 PM
RE: MPU-9255 - by seandepagnier - 2017-06-19, 05:50 PM
RE: MPU-9255 - by Sailoog - 2017-06-19, 06:18 PM
RE: MPU-9255 - by Sailoog - 2017-06-21, 05:58 PM
RE: MPU-9255 - by seandepagnier - 2017-06-21, 07:56 PM
RE: MPU-9255 - by Sailoog - 2017-06-29, 06:43 PM
RE: MPU-9255 - by seandepagnier - 2017-06-29, 08:26 PM
RE: MPU-9255 - by Sailoog - 2017-06-30, 06:00 PM
RE: MPU-9255 - by seandepagnier - 2017-06-30, 11:45 PM
RE: MPU-9255 - by Sailoog - 2017-07-01, 07:09 PM
RE: MPU-9255 - by seandepagnier - 2017-07-02, 02:07 AM
RE: MPU-9255 - by Sailoog - 2017-07-02, 01:25 PM
RE: MPU-9255 - by Sailoog - 2017-07-02, 01:28 PM
RE: MPU-9255 - by abarrow - 2017-07-03, 09:42 PM
RE: MPU-9255 - by maxencep - 2017-07-04, 09:17 AM
RE: MPU-9255 - by Sailoog - 2017-07-04, 04:00 PM
RE: MPU-9255 - by NousVoila - 2022-02-11, 02:59 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)