Skip to main content
Filter by
Sorted by
Tagged with
1 vote
6 answers
189 views

Suppose I'm working a library; say it's in C for simplicity. This library exposes and defines two functions: f(), which calls an auxiliary function aux(), declared but not defined by my library. g() ...
einpoklum's user avatar
  • 137k
0 votes
1 answer
86 views

I'm trying to build, using CMake, a program involving C++ and CUDA-C++ code. It used to build file, several months ago, but - now am getting a linker error I'm not familiar with: in function `main....
einpoklum's user avatar
  • 137k
0 votes
0 answers
75 views

I'm following this C++ WebGPU tutorial (with associated Git repo here) in another language, and so must rewrite the build script accordingly. The tutorial calls wgpu::glfw::CreateSurfaceForWindow ...
William Ryman's user avatar
0 votes
0 answers
38 views

I’m migrating an existing React Native app to React Native 0.82.x. Android builds and runs fine, but iOS fails at the link step with the following error: Undefined symbols for architecture arm64: &...
Ahmet Hoşca's user avatar