Skip to content

Issues in windows targets #180

@shashitnak

Description

@shashitnak

Build fails with the following error for windows targets

LINK : warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library

          tailcall.async_graphql_extension_apollo_tracing-ce9437ca2ee8ff19.async_graphql_extension_apollo_tracing.5fb2c400a3a597c5-cgu.0.rcgu.o.rcgu.o : error LNK2019: unresolved external symbol uname referenced in function _ZN38async_graphql_extension_apollo_tracing13ApolloTracing3new17h4e037035a3d99524E

          D:\a\tailcall\tailcall\target\x86_64-pc-windows-msvc\release\deps\tailcall.exe : fatal error LNK1120: 1 unresolved externals

          

error: could not compile `tailcall` (bin "tailcall") due to previous error
Error: Process completed with exit code 123.

More detail about the build is present here https://github.com/tailcallhq/tailcall/actions/runs/8246693029/job/22554065856?pr=1380

Problem occurs in the following targets:

  • win32-x64-msvc
  • win32-x64-gnu
  • win32-arm64-msvc
  • win32-ia32-gnu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions