2025-04-13 01:34:29 +00:00
|
|
|
[COMPILE] g++ -std=c++20 -Wall -Isrc/include -Isrc/vendor -Isrc/vendor/imgui -IC:/msys64/mingw64/include -MMD -MP -c src\src\Engine.cpp -o src\build\src\Engine.osrc\src\Engine.cpp:23:9: warning: "NOMINMAX" redefined
|
|
|
|
23 | #define NOMINMAX
|
|
|
|
| ^~~~~~~~
|
|
|
|
In file included from C:/msys64/mingw64/include/c++/14.2.0/x86_64-w64-mingw32/bits/c++config.h:680,
|
|
|
|
from C:/msys64/mingw64/include/c++/14.2.0/bits/memoryfwd.h:48,
|
|
|
|
from C:/msys64/mingw64/include/c++/14.2.0/memory:63,
|
|
|
|
from src\src\Engine.h:2,
|
|
|
|
from src\src\Engine.cpp:1:
|
|
|
|
C:/msys64/mingw64/include/c++/14.2.0/x86_64-w64-mingw32/bits/os_defines.h:45:9: note: this is the location of the previous definition
|
|
|
|
45 | #define NOMINMAX 1
|
|
|
|
| ^~~~~~~~
|
|
|
|
In file included from C:/msys64/mingw64/include/yaml-cpp/parser.h:13,
|
|
|
|
from C:/msys64/mingw64/include/yaml-cpp/yaml.h:10,
|
|
|
|
from src\src\Entitys/Object.h:6,
|
|
|
|
from src\src\Engine.cpp:2:
|
|
|
|
C:/msys64/mingw64/include/yaml-cpp/dll.h:22:65: note: '#pragma message: Defining YAML_CPP_API for DLL import'
|
|
|
|
22 | # pragma message( "Defining YAML_CPP_API for DLL import" )
|
|
|
|
| ^
|
|
|
|
|
|
|
|
[COMPILE] g++ -std=c++20 -Wall -Isrc/include -Isrc/vendor -Isrc/vendor/imgui -IC:/msys64/mingw64/include -MMD -MP -c src\src\Entitys\Object.cpp -o src\build\src\Entitys\Object.oIn file included from C:/msys64/mingw64/include/yaml-cpp/parser.h:13,
|
|
|
|
from C:/msys64/mingw64/include/yaml-cpp/yaml.h:10,
|
|
|
|
from src\src\Entitys\Object.h:6,
|
|
|
|
from src\src\Entitys\Object.cpp:1:
|
|
|
|
C:/msys64/mingw64/include/yaml-cpp/dll.h:22:65: note: '#pragma message: Defining YAML_CPP_API for DLL import'
|
|
|
|
22 | # pragma message( "Defining YAML_CPP_API for DLL import" )
|
|
|
|
| ^
|
|
|
|
src\src\Entitys\Object.h: In constructor 'Object::Object(const std::string&)':
|
|
|
|
src\src\Entitys\Object.h:48:15: warning: 'Object::localPosition' will be initialized after [-Wreorder]
|
|
|
|
48 | glm::vec2 localPosition;
|
|
|
|
| ^~~~~~~~~~~~~
|
|
|
|
src\src\Entitys\Object.h:41:9: warning: 'int Object::id' [-Wreorder]
|
|
|
|
41 | int id;
|
|
|
|
| ^~
|
|
|
|
src\src\Entitys\Object.cpp:10:1: warning: when initialized here [-Wreorder]
|
|
|
|
10 | Object::Object(const std::string& name)
|
|
|
|
| ^~~~~~
|
|
|
|
|
2025-04-13 01:26:47 +00:00
|
|
|
[LINK] g++ src\build\src\Engine.o src\build\src\main.o src\build\src\Renderer.o src\build\src\Components\SpriteComponent.o src\build\src\Entitys\Object.o src\build\src\utils\FileDialog.o src\build\src\utils\Shader.o src\build\vendor\imgui\imgui.o src\build\vendor\imgui\imgui_demo.o src\build\vendor\imgui\imgui_draw.o src\build\vendor\imgui\imgui_impl_glfw.o src\build\vendor\imgui\imgui_impl_opengl3.o src\build\vendor\imgui\imgui_tables.o src\build\vendor\imgui\imgui_widgets.o -o src\build\app.exe -LC:/msys64/mingw64/lib -lglfw3 -lglew32 -lopengl32 -lgdi32 -lyaml-cpp -lcomdlg32 -lssl -lcrypto
|
2025-04-13 01:03:27 +00:00
|
|
|
|
2025-04-13 01:34:29 +00:00
|
|
|
[TIME] Build duration: 9.21s
|
|
|
|
[RUN] Executed app.exe successfully.
|
|
|
|
[TIME] Total runtime: 55.09s
|