Dear all
The latest svn-branches cause following error when creating a new AVR-Project in C::B:
SquirrelFunction<> call failed
AN ERROR HAS OCCURED [the index 'Item' does not exist]CALLSTACK
FUNCTION [GetFuseBytes()] /usr/share/codeblocks/templates/wizard/avr/wizard.script line [325]
FUNCTION [GetGeneratedFile()] /usr/share/codeblocks/templates/wizard/avr/wizard.script line [346]LOCALS
[i] 0
[fuses] INSTANCE
[parts] INSTANCE
[part] INSTANCE
[this] TABLE
[file_index] 1
[this] TABLE
Actually, I got no clue where to search for a fix; wizard.script has been unchanged since 13.12-Release
kind regards
Pascal
Which revision did you use. Currently there are some commits changed in squirrel related functions:
Also, see revision 10381 - New project dialog is empty
Hello
It's the svn-Branch 10390, but a previous one (I think 10374 or 10376) already showed the same problem.
Last edit: Pascal 2015-08-13
I guess you're building against wx3.0.
Because as far as I can see the wxArrayString::Item method is disabled in wx3.0.
You're right with wx3.0 - is there a kind of workaround? With upgrading on Debian Jessie, wx3.0 is the default wxWidget-Environment.
Nope, but I'm fixing it. I'll have a patch soon.
ok, thanks; I'll keep tracking the svn-Branch...
Fixed in rev10400.