I've opened an issue for this on the SublimeClang homepage: https://github.com/quarnster/SublimeClang/issues/54
BTW, you can toggle the plugin on and off via the default keybinding alt+d,alt+t.
{
"options":
[
"-Wall",
"-IC:\\MinGW\\include",
"-IC:\\MinGW\\lib",
"-IC:\\MinGW\\lib\\gcc\\mingw32\\4.6.2\\include\\c++",
"-IC:\\MinGW\\lib\\gcc\\mingw32\\4.6.2\\include\\c++\\mingw32"
]
}

_Myiter& operator++()
{ // preincrement
#if _ITERATOR_DEBUG_LEVEL == 2
if (this->_Getcont() == 0
|| this->_Ptr == 0
|| ((_Myvec *)this->_Getcont())->_Mylast <= this->_Ptr)
{ // report error
_DEBUG_ERROR("vector iterator not incrementable");
_SCL_SECURE_OUT_OF_RANGE;
}
Exception AttributeError: "Cache instance has no attribute 'cache'" in <bound method Cache.__del__ of <translationunitcache.Cache instance at 0x000000000552F808>> ignored
Traceback (most recent call last):
File ".\common.py", line 173, in worker
File ".\translationunitcache.py", line 723, in task_reparse
File ".\translationunitcache.py", line 849, in get_translation_unit
File ".\translationunitcache.py", line 640, in __init__
File ".\translationunitcache.py", line 108, in __init__
WindowsError: [Error -2147483645] One or more arguments are invalid
You could disable all the standard includes via "-nostdinc". As long as the vm sources are available as a windows file path you should be able to steer it that way.
Return to Plugin Announcements
Users browsing this forum: Fed03 and 8 guests