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've tried to use the new -mcrt=clib2 switch. Unfortunately I'm getting this really weird compile error in file new. Problem is a lot of the standard includes use it so it is very easily triggered. Here's an example:
In file included from /usr/local/m68k-amigaos/lib/gcc-lib/m68k-amigaos/2.95.3/include/new.h:6,
from /usr/local/m68k-amigaos/lib/gcc-lib/m68k-amigaos/2.95.3/include/g++/stl_algobase.h:52,
from /usr/local/m68k-amigaos/lib/gcc-lib/m68k-amigaos/2.95.3/include/g++/algorithm:30,
from /home/mooseart/Documents/Projects/referenz/Test2/main.cpp:1:
/usr/local/m68k-amigaos/lib/gcc-lib/m68k-amigaos/2.95.3/include/new:28: `operator new' takes type `size_t' as first parameter
/usr/local/m68k-amigaos/lib/gcc-lib/m68k-amigaos/2.95.3/include/new:29: `operator new' takes type `size_t' as first parameter
/usr/local/m68k-amigaos/lib/gcc-lib/m68k-amigaos/2.95.3/include/new:32: `operator new' takes type `size_t' as first parameter
/usr/local/m68k-amigaos/lib/gcc-lib/m68k-amigaos/2.95.3/include/new:33: `operator new' takes type `size_t' as first parameter
/usr/local/m68k-amigaos/lib/gcc-lib/m68k-amigaos/2.95.3/include/new:38: `operator new' takes type `size_t' as first parameter
/usr/local/m68k-amigaos/lib/gcc-lib/m68k-amigaos/2.95.3/include/new:39: `operator new' takes type `size_t' as first parameter
The text was updated successfully, but these errors were encountered:
I've tried to use the new
-mcrt=clib2
switch. Unfortunately I'm getting this really weird compile error in file new. Problem is a lot of the standard includes use it so it is very easily triggered. Here's an example:The text was updated successfully, but these errors were encountered: