Does anyone have ANY idea what this error is all about?
Okay, it's pretty clear to me now that arduino is a VERY wonky and difficult program to work with. I really do wonder how anyone has any success using it because I will simply open a file and verify it and it comes out great. I'll make no changes, come back 15 min later and run the verify again and it has a new set of "errors" for me to clean up. It's getting a bit old now, but anyway, here is the latest rather random "error" after running a verification. Clearly it missed this the last time I verified it 30 min prior LOL
In file included from /ui.h:1341,
from /Repetier.h:288,
from Commands.cpp:22:
uimenu.h:751: error: expected `}' before 'UI_MENU_ADJROD'
uimenu.h:751: error: expected ',' or ';' before 'UI_MENU_ADJROD'
uimenu.h:751: error: expected declaration before '}' token
So am I supposed to be adding in a "}" where it tells me to in unimenu, or? If anyone is familiar with what this is and why it is happening I would love to hear. This has become VERY tedious at this point but we do need to put these errors out here in order to get solutions and to have them recorded for when others encounter them, because they definitely will, LOL. Thanks!
In file included from /ui.h:1341,
from /Repetier.h:288,
from Commands.cpp:22:
uimenu.h:751: error: expected `}' before 'UI_MENU_ADJROD'
uimenu.h:751: error: expected ',' or ';' before 'UI_MENU_ADJROD'
uimenu.h:751: error: expected declaration before '}' token
So am I supposed to be adding in a "}" where it tells me to in unimenu, or? If anyone is familiar with what this is and why it is happening I would love to hear. This has become VERY tedious at this point but we do need to put these errors out here in order to get solutions and to have them recorded for when others encounter them, because they definitely will, LOL. Thanks!
Comments
UI_MENU(ui_menu_configuration,UI_MENU_CONFIGURATION,UI_MENU_BACKCNT+UI_MENU_DELTA_CNT+UI_MENU_AUXLEVEL_CNT+4+UI_MENU_EEPROM_CNT+UI_MENU_SL_CNT);