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 get this errors - im search more to solve my export issue for windows and android
but i want to solve export to windows first
my godot version is 3.1
~/godot.3.1 $ scons p=windows -j 8
scons: Reading SConscript files ...
Configuring for Windows: target=debug, bits=default
Using Mingw
YASM is necessary for WebM SIMD optimizations.
WebM SIMD optimizations are disabled. Check if your CPU architecture, CPU bits or platform are supported!
Checking for C header file mntent.h... (cached) no
scons: done reading SConscript files.
scons: Building targets ...
[ 19%] Compiling ==> thirdparty/etc2comp/EtcImage.cpp
[ 21%] Compiling ==> modules/gdnative/net/register_types.cpp
[ 21%] Compiling ==> modules/gdnative/arvr/arvr_interface_gdnative.cpp
[ 21%] Compiling ==> modules/gdnative/arvr/register_types.cpp
[ 21%] Compiling ==> modules/gdnative/pluginscript/pluginscript_loader.cpp
[ 21%] Compiling ==> modules/gdnative/pluginscript/pluginscript_language.cpp
[ 21%] Compiling ==> modules/gdnative/pluginscript/pluginscript_script.cpp
[ 21%] Compiling ==> modules/gdnative/pluginscript/pluginscript_instance.cpp
[ 21%] Compiling ==> modules/gdnative/pluginscript/register_types.cpp
[ 21%] Compiling ==> modules/gdnative/gdnative_api_struct.gen.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_compiler.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_parser.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_tokenizer.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_function.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_editor.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_functions.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript.cpp
[ 21%] Compiling ==> modules/gdscript/register_types.cpp
[ 21%] Compiling ==> modules/gdscript/editor/gdscript_highlighter.cpp
thirdparty/etc2comp/EtcImage.cpp: In member function 'Etc::Image::EncodingStatus Etc::Image::Encode(Etc::Image::Format, Etc::ErrorMetric, float, unsigned int, unsigned int)':
thirdparty/etc2comp/EtcImage.cpp:259:64: error: invalid use of incomplete type 'class std::future'
std::future *handle = new std::future[a_uiMaxJobs];
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:268:12: error: invalid use of incomplete type 'class std::future'
handle[i] = async(std::launch::async, &Image::RunFirstPass, this, i, uiNumThreadsNeeded);
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:268:91: error: invalid use of incomplete type 'class std::future'
= async(std::launch::async, &Image::RunFirstPass, this, i, uiNumThreadsNeeded);
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:275:12: error: invalid use of incomplete type 'class std::future'
handle[i].get();
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:275:13: error: invalid use of incomplete type 'class std::future'
handle[i].get();
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:330:107: error: invalid use of incomplete type 'class std::future'
*handleToBlockEncoders = new std::future[uiNumThreadsNeeded-1];
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:334:30: error: invalid use of incomplete type 'class std::future'
handleToBlockEncoders[i] = async(std::launch::async, &Image::IterateThroughWorstBlocks, this, blocksToIterateThisPass, i, uiNumThreadsNeeded);
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:334:147: error: invalid use of incomplete type 'class std::future'
erateThroughWorstBlocks, this, blocksToIterateThisPass, i, uiNumThreadsNeeded);
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:340:50: error: invalid use of incomplete type 'class std::future'
uiIteratedBlocks += handleToBlockEncoders[i].get();
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:340:51: error: invalid use of incomplete type 'class std::future'
uiIteratedBlocks += handleToBlockEncoders[i].get();
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:356:12: error: invalid use of incomplete type 'class std::future'
handle[i] = async(std::launch::async, &Image::SetEncodingBits, this, i, a_uiJobs);
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:356:84: error: invalid use of incomplete type 'class std::future'
dle[i] = async(std::launch::async, &Image::SetEncodingBits, this, i, a_uiJobs);
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:362:12: error: invalid use of incomplete type 'class std::future'
handle[i].get();
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:362:13: error: invalid use of incomplete type 'class std::future'
handle[i].get();
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
[ 22%] scons: *** [thirdparty/etc2comp/EtcImage.windows.tools.64.o] Error 1
Compiling ==> modules/gridmap/grid_map.cpp
scons: building terminated because of errors.
thanks in advance
The text was updated successfully, but these errors were encountered:
yes many thanks for your reply and help it's working - but i want to know the restart pc make anything to this configuration because i was make it as the same steps but not working
sorry for mt late to reply - my system was stopped and reinstall it :)
now im try to re-complete the steps for android and other export template i need and come back if any issues happen :)
i get this errors - im search more to solve my export issue for windows and android
but i want to solve export to windows first
my godot version is 3.1
~/godot.3.1 $ scons p=windows -j 8
scons: Reading SConscript files ...
Configuring for Windows: target=debug, bits=default
Using Mingw
YASM is necessary for WebM SIMD optimizations.
WebM SIMD optimizations are disabled. Check if your CPU architecture, CPU bits or platform are supported!
Checking for C header file mntent.h... (cached) no
scons: done reading SConscript files.
scons: Building targets ...
[ 19%] Compiling ==> thirdparty/etc2comp/EtcImage.cpp
[ 21%] Compiling ==> modules/gdnative/net/register_types.cpp
[ 21%] Compiling ==> modules/gdnative/arvr/arvr_interface_gdnative.cpp
[ 21%] Compiling ==> modules/gdnative/arvr/register_types.cpp
[ 21%] Compiling ==> modules/gdnative/pluginscript/pluginscript_loader.cpp
[ 21%] Compiling ==> modules/gdnative/pluginscript/pluginscript_language.cpp
[ 21%] Compiling ==> modules/gdnative/pluginscript/pluginscript_script.cpp
[ 21%] Compiling ==> modules/gdnative/pluginscript/pluginscript_instance.cpp
[ 21%] Compiling ==> modules/gdnative/pluginscript/register_types.cpp
[ 21%] Compiling ==> modules/gdnative/gdnative_api_struct.gen.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_compiler.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_parser.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_tokenizer.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_function.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_editor.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript_functions.cpp
[ 21%] Compiling ==> modules/gdscript/gdscript.cpp
[ 21%] Compiling ==> modules/gdscript/register_types.cpp
[ 21%] Compiling ==> modules/gdscript/editor/gdscript_highlighter.cpp
thirdparty/etc2comp/EtcImage.cpp: In member function 'Etc::Image::EncodingStatus Etc::Image::Encode(Etc::Image::Format, Etc::ErrorMetric, float, unsigned int, unsigned int)':
thirdparty/etc2comp/EtcImage.cpp:259:64: error: invalid use of incomplete type 'class std::future'
std::future *handle = new std::future[a_uiMaxJobs];
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:268:12: error: invalid use of incomplete type 'class std::future'
handle[i] = async(std::launch::async, &Image::RunFirstPass, this, i, uiNumThreadsNeeded);
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:268:91: error: invalid use of incomplete type 'class std::future'
= async(std::launch::async, &Image::RunFirstPass, this, i, uiNumThreadsNeeded);
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:275:12: error: invalid use of incomplete type 'class std::future'
handle[i].get();
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:275:13: error: invalid use of incomplete type 'class std::future'
handle[i].get();
^
In file included from thirdparty/etc2comp/EtcImage.cpp:40:0:
/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include/c++/future:115:11: note: declaration of 'class std::future'
class future;
^~~~~~
thirdparty/etc2comp/EtcImage.cpp:330:107: error: invalid use of incomplete type 'class std::future'
thanks in advance
The text was updated successfully, but these errors were encountered: