Fixes for producing the poco-1.6.2 release on a Cygwin x86 platform#1026
Merged
obiltschnig merged 39 commits intopocoproject:poco-1.6.2from Feb 28, 2016
zosrothko:Cygwin
Merged
Fixes for producing the poco-1.6.2 release on a Cygwin x86 platform#1026obiltschnig merged 39 commits intopocoproject:poco-1.6.2from zosrothko:Cygwin
obiltschnig merged 39 commits intopocoproject:poco-1.6.2from
zosrothko:Cygwin
Conversation
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
…efined." This reverts commit 7d7bbfe.
…ORY is defined."" This reverts commit e1c0db3.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
obiltschnig
added a commit
that referenced
this pull request
Feb 28, 2016
Fixes for producing the poco-1.6.2 release on a Cygwin x86 platform
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.
Hi
Fixes for producing the poco-1.6.2 release bundled or unbundled on a Cygwin platform, i.e.
./configure --omit=PDF
make install
mkdoc all
mkrel all
and thus, permits to produce a packaged Windows msi installer including the full html documentation.
Cross build is working as well as direct build under the POCO_BASE directory and under the PROJECT_BASE directory as for example on Cygwin:
git clone -b Cygwin https://github.com/zosrothko/poco.git poco-1.6.2
cd poco-1.6.2
mkdir Cygwin
cd Cygwin
../configure --everything
make install -j4
cd ..
mkdoc all
mkrelease all