boostorg / boostorg/build

Fatal error C1083 when trying to install

Aperta
#499 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
transition
Lingua principale
C++
Stelle
251
Fork
63
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I managed to build boost just fine on my computer using the following command:

`b2.exe --with-iostreams --with-filesystem --with-regex --with-system --with-program_options --build-type=complete -sNO_ZLIB=0 -sZLIB_SOURCE=$(ZLIB_SOURCE) -sZLIB_BINARY=$(ZLIB_SOURCE)\Debug\zlibd.dll -sZLIB_INCLUDE=$(ZLIB_SOURCE)`

However, when i try to do the same on another computer, I get a series of errors similar to this one:

`libs\program_options\src\config_file.cpp(8): fatal error C1083: Cannot open include file: 'boost/program_options/config.hpp': No such file or directory`

I have run bootstrap.bat successfully on both machines. I am 100% sure that both versions of boost are the same, since they are both cloned recursively from this repository. Is there an environment variable that has to be set in order for boost to find its own files, or is the issue somewhere else?

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.