Arduino IDE - Error when verifying makeblock IR_Controle.ino


#1

The verify fails with a fatal error as shown below; there is another similar include, < inlcude arduino.h> I suspect it would also cause an error.

It appears that this may be caused by the way that Mblock and IDE are installed. Both IDE and Mblock have been reinstalled, but without solving the issue

Is there a way around this problem ?
seeker

ERROR MESSAGE
Arduino: 1.6.8 (Windows 7), Board: “Arduino/Genuino Uno”

C:\Users\LG\Documents\A 1 ROBOTICS Projects\A 1 MakeBlock construction and control\makeblock\MakeBlock Example Sketches\Makeblock_Robot_Starter_Kit\IR_Control\IR_Control.ino:17:23: fatal error: Makeblock.h: No such file or directory

#include <Makeblock.h>

                   ^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino Uno.


#2

correction to my last: for some reason unknown part of the message was corrupted.

the cSeekeronfig statement should read: #include <Makeblock.h>


#3

What is it with this board?

The offending config. line should read : " #include <Makeblock.h > "


#4

I will try again… the board does not allow left arrow or right arrow.

The Config line #include - Makeblock.h


#5

To update previous posts. It turns out that my belief that there was a problem with the installation of mblock libraries is correct. The makeblock directory was located out of place in the directory structure by the installer.

Moving the entire makeblock folder into the Arduino library directory solved the problem for two out of three .ino files from the examples folder.

The makeblock IR controle.ino seems to be corrupted in some way with many errors appearing under verify.

I have now abandoned it… life is too short.

Hopefully, this may help some other users caught in this particular trap.


#6