-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
How to reproduce:
- Build static maeparser, and install on ../libmaeparser-1.2.4-220427
- Clone current repository.
- Create some build directory and chdir into it.
- Run following command to configure and build:
cmake \ -DCMAKE_INSTALL_PREFIX=../coordgenlibs-3.0.0-220427 \ -DCOORDGEN_BUILD_SHARED_LIBS=OFF \ -Dmaeparser_DIR=../libmaeparser-1.2.4-220427 \ ../coordgenlibs
cmake --build . --config Release -j
Expected behavior:
- The build process should be complete without any errors.
Actual result:
- Error log
error.log
How to fix:
- Apply following patch. It appends missing Boost::iostreams and libz dependency on building test_coordgen. Thanks to github's file extension check.
add-missing-deps.patch.txt
Metadata
Metadata
Assignees
Labels
No labels