Merged
Conversation
the command should be this: .\b2 -j8 --with-serialization --with-atomic --with-log --with-locale --with-iostreams --with-system --with-regex --with-thread --with-date_time --with-chrono --with-filesystem --build-type=complete address-model=64 , not that: bjam.exe address-model=64 --with-serialization --with-atomic --with-log --with-locale --with-iostreams --with-system --with-regex --with-thread --with-date_time --with-chrono --with-filesystem link=static threading=multi variant=release runtime-link=shared or the vs2015 will prompt the error can not find libboost_system-vc140-mt-gd-1_58.lib
use different command for x86 or x64 respectively
use different command for x86 or x64 respectively
jonnxu
reviewed
Jul 20, 2019
| And then run following command to build x86 rocketmq-client: | ||
|
|
||
| win32_build.bat build | ||
|
|
Contributor
There was a problem hiding this comment.
please change the name "boost build64 on windows" to "[ISSUE#166] Add build64 on windows "
Contributor
Author
There was a problem hiding this comment.
as you say ,I change the tittle of [ISSUE#166] to Add build64 on windows
Contributor
|
thank you for your pr @doodoocoder , if you can review and check this pr @hugoasdf |
Contributor
Author
|
jonnxu
reviewed
Aug 8, 2019
| call bootstrap.bat | ||
| @echo build start..... | ||
| bjam.exe address-model=64 --with-serialization --with-atomic --with-log --with-locale --with-iostreams --with-system --with-regex --with-thread --with-date_time --with-chrono --with-filesystem link=static threading=multi variant=release runtime-link=shared | ||
| .\b2 -j8 --with-serialization --with-atomic --with-log --with-locale --with-iostreams --with-system --with-regex --with-thread --with-date_time --with-chrono --with-filesystem --build-type=complete address-model=64 |
Contributor
There was a problem hiding this comment.
hi, here "bjam.exe address-model=64" change to .\b2 -j8 is correct?
Contributor
Author
There was a problem hiding this comment.
of course it is correct,I test it very carefully. address-model=64 is in the last of .b2 command.
ShannonDing
approved these changes
Aug 8, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the command should be this: .\b2 -j8 --with-serialization --with-atomic --with-log --with-locale --with-iostreams --with-system --with-regex --with-thread --with-date_time --with-chrono --with-filesystem --build-type=complete address-model=64 ,
not that: bjam.exe address-model=64 --with-serialization --with-atomic --with-log --with-locale --with-iostreams --with-system --with-regex --with-thread --with-date_time --with-chrono --with-filesystem link=static threading=multi variant=release runtime-link=shared
or the vs2015 will prompt the error can not find libboost_system-vc140-mt-gd-1_58.lib
What is the purpose of the change
XXXXX
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.[ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.