Failing to build FesAPI v2.0.0.0 #363
Replies: 4 comments 7 replies
-
|
Hello, The schreenshot does not show the CMake configure step but the VS build step. Is your issue really at CMake configuration step? If yes, please provide these issues, not the build ones. From a more general point of view, the guidelines to build FESAPI are in the README file : https://github.com/F2I-Consulting/fesapi/blob/v2.0.0.0/README.md Last but not least. FESAPI 2.0.0.0 is now pretty old. If you can, think about building the latest version instead. |
Beta Was this translation helpful? Give feedback.
-
|
I don't see any relevant errors at the cmake configure step. fesapi/src/common/AbstractObject.cpp Line 336 in 2872026 I remember that Boost 1.86 includes significant internal changes to Boost.Uuid. Could you try with a 1.85 or less version of boost please? |
Beta Was this translation helpful? Give feedback.
-
|
MdDatum I guess is the replacement : fesapi/src/common/DataObjectRepository.h Line 1043 in 2872026 From a general point of view, look at the stereotype of the new function and see what is the new parameter datatype required. Moving from version 0 to 2 is quite hard. This is generally done by incremental more little upgrade or by paying a dedicated support. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to build FESAPI v2.0.0.0 using CMake 4.1.0 and Visual Studio 2022. I have the following dependencies installed:
Boost v1.89.0 (including uuid, system, regex)
HDF5 v1.12.0
zlib and minizip
SWIG (for .NET wrapper generation)
However, I’m encountering multiple issues during the CMake configuration, mostly related to Boost — such as missing components and policy warnings (CMP0167).
Can you guide me through the correct setup and configuration steps to resolve these issues and successfully build FESAPI with all dependencies?
Beta Was this translation helpful? Give feedback.
All reactions