microsoft / microsoft/SPTAG

CMAKE Could not find Boost 1.67!

Open
#118 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
5k
Forks
622
Avg merge
8h 37m
Merged PRs (30d)
5

Description

Describe the bug
Hello, everyone, There is an issue when trying to build from the repo with CMAKE : the problem seems to be that CMAKE cannot find Boost 1.67, and a rapid google search does not give me an answer whether I can install Boost or whether I should change the compiler.

To Reproduce
To reproduce :
I have tried it both on my machine (WSL, cmd & Powershell), and on a DSVM (Ubuntu 16.04).
I git cloned the project, then from the SPTAG repo, did "mkdir build", then "cd build && cmake .. && make", or the adapted syntax depending on the OS.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the build from a fresh clone with mkdir build, cd build, cmake .., and make, as described in the issue. Inspect the CMake configuration and Boost discovery output to determine why Boost 1.67 is not found on Ubuntu 16.04, WSL, or Windows. Done means a documented or corrected configuration can complete the build.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake, cpp
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.