Skip to content

Win32 build failing #11

@BeauRussell

Description

@BeauRussell

Tons of errors trying to run msbuild Tracy.sln -t:Build -p:Configuration=Release in the win32 folder. I'll add several, but it looks like thousands of lines. Maybe I'm missing something simple?

Windows11, running from x64 Native Tolls Command Prompt for VS 2022 in both normal and admin

C:\Users\12108\repos\OdinGame\odin-tracy\tracy\server\TracyView.hpp(573,42): error C2039: 'high_resolution_clock': is n ot a member of 'std::chrono' [C:\Users\12108\repos\OdinGame\odin-tracy\tracy\profiler\build\win32\Tracy.vcxproj] std::chrono::time_point<std::chrono::high_resolution_clock> m_firstFrameTime; ^ (compiling source file '../../../server/TracyTimelineItemGpu.cpp') C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.43.34808\include\__msvc_chrono.hp p(286,11): see declaration of 'std::chrono' namespace chrono { ^ C:\Users\12108\repos\OdinGame\odin-tracy\tracy\server\TracyView.hpp(573,42): error C2065: 'high_resolution_clock': unde clared identifier [C:\Users\12108\repos\OdinGame\odin-tracy\tracy\profiler\build\win32\Tracy.vcxproj] std::chrono::time_point<std::chrono::high_resolution_clock> m_firstFrameTime; ^ (compiling source file '../../../server/TracyTimelineItemGpu.cpp') C:\Users\12108\repos\OdinGame\odin-tracy\tracy\server\TracyView.hpp(573,18): error C2923: 'std::chrono::time_point': 'h igh_resolution_clock' is not a valid template type argument for parameter '_Clock' [C:\Users\12108\repos\OdinGame\odin- tracy\tracy\profiler\build\win32\Tracy.vcxproj] std::chrono::time_point<std::chrono::high_resolution_clock> m_firstFrameTime; ^ (compiling source file '../../../server/TracyTimelineItemGpu.cpp') C:\Users\12108\repos\OdinGame\odin-tracy\tracy\server\TracyView.hpp(573,42): see declaration of 'high_resolution_clock' std::chrono::time_point<std::chrono::high_resolution_clock> m_firstFrameTime; ^ C:\Users\12108\repos\OdinGame\odin-tracy\tracy\server\TracyView.hpp(573,18): error C2976: 'std::chrono::time_point': to o few template arguments [C:\Users\12108\repos\OdinGame\odin-tracy\tracy\profiler\build\win32\Tracy.vcxproj] std::chrono::time_point<std::chrono::high_resolution_clock> m_firstFrameTime; ^ (compiling source file '../../../server/TracyTimelineItemGpu.cpp') C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.43.34808\include\__msvc_chrono.hp p(200,11): see declaration of 'std::chrono::time_point' class time_point { // represents a point in time ^ C:\Users\12108\repos\OdinGame\odin-tracy\tracy\server\TracyView.hpp(573,65): error C2955: 'std::chrono::time_point': us e of class template requires template argument list [C:\Users\12108\repos\OdinGame\odin-tracy\tracy\profiler\build\win3 2\Tracy.vcxproj] std::chrono::time_point<std::chrono::high_resolution_clock> m_firstFrameTime; ^ (compiling source file '../../../server/TracyTimeli neItemGpu.cpp') C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.43.34808\include\__msvc_chrono.hp p(200,11): see declaration of 'std::chrono::time_point' class time_point { // represents a point in time ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions