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
That... is unexpected. Works fine here, although I'm testing on intel, but I should be able to test that later on arm64 (it's not like this language rule should be any different though!)
When trying to compile on OSX Venture 13.3 ARM64, the compilation fails with the message:
dusb_vpkt.cc:368:35: error: invalid use of non-static data member 'data'
if (size > sizeof(DUSBRawPacket::data) + 1)
~~~~~~~~~~~~~~~^~~~
dusb_vpkt.cc:371:32: error: invalid use of non-static data member 'data'
size = sizeof(DUSBRawPacket::data) + 1;
~~~~~~~~~~~~~~~^~~~
2 errors generated.
make[4]: *** [libticalcs2_la-dusb_vpkt.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: