You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just tried to set up code::blocks for arduino and got the following error, when creating a new project:
SquirrelFunction<> call failed
AN ERROR HAS OCCURED [the index 'SketchesDir' does not exist]
CALLSTACK
*FUNCTION [CreateTarget()] /home/name/.codeblocks/share/codeblocks/templates/wizard/arduino/
wizard.script line [282]
*FUNCTION [SetupProject()] /home/name/.codeblocks/share/codeblocks/templates/wizard/arduino/
wizard.script line [454]
It seems to me that in wizard.script the variable SketchDir <- _T("$(HOME)/.codeblocks/sketches"); is initialised in line 63, however in line 282 SketchesDir is called. Removing the typo solves the error. Would you please change it in the next release?
Thanks alot for the IDE!
Windy
The text was updated successfully, but these errors were encountered:
Hi there,
i just tried to set up code::blocks for arduino and got the following error, when creating a new project:
It seems to me that in wizard.script the variable SketchDir <- _T("$(HOME)/.codeblocks/sketches"); is initialised in line 63, however in line 282 SketchesDir is called. Removing the typo solves the error. Would you please change it in the next release?
Thanks alot for the IDE!
Windy
The text was updated successfully, but these errors were encountered: