23,747 questions
-1
votes
0
answers
80
views
C++ MSB8041 Error: MFC libraries are required for this project
I installed every available MFC option, which is not out of support, restarted Visual Studio 2022, and I still get this error.
MFC libraries are required for this project. Install them from the ...
0
votes
0
answers
11
views
Error Building TensorFlow Lite Runtime with CMake: release_version.h:48:25: error: expected ‘)’ on ARM architecture
I’m running into an error while building TensorFlow Lite Runtime using CMake. The build process fails at 55% with the following error related to version macros in release_version.h and c_api.cc.
The ...
0
votes
0
answers
44
views
if i wrote"npm run build" command in package.json, what should i write in build command in project setting of vercel's framework setting?
i am using express + typescript, and deploying with vercel.
"scripts": {
"start": "nodemon --exec npx tsx src/app.ts",
"build": "tsc && tsc-...
1
vote
2
answers
47
views
Docker, cannot locate secrets folders during image build
I am trying to run a container on docker, i have a Dockerfile for building image, and compose.yml for multi-container configurations, note that I am using Next.js to develop my app.
Dockerfile
# First ...
0
votes
1
answer
124
views
golang can't find SOME standard library packages (could not import fmt (open : no such file or directory)) [closed]
I'm new to Go and I'm having a strange problem. It has (I think) little to do with the package I want to change, wrap. It has to do with imports.
I'm writing a test program which imports "...
-1
votes
0
answers
48
views
CMake 3.24.4 bootstrap sees correct compilers, but skips them in favor of system compilers
TL;DR: The CMake bootstrapper appears to build object files using a specified compiler, but then skips those same compilers when "running initial CMake," leading to build failure. What is ...
0
votes
1
answer
90
views
+500
Frequency of Out Of Memory / Java Heap Issue Increased in CI
Changes
Upgraded to K2 2.1.20 and Dagger 2.55
Issue
The stack traces are different and the issue mainly happens while running unit tests in a shard with 100+ modules, building a release app bundles ...
0
votes
1
answer
75
views
WASM-pack build failed: getrandom version conflict with libsignal protocol crate
im suffering from getrandom version conflict issue, its been a week i havent find any solution can we discuss it?
currently im trying to build libsignal protocols /protocol crate using wasm-pack and ...
1
vote
1
answer
41
views
Execution failed for task ':launcher:mapReleaseSourceSetPaths' - Unity 6
I am trying to build my Unity mobile game to Android. And when building the gameI got this error:
Execution failed for task ':launcher:mapReleaseSourceSetPaths'.
Could not resolve all files for ...
1
vote
0
answers
33
views
"No valid "aps-environment" string found" when building iOS production build in Expo workflow project
I'm a developer from South Korea.
I'm encountering the following error when building an iOS production build for my Expo (managed workflow) project
This does not happen when building in development ...
-4
votes
3
answers
251
views
Can linking be nested (e.g. by using intermediate object files)? [duplicate]
Commonly the linker is only invoked once. A linear list of input files can be specified for symbol resolution; there are flags for looping through the linker inputs. But for more sophisticated ...
0
votes
2
answers
50
views
Build fails due to incorrect architecture. Unity. Android
I can't build my project because I'm getting the following error during the build process:
Hardware of device 'Google sdk gphone64 x86_64 (emulator-5554)' is not supported: You are trying to install ...
0
votes
1
answer
56
views
Warning Signs in INET 4.5.4 with OMNeT++ 6.1 Despite Successful Build — Still Getting Runtime Errors
Title: Warning Signs in INET 4.5.4 with OMNeT++ 6.1 Despite Successful Build — Still Getting Runtime Errors
Hi everyone,
I’m working on a project using INET Framework version 4.5.4 with OMNeT++ 6.1, ...
0
votes
1
answer
56
views
How to properly include SQLite3 with an Electron, Electron Forge, Sequelizer set-up in production?
I've been trying to set-up a working Electron application using Electron Forge with Sqlite3 and Sequelize. This has worked great up until where I need to actually build and package, and distribute the ...
0
votes
0
answers
39
views
Facing type issues in node modules ../../node_modules/@types/leaflet/index.d.ts:2504:60 - error TS1109: Expression expected
I am getting error while creating the build for my app. But even trying multiple solutions like skiplibcheck, @ts-ignore, @ts-nocheck, upgrading and downgrading the version of react-leaflet library ...