Compiling Error Anura3D (x64 platform!) #279
Replies: 1 comment
-
The solution was posted in an earlier post: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I Followed the instruction in the "Getting Started with Anura3D" in TutorialManual_2024.pdf and installed the Visual Studio 17.12.2, oneAPI base, and oneAPI HPC. I was able to create a simple "Hello World" project and compile it successfully in Visual Studio to make sure the installation is correct. However, I get an error when I try to build Anura3D. Any help to resolve this issue is greatly appreciated?
Here is the initial error message when trying to build:
After clicking OK:
I have tried the following to resolve the issue but has not been successful so far:
- I repaired the intel toolkits from control panel which reinstalled both toolkits and restarted the computer:
- reset environment variables by running (call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat") in cmd:
- double checked the compiler installation:
all the info from the snapshot above:
Microsoft Visual Studio Community 2022
Version 17.12.2
VisualStudio.17.Release/17.12.2+35521.163
Microsoft .NET Framework
Version 4.8.09037
Installed Version: Community
Visual C++ 2022 00482-90000-00000-AA548
Microsoft Visual C++ 2022
ASP.NET and Web Tools 17.12.178.10385
ASP.NET and Web Tools
Azure App Service Tools v3.0.0 17.12.178.10385
Azure App Service Tools v3.0.0
C# Tools 4.12.0-3.24558.5+21192bfc323cbdd5a1f6e5dadca56ef0558c8adf
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
GitHub Copilot 17.12.38.29086
GitHub Copilot is an AI pair programmer that helps you write code faster and with less work.
Intel® C++ Compiler 2025.0
Intel® C++ Compiler 2025.0, Copyright © 2002-2024 Intel Corporation. All rights reserved.
Intel® DPC++ Compatibility Tool 2025.0
Intel® DPC++ Compatibility Tool 2025.0, Copyright © 2019-2024 Intel Corporation. All rights reserved.
Intel® Fortran Compiler 2025.0
Intel® Fortran Compiler 2025.0, Copyright © 2002-2024 Intel Corporation. All rights reserved.
Intel® Libraries for oneAPI 2025.0
Intel® Libraries for oneAPI 2025.0, Copyright © 2019-2024 Intel Corporation. All rights reserved.
Intel® oneAPI DPC++ Compiler 2025.0
Intel® oneAPI DPC++ Compiler 2025.0, Copyright © 2019-2024 Intel Corporation. All rights reserved.
Intel® oneAPI Menu & Samples 10.10.392.9731
Intel® oneAPI Visual Studio Menu & Samples Extension
Intel® VTune™ Profiler 2025 1.3.29-1
Intel® VTune™ Profiler 2025, (Plugin Version 1.3.29-1), Copyright © 2009-2024 Intel Corporation. All rights reserved.
Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines
NuGet Package Manager 6.12.1
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/
Test Adapter for Boost.Test 1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.
Test Adapter for Google Test 1.0
Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.
TypeScript Tools 17.0.30918.2001
TypeScript Tools for Microsoft Visual Studio
Visual Basic Tools 4.12.0-3.24558.5+21192bfc323cbdd5a1f6e5dadca56ef0558c8adf
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
Visual Studio IntelliCode 2.2
AI-assisted development for Visual Studio.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions